WhatsApp
List flows
List all WhatsApp Flows for the Business Account (WABA) associated with the given account.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
accountId*string
WhatsApp account ID
Response Body
application/json
application/json
{ "success": true, "flows": [ { "id": "string", "name": "string", "status": "DRAFT", "categories": [ "string" ], "validation_errors": [ {} ], "version": 0, "lineageId": "string" } ]}Was this page helpful?
Confirm the caller-ID verification code
Submits the one-time code the number received. On success, `tel:` call forwards present the business number itself as caller ID (`callerIdMode: business`).
Create flow
Create a new WhatsApp Flow in DRAFT status. Optionally clone an existing flow. After creating, upload a Flow JSON definition, then publish to make it sendable.