Monitoring
Each webhook request is either successful or failed is logged as an Event. You can view the events in the Webhook Events section of each webhook configuration.
You can view and filter failed and succesful events and its details. Every event can be replayed. The replay will send the same payload and creates a new event afterwards. By default, all events are persisted for 4 weeks.
This is partifularly useful for debugging issues with webhooks, as you can see the exact payload that was sent from the webhook endpoint. You can also see additional information like the origin of the request, its headers and the response status code.
You can also replay events to test your webhook endpoint without having to trigger the original event again.