Skip to main content
POST

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Add contacts to a list by email addresses or contact IDs. Provide either emails or contactIds, not both.
string
The ID of the contact list to add contacts to.Example: "60d5ec49f1b2c72d9c8b4567"
string[]
required
Array of email addresses to add to the list. New contacts will be created for emails that don’t already exist.
Maximum 500 emails per request. Provide either emails or contactIds, not both.
Example:
string[]
Array of existing contact IDs to add to the list.
Maximum 500 contact IDs per request. Provide either emails or contactIds, not both.
Example:

Response

Contacts added to list
boolean
Indicates if the request was successfulExample: true
object