Message Pinned

Supported & Tested

Emitted when a user pins a message in a conversation JID.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "message.pinned",
  "instance_id": "demo_instance",
  "message_id": "MSG_DEMO_001",
  "duration": 86400,
  "confirmed": true,
  "timestamp": 1782582383
}
Was this page helpful?