Add contacts to a contact list (JSON)

Add multiple contacts to a contact list by their IDs from the request body in JSON format

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Application's ID

int64
required

Contact List ID

Body Params

At least one of contactIds, externalCodes, or contacts must be provided.
Multiple identifier types can be combined in a single request.

contactIds
array of int64s
length between 1 and 1000

Array of contact IDs.

If the contact ID does not exist, it will be ignored.

contactIds
externalCodes
array of strings
length between 1 and 1000

Array of external codes to identify contacts.

Contacts not found will be ignored.

externalCodes
contacts
array of objects
length between 1 and 1000

Array of contact code and channel type pairs to identify contacts.

Contacts not found will be ignored.

contacts
string
required
length ≥ 1

Contact code

string
enum
required

Channel type

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json