Contacts
Add multiple contacts using a single API call
Add miultiple contacts (up to 100) using a single API call to avoid being rate limited. Payloads with updateIfExists
is set to true
will be updated if a contact with given email already exists.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The array of contacts to add.
Response
200 - application/json
Always true