Events
The Events view is the primary interface for monitoring webhook activity.
Event List
Section titled “Event List”The event list shows all received webhooks with:
- Provider — Which provider sent the webhook
- Event Type — The event type (raw and normalized)
- Status — Current event status (
received,processed,failed, etc.) - Delivery Status — Delivery status (
pending,delivered,failed) - Received At — When the webhook was received
Filtering
Section titled “Filtering”Filter events by:
- Provider
- Event type
- Status / delivery status
- Account slug
- Date range
Use the filter bar at the top of the event list to narrow results.
Event Detail
Section titled “Event Detail”Click any event to see its full details:
- Payload — The complete original webhook payload
- Headers — Raw headers from the provider
- Delivery History — Each delivery attempt with timestamp, response code, and error
- Metadata — Event ID, external ID, provider, account, timestamps
Actions
Section titled “Actions”From the event detail view, you can:
- Replay — Re-deliver the event to your
delivery_url - Acknowledge — Mark the event as processed
- Mark Failed — Mark the event as failed with an error message