sequences
Create a sequence
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
profileIdstring
accountIdstring
platformstring
Value in
"instagram" | "facebook" | "telegram" | "twitter" | "bluesky" | "reddit" | "whatsapp"namestring
description?string
steps?
exitOnReply?boolean
Default
trueexitOnUnsubscribe?boolean
Default
trueResponse Body
application/json
curl -X POST "https://zernio.com/api/v1/sequences" \ -H "Content-Type: application/json" \ -d '{ "profileId": "string", "accountId": "string", "platform": "instagram", "name": "string" }'Empty
{
"error": "Unauthorized"
}