Create a contact
API referenceCreate a contact and add them to a mailing list
API referenceUpdate a contact
When updating a contact you must provide anemail
or userId
value to identify the contact.
You can use the “update” endpoint to update or create contacts. If the provided email or user ID does not exist, a new contact will be created.
Update a contact’s email address
For this the contact will need to already have auserId
value set.
API reference
Subscribe a contact to a mailing list
API referenceUnsubscribe a contact from a mailing list
This removes a contact from a specific mailing list. See below to see how to fully unsubscribe a contact. Usefalse
to unsubscribe a contact from a mailing list.
API reference
Unsubscribe a contact
Setsubscribed
to false
to unsubscribe a contact. The contact will no longer receive campaign or loop emails, but will remain listed in your audience.
API reference