Overview

View as Markdown

Anonymized examples of outbound webhooks your server receives after event scopes are enabled.

Import tip: these requests target {{webhook_url}} only so you can inspect the JSON in Postman Docs / Examples. Do not treat them as Gateway API endpoints.

1{
2 "event": "<event_name>",
3 "createdAt": "2026-01-15 12:00:00",
4 "serviceId": 1001,
5 "data": { /* event-specific fields; always includes isGroup */ }
6}