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": "123456789@c.us",
        "id": "AAABBBCCCDDDEEEFFF111222333",
        "_serialized": "true_123456789@c.us_AAABBBCCCDDDEEEFFF111222333"
      },
      "timestamp": 1738934614,
      "reaction": "👍",
      "read": true,
      "msgId": {
        "fromMe": false,
        "remote": "123456789@c.us",
        "id": "AAABBBCCCDDDEEEFFF111222333",
        "_serialized": "false_123456789@c.us_AAABBBCCCDDDEEEFFF111222333"
      },
      "senderId": "987654321@c.us",
      "ack": 0
    }
  }
}