Webhook event log
Each entry includes:| Column | Description |
|---|---|
| Event type | The event that triggered the webhook (e.g. email.delivered) |
| Endpoint | The webhook URL the event was sent to |
| Status | Whether the delivery succeeded or failed |
| Attempts | Number of delivery attempts made |
| Timestamp | When the event was dispatched |
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.
