cURL
curl --request POST \ --url https://app.flowella.io/api/v1/messages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "to": "+15551234567", "text": "Hello from Flowella API", "whatsappChannelId": "<string>" } '
{ "id": "<string>", "conversationId": "<string>", "contactId": "<string>", "metaMessageId": "wamid.xxx" }
Documentation IndexFetch the complete documentation index at: https://knowledge.flowella.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://knowledge.flowella.io/llms.txt
Use this file to discover all available pages before exploring further.
Organization API key (flo_…). Send as Authorization: Bearer <key>.
flo_…
Authorization: Bearer <key>
E.164 or digits; normalized server-side.
3 - 32
"+15551234567"
1 - 4096
"Hello from Flowella API"
Optional sending identity; defaults to org default channel.
Message accepted and stored
"wamid.xxx"