Create a contact
Last updated
Was this helpful?
Last updated
Was this helpful?
Let's establish some of our data that will be used in the following examples:
Workspace ID: a1405560-c8d3-4b1a-877d-3f449ad95352
AccessKey: abcd
In this example, we're creating a contact providing identifiers. To know more about identifiers, please refer to this documentation.
In this example, we're creating a contact providing attributes. To know more about attributes, please refer to this documentation.
In this example, we're creating a contact providing list IDs. To knoe more about lists, please refer to this documentation.
In this example, we're creating a contact providing all the examples above.
The contact creation endpoint allows adding a new contact with multiple identifiers, attributes, and lists, specifying their details and associations during the creation process.
Your workspace identifier.
b4e02c85-c6d2-4b15-8885-e09671799c61
The display name for the contact.
John Doe
The list of account ids for the contact.
123e4567-e89b-12d3-a456-426614174000
The list of list ids for the contact.
123e4567-e89b-12d3-a456-426614174000
A map of key-value pairs, where the values are boolean, number, or string, or a non-empty array of those, or null
{"firstName":"John","lastName":"Smith","rating":9.6,"cookiesAccepted":false,"labels":["A","B","C"]}