Message Forwarded

Supported & Tested

Emitted when a message is forwarded to a contact.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "message.forwarded",
  "instance_id": "demo_instance",
  "source_message_id": "MSG_DEMO_001",
  "forwarded_message_id": "MSG_DEMO_002",
  "to": "15551234567@s.whatsapp.net",
  "timestamp": 1782582362
}
Was this page helpful?