Message Reaction

Supported & Tested

Emitted when a reaction emoji is added or removed from a message.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response ยท 200 OK
{
  "event": "message.reaction",
  "instance_id": "demo_instance",
  "message_id": "MSG_DEMO_001",
  "emoji": "๐Ÿ˜‚",
  "timestamp": 1782582344
}
Was this page helpful?