Message Edited

Supported & Tested

Emitted when a message is edited in a conversation.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "message.edited",
  "instance_id": "demo_instance",
  "chat_id": "15551234567@s.whatsapp.net",
  "message_type": "event",
  "event_message_id": "EVENT_DEMO_001",
  "edit_message_id": "EVENT_DEMO_EDIT_001",
  "name": "John Doe",
  "start_time": 1782585918,
  "end_time": null,
  "timestamp": 1782582351
}
Was this page helpful?