Appearance
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) requiredaccountId(string) requiredplatform(string) required (enum: instagram, facebook, telegram, twitter, bluesky, reddit, whatsapp)name(string) requireddescription(string)steps(array)exitOnReply(boolean)exitOnUnsubscribe(boolean)
Responses
200 — Sequence created
success(boolean)sequence(object)
401