Subscriber API
Subscriber Assign Sequences
Enroll a subscriber into one or more Sequences via the ChatSyncs API, using comma-separated sequence IDs. Use when a developer asks how to start an onboarding/drip campaign programmatically.
POST
Assign Sequences
Enrolls a subscriber into one or more Sequences.
Body
application/x-www-form-urlencoded
Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.
Example:
"API-KEY"
The WhatsApp account's phone number ID. Where to find it.
Example:
"PHONE-NUMBER-ID"
The subscriber's phone number, with country code, digits only.
Example:
"PHONE-NUMBER"
Comma-separated sequence IDs, e.g. 1,4,5. Where to find it.
Example:
"1,4,5"
Assign Sequences

