POST
Send reaction
Required permission: WhatsApp Chats — Add
Path
/api/business/public/channels/whatsapp/accounts/:accountId/messages/send-reactionExample request body (JSON)
{
"to": "923001234567",
"whatsapp_message_id": "wamid.xxxxx",
"emoji": "👍"
}Example success response (JSON)
{
"success": true,
"message": "Reaction sent",
"data": {},
"metaResponse": {}
}Try it
Runs in your browser — token is not stored
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.
Full request URL
POST https://stage.api.engagive.io/api/business/public/channels/whatsapp/accounts/1/messages/send-reaction