Skip to main content
POST
Subscribe multiple contacts to one or more sequences

Authorizations

Authorization
string
header
required

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

Body

application/json
contactIds
string[]
required

Up to 1000 contact ids.

Required array length: 1 - 1000 elements
Pattern: ^\d+$
sequenceIds
string[]
required

Sequence ids (numeric strings) to subscribe the contacts to. Get them from sequences.list.

Required array length: 1 - 20 elements
Pattern: ^\d+$

Response

OK

processed
number
required

Number of contact ids that were found and processed.

skippedContactIds
string[]
required

Contact ids from the request that were not found in this workspace (deleted, wrong workspace, or unknown) and were therefore skipped.