Many applications send events using webhooks, which are simple HTTP POST requests. webhooks.app provides a dedicated https endpoint; you just need to configure your application to send data to this endpoint, and check the payloads received.
Example: Harbor registry can send webhooks for many types of events. webhooks.app allows you to quickly visualize the JSON payload sent for each event.
webhooks.app is also a simple backend which allows you to send json payload. You can quickly get the history of your data from the swagger UI or with a good old cURL.
If the data sent to your webhook contains a numeric field, you can visualize them on a simple linear graphics.
Explore the codebase on GitLab and deploy it on your local cluster.
Whether you have feature suggestions, improvements, or bug reports, please don't hesitate to reach out.
This application should be used for tests and demos. It's not a production environment in any way (yet...).
Data are only stored for a couple of days.
Do not send sensitive data to those webhooks.