Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 4.14 KB

File metadata and controls

16 lines (13 loc) · 4.14 KB

CrmCreateContactRequestDto

Fields

Field Type Required Description Example
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"
]
accountIds array<string> List of associated account IDs [
"account-123",
"account-456"
]
customFields array<Components\CustomFields> Contact custom fields
passthrough array<string, mixed> Value to pass through to the provider {
"other_known_names": "John Doe"
}