New Post
Context
The webhook-test site is used for mocking and debugging several message types which are sent for review and analysis. Via the public share, both parties can easily see and track any incoming messages.
Issue
Using one endpoint per party-setup, there can be multiple message types being sent to the endpoint. In order to distinguish between the message types, it would be cool to allow for any URL addition to the endpoint's address like https://webhook-test.com/{random-number}/{any-URL-addon}
Solution approach
In the logging, instead of just giving unique ID's of the webservice-call, there could be the name of the URL addon plus timestamp to easily identify the various messages and types just by looking at the list of incoming messages.
Of course, one could also create multiple endpoints for the various message types, but using this single logic would offer great benefit and flexibility to the usage!