API Reference

Message Reaction Event

Description

This event is triggered when a reaction is added to a message.

Webhook Request

HTTP Method

POST

Request Headers

NameValue
Content-Typeapplication/json
User-AgentWaAPI Webhook User Agent

Request Body

{
  "event": "message_reaction",
  "instanceId": "1",
  "data": {
    "reaction": {
      "id": {
        "fromMe": true,
        "remote": "[email protected]",
        "id": "AAABBBCCCDDDEEEFFF111222333",
        "_serialized": "[email protected]_AAABBBCCCDDDEEEFFF111222333"
      },
      "timestamp": 1738934614,
      "reaction": "👍",
      "read": true,
      "msgId": {
        "fromMe": false,
        "remote": "[email protected]",
        "id": "AAABBBCCCDDDEEEFFF111222333",
        "_serialized": "[email protected]_AAABBBCCCDDDEEEFFF111222333"
      },
      "senderId": "[email protected]",
      "ack": 0
    }
  }
}