Poll Created

Supported & Tested

Emitted when a poll is created in a chat.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "poll.created",
  "instance_id": "demo_instance",
  "message_id": "MSG_DEMO_001",
  "question": "Hello from Waplix API docs.",
  "timestamp": 1782582309
}
Was this page helpful?