API actions for the WhatsApp integration.
Send WhatsApp messages to users through the WhatsApp Cloud API using your Meta app credentials.
Send a message to a user
Send a text-based WhatsApp message to a single recipient using the WhatsApp Cloud API.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
recipient_number | string | Yes | Recipient phone number. |
message | string | Yes | Message text. |
preview_url | boolean | No | Allow link previews. |
Response
{
"delivery_status": "sent",
"message_id": "wamid.HBgNMTU1NTEyMzQ1NjcVAgARGBI5QTNDQTA2Rjg2NjBGRjYzNTMA",
"status": "success"
}