Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 7.96 KB

File metadata and controls

22 lines (19 loc) · 7.96 KB

Contact

Fields

Field Type Required Description Example
id ?string Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId ?string Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
unifiedCustomFields array<string, mixed> Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
firstName ?string The contact first name Steve
lastName ?string The contact last name Wozniak
companyName ?string The contact company name Apple Inc.
emails array<string> List of contact email addresses [
"steve@apple.com"
]
phoneNumbers array<string> List of contact phone numbers [
"123-456-7890"
]
dealIds array<string> List of associated deal IDs [
"deal-001",
"deal-002"
]
remoteDealIds array<string> Provider's list of associated deal IDs [
"e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"e3cb75bf-aa84-466e-a6c1-b8322b257a49"
]
accountIds array<string> List of associated account IDs [
"account-123",
"account-456"
]
remoteAccountIds array<string> Provider's list of associated account IDs [
"e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"e3cb75bf-aa84-466e-a6c1-b8322b257a49"
]
customFields array<Components\CustomFields> Contact custom fields
createdAt \DateTime Timestamp when the contact was created 2021-01-01T01:01:01.000Z
updatedAt \DateTime Timestamp when the contact was last updated 2021-01-01T01:01:01.000Z