When you POST a new Contact, we’ll first check if another contact exists with the same phone. If it does, we’ll do a partial update to the existing contact with this new information. We do this so you don’t end up with duplicate contacts in your account.
You can set arbitrary attributes for a contact in the meta object, using meta={custom_property_1: 'some value', another_property: 'another value ...', ...}. We parse all these attributes as strings for now.
We append the received meta, tags and default_assignees properties with the contact current ones, if you want to delete some key inside the meta or a tags you have to use the overwrite_meta or overwrite_tags attributes in the request body.
Token-based authentication with required prefix "Token"
30100100254200If true, the tags will be overwritten with the new value. If false, the new value will be merged with the existing value. Default is false.
If true, the default_assignees will be overwritten with the new value. If false, the new value will be merged with the existing value. Default is false.
If true, the meta field will be overwritten with the new value. If false, the new value will be merged with the existing value. Default is false.
30User ID of the user who created the contact
Phone number of the contact
UUID representing the contact ID
255Tags associated with the contact
ID of the default assignees for the contact
URL of the inbox conversation associated with the contact
100100254200