Sequences
Enroll contacts in a sequence
Enroll one or more contacts into a sequence. Contacts already enrolled are skipped.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
sequenceId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
{ "success": true, "enrolled": 0, "failed": 0, "results": [ { "contactId": "string", "success": true, "error": "string" } ]}Was this page helpful?