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": "[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
}
}
}