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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A created or updated contact
The response is of type object
.
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A created or updated contact
The response is of type object
.