sequences
Enroll contacts in a sequence
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
sequenceIdstring
contactIdsarray<string>
channelIds?array<string>
Optional. Auto-detected if not provided.
Response Body
application/json
application/json
curl -X POST "https://zernio.com/api/v1/sequences/string/enroll" \ -H "Content-Type: application/json" \ -d '{ "contactIds": [ "string" ] }'Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}