Description
This event is triggered when a reaction is added to a message.
Webhook Request
HTTP Method
POST
Request Headers
Name | Value |
---|---|
Content-Type | application/json |
User-Agent | WaAPI 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
}
}
}