Skip to content

Create sequence

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

POST /v1/sequences

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

Request body

Content-Type: application/json

  • profileId (string) required
  • accountId (string) required
  • platform (string) required (enum: instagram, facebook, telegram, twitter, bluesky, reddit, whatsapp)
  • name (string) required
  • description (string)
  • steps (array)
  • exitOnReply (boolean)
  • exitOnUnsubscribe (boolean)

Responses

200 — Sequence created

  • success (boolean)
  • sequence (object)

401