For AI agents: visit https://developers.zf-scalar.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
- Create or manage your integrator in SCALAR Web portal
- Ensure integrator has necessary module-level permissions for the event types you want to receive
- Navigate to Datahub Subscriptions configuration
- Select subscription method: "Webhook"
- Provide your webhook endpoint URL (must be HTTPS)
- Generated webhook secret for HMAC signature validation
- Select event groups and specific events to subscribe to
- Configure batch settings (batch size, maximum waiting time)
- Optionally add custom headers and enable overflow protection
- Use the webhook test feature to send sample events to your endpoint
- Verify your endpoint responds with a 200 status code
- Check that your application processes the test payload correctly
- SCALAR sends event batches to your webhook endpoint
- Your endpoint processes and acknowledges each batch
- SCALAR retries failed deliveries automatically
- Track webhook delivery status and metrics
- Check Webhook developer metrics for integration insights
- Notifications (Push, Email) for any kind of configurations impact on the subscriptions
- Update custom headers or batch settings as needed