Create a contact
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
AuthorizationstringRequired
An access token issued to a user.
Path parameters
workspaceIdstring · uuidRequiredExample:
Your workspace identifier.
b4e02c85-c6d2-4b15-8885-e09671799c61Body
displayNamestring · min: 1 · max: 150RequiredExample:
The display name for the contact.
John DoeaccountIdsstring[] · min: 1 · max: 10OptionalExample:
The list of account ids for the contact.
123e4567-e89b-12d3-a456-426614174000listIdsstring[] · min: 1 · max: 10OptionalExample:
The list of list ids for the contact.
123e4567-e89b-12d3-a456-426614174000companyRefsstring[]Optional
The list of company references for the contact.
Other propertiesanyOptional
Responses
201
The contact was created successfully.
application/json
404
The workspace was not found.
application/json
409
The HTTP could not be completed because of a conflict with the current state of the resource.
application/json
422
The HTTP request is well-formed but was unable to be processed. The HTTP response should include details about the error.
application/json
post
/workspaces/{workspaceId}/contactsExamples
Create a contact with identifiers
Create a contact with attributes
Create a contact with lists
Create a contact with providing all the details
Last updated
Was this helpful?

