Webhook event log
The list shows every delivery attempt over the last 48 hours, including failed and pending ones. Each row exposes:| Column | Description |
|---|---|
| Created | When the event was dispatched |
| Status | Delivery state: success, failed, or pending |
| Event | The event type that triggered the webhook (e.g. email.delivered) |
| ID | The unique event id. Click to open the delivery drawer. |
| Webhook | The webhook the event was sent to |
Troubleshooting failed deliveries
If events are failing:- Verify your endpoint is publicly reachable and returns a
2xxstatus code. - Check that signature verification in your handler is not rejecting valid requests.
- Review the response body in the expanded row — it may contain error details from your server.
Nuntly retries failed webhook deliveries with exponential backoff. You can also view delivery attempts for a specific event by expanding the row.
Learn more
Observability overview
All observability views at a glance
Handle webhook events
Implement signature verification and event handling
