Messaging API
How to send group messages?
Send Group Message
What is the difference from the Cloud API?
Request example
curl 'https://waba-v2.360dialog.io/messages' \
-H 'Content-Type: application/json' \
-H 'D360-API-KEY: <API_KEY>' \
-d '
{
"messaging_product": "whatsapp",
"recipient_type": "group",
"to": "<GROUP_ID>",
"type": "text",
"text": {
"preview_url": true,
"body": "This is another destination option: https://www.luckytravel.com/DDLmU5F1Pw"
}
}'
Webhooks
Receive Group Messages
Webhooks
Pin and Unpin Group Message
Placeholder
Description
Sample Value
Group Message Status Webhooks
Last updated
Was this helpful?