API actions for the WhatsApp integration.
Send WhatsApp messages to your customers directly from your workflows.
Send a WhatsApp message
Send a text message to one person on WhatsApp.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
recipient_number | string | Yes | The phone number to send the message to, including the country code. For example, +15551234567. |
message | string | Yes | The text of the message you want to send. |
preview_url | boolean | No | Set to true to show a preview of any links in the message. |
Response
{
"delivery_status": "sent",
"message_id": "wamid.HBgNMTU1NTEyMzQ1NjcVAgARGBI5QTNDQTA2Rjg2NjBGRjYzNTMA",
"status": "success"
}