Webhook Deliveries
Inspect recent delivery attempts for a webhook endpoint. Rows with a Failed status have exhausted all automatic retries and can be replayed individually. Cross-org isolation is enforced — the API key you provide scopes the results to your organisation.
Loading…
How replay works: Replaying a permanently-failed delivery re-queues it as a fresh attempt. The new attempt carries a new
Permissio-Delivery-Id so that idempotent handlers treat it as a distinct request. The original delivery row is updated in place — its status changes from Failed to Queued. See Retry behavior for full delivery semantics.