Webhook events
Webhooks are designed for workflows where polling is not ideal. Bulk completion is stable today, while monitoring and alert workflows use the same persistent endpoint, delivery, and resend model.
- Create persistent endpoints with event subscriptions.
- Use optional ad-hoc webhook_url on bulk uploads when one job needs a one-off completion callback.
- Send test payloads before relying on production events.
- Inspect delivery attempts and resend persistent endpoint deliveries.