Send Static Flow

Once a Static WhatsApp Flow has been published, it can be delivered to end users through this endpoint. This delivery method is intended for scenarios where the interaction occurs within an active 24-hour customer conversation window initiated by the end user, following the same rules as WhatsApp session messages, and therefore does not require a pre-approved message template.

Body Params
interactive
object

Container object that defines the interactive message payload. All Flow-related configuration is defined within this object.

string

Alphanumeric identifier used for reporting purposes

callbacks
array of strings

Indicate one or more (separated by a comma) webhook URLs to notify about the status of the message delivery. That is, if you want to receive the status of the message you've sent to your subscribers, you need to specify your endpoint

Your endpoint must have an HTTP POST access method and receive a JSON body

The URL is the external callback where the events of the Email will be registered and published. Once an email is processed, its status will be posted to your callback URL

To view the full list and meaning of each status, please refer to the WhatsApp Status section.

callbacks
string
required

Phone number of the sender.

The phone number provided during the WABA account setup will be used as the sender of the notification message.

Only accepts numeric characters. Do not include the ´+´ sign.

string
required

Determines the destination phone number for your template message. Numbers are specified in E.164 format → (‘+’ and a country code).

string

The message type. For sending a Flow, this value must be set to ´interactive´.

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json