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

Pause sequence

Pause an active sequence. Enrolled contacts stop receiving messages until the sequence is reactivated.


POST
/v1/sequences/{sequenceId}/pause

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?

Enroll contacts in a sequence

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

Unenroll contact

Remove a contact from a sequence. No further messages will be sent to this contact.