Webhooks

You can edit webhooks in the application:

Read an example of using webhooks for a Slack integrationhere.

Webhook payload reference

Below is the payload reference for all webhook events.

Whitelist of IPs

In order to make sure requests come from Ondorse's servers, you can whitelist this set of IPs.

15.188.136.142
35.180.82.98

Retry mechanism

Ondorse guarantees at least one delivery of webhook events.
If a webhook endpoint does not respond with a 2xx status code or times out, Ondorse automatically retries the delivery several times.

Clients should implement idempotency using the event_id field to safely handle potential duplicate deliveries.