Many applications send events via webhooks, which are simple HTTP POST request. webhooks.app provides you a dedicated https endpoint, you just need to configure your application so it uses that endpoint, you can then 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 try the application on your 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.