Send message reactions
You can use WhatsApp API to react to messages in your individual and group chats with emojis
{
"messages": [
{
"id": "PrASmgj_7SvxVLU-gDwSiXIF.g", // id message
"from_me": false, // this is an incoming message, otherwise true
"type": "text", // type message
"chat_id": "[email protected]",
"timestamp": 1697532322,
"source": "web", // "source": "mobile"
"text": {
"body": "Hello!"
},
"from_name": "John Doe"
}
],
"event": {
"type": "messages",
"event": "post"
},
"channel_id": "Your Channel ID"
}Last updated
