Configure webhook URL
Read webhook settings
webhook and subscribe.
Subscribe to events
Subscriptions are set duringPOST /session/connect or POST /session/pair:
Webhook reliability
Your webhook receiver should:- Return a 2xx response quickly.
- Validate that the request came from your WaGo deployment.
- Store the raw event before doing slow work.
- Be idempotent by message ID or event ID.
- Handle duplicate events.

