Create or update a contact
Create a contact. If a contact with the supplied email already exists, it will be updated. Only supplied parameters are set.
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Body
Response
The created or updated contact.
Unique identifier.
123
Contact name.
"John Doe"
Email address of the contact.
"john@doe.com"
Contact phone.
"+123456789"
Private note.
Timestamp in Unix seconds since epoch.
1573240303
Array of custom properties, as defined in the CRM section of your website.
List of tags assigned to the contact.
["tag1", "tag2"]Member id if assigned to contact.
487
Whether the contact is a subscriber (for email marketing).
Array of subscriber list IDs (email marketing lists).
[0, 87647751]
