Skip to main content
POST
/
api
/
v1
/
templates
/
send
Queue template send job
curl --request POST \
  --url https://app.flowella.io/api/v1/templates/send \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "templateId": "<string>",
  "whatsappChannelId": "<string>",
  "recipients": [
    {
      "phone": "<string>",
      "contactId": "<string>",
      "bodyParameters": [
        "<string>"
      ],
      "buttonParameters": [
        {}
      ]
    }
  ],
  "templateWabaId": "<string>",
  "scheduledAt": "2023-11-07T05:31:56Z",
  "throttlePerHour": 50000
}
'
{
  "id": "<string>",
  "status": "<string>",
  "templateId": "<string>",
  "scheduledFor": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://knowledge.flowella.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Organization API key (flo_…). Send as Authorization: Bearer <key>.

Body

application/json
templateId
string
required
whatsappChannelId
string
required
recipients
object[]
required
Required array length: 1 - 50000 elements
templateWabaId
string

Required when templateId is a Meta graph template id (numeric string).

headerMedia
object
scheduledAt
string<date-time>
throttlePerHour
integer
Required range: 1 <= x <= 100000

Response

Job created

id
string
required
status
string
required
templateId
string | null
scheduledFor
string<date-time> | null