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

Create sequence

Create a multi-step messaging sequence. Each step has a delay and a message or WhatsApp template.


POST
/v1/sequences

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

{  "success": true,  "sequence": {    "id": "string",    "name": "string",    "description": "string",    "platform": "string",    "status": "string",    "stepsCount": 0,    "createdAt": "2019-08-24T14:15:22Z"  }}
Was this page helpful?

List sequences

Returns sequences with enrollment stats. Filter by status, platform, or profile.

Get sequence with steps

Returns a sequence with all its steps and enrollment stats.

profileId*string
accountId*string
platform*string

Value in

  • "instagram"
  • "facebook"
  • "telegram"
  • "twitter"
  • "bluesky"
  • "reddit"
  • "whatsapp"
  • "slack"
name*string
description?string
steps?array<>
exitOnReply?boolean
Defaulttrue
exitOnUnsubscribe?boolean
Defaulttrue