The contact creation endpoint allows adding a new contact with multiple identifiers, attributes,
and lists, specifying their details and associations during the creation process.
Authorizations
Path parameters
workspaceIdstring · uuidRequired
Your workspace identifier.
Example: b4e02c85-c6d2-4b15-8885-e09671799c61
Body
displayNamestring · min: 1 · max: 150Required
The display name for the contact.
Example: John Doe
identifiersobject[] | nullableOptional
accountIdsstring[] · min: 1 · max: 10Optional
The list of account ids for the contact.
Example: 123e4567-e89b-12d3-a456-426614174000
listIdsstring[] · min: 1 · max: 10Optional
The list of list ids for the contact.
Example: 123e4567-e89b-12d3-a456-426614174000
attributesobject | nullableOptional
A map of key-value pairs, where the values are boolean, number, or string, or
a non-empty array of those, or null