Zernio
Zernio
API Reference

Sequences

List enrollments for a sequenceGETList sequencesGETCreate sequencePOSTGet sequence with stepsGETUpdate sequencePATCHDelete sequenceDELETEActivate sequencePOSTEnroll contacts in a sequencePOSTPause sequencePOSTUnenroll contactDELETE
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
Sequences

Activate sequence

Start a draft or paused sequence. The sequence must have at least one step.


POST
/v1/sequences/{sequenceId}/activate

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

Response Body

application/json

application/json

application/json

{  "success": true,  "sequence": {    "id": "string",    "status": "string"  }}
Was this page helpful?

Delete sequence

Permanently delete a sequence. Active enrollments are stopped.

Enroll contacts in a sequence

Enroll one or more contacts into a sequence. Contacts already enrolled are skipped.