Skip to main content
The Webhooks dashboard shows the operational state behind dataset update notifications. It is designed for support and recovery: you can confirm which endpoints are active, inspect recent signed delivery attempts, see failure reasons, and queue replay for failed or dead-lettered deliveries.

What You Can Inspect

Endpoint Configuration

Review endpoint label, host, active/paused state, event filters, allowed host, signing algorithm, and max attempts.

Delivery History

Inspect recent deliveries by event, endpoint, status, attempt count, last attempt time, and response status.

Signature Evidence

Confirm whether a delivery was signed. The dashboard stores a signature hash for evidence, not the raw secret.

Replay Queue

Queue replay for failed or dead-lettered deliveries after you fix your endpoint.

Delivery Headers

Webhook deliveries include these headers: The signature base string is:

Replay Workflow

1

Open Webhooks

Sign in and open Dashboard → Webhooks.
2

Find the failed delivery

Filter visually by status. Failed and dead-lettered deliveries show response status, response preview, or error message when available.
3

Fix your endpoint

Correct authentication, URL allowlist, timeout, or handler errors before replaying.
4

Queue replay

Use Queue replay on the failed delivery. The delivery returns to the dispatch queue and is attempted again by the dispatcher.