Contacts
Bulk Update Contacts
Updates or creates multiple contacts in a single API request. Each contact is either created (if it doesn’t exist) or updated (if it does) based on the email address. Maximum limit: 100 contacts per request.
POST
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Body
Array of contacts to update or createArray of contact objects (minimum 1, maximum 100)
Maximum 100 contacts per request.
Whether to trigger workflows for updated contactsExample:
falseResponse
Bulk update completedExample:
true