Contacts
Add a new contact
Add a new contact to the mailing list, or update an existing one if updateIfExists
is set to true
.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The avatar url of the contact.
The custom properties set for this contact.
The email of the contact.
Whether to ignore subscribedToLists
field if the contact already exists and updateIfExists
is set to true
. Useful to avoid accidentally resubscribing a contact to lists they unsubscribed before. Default value is true
.
The language code of the contact.
The full name of the contact.
The array of mailing lists the contact is subscribed to.
If a contact with the provided email already exists, update the contact with the new data.
The user id of the contact.