2 points | by muliswilliam 6 hours ago ago
1 comments
I built a small tool to help debug and inspect webhooks more easily. It gives you a unique URL where you can see incoming requests, headers, payloads, and even replay them.
Built in Go, it’s lightweight, open source, and free to use.
Try it out: https://testwebhook.xyz
Code: https://github.com/muliswilliam/webhook-tester
Would love your feedback or suggestions!
I built a small tool to help debug and inspect webhooks more easily. It gives you a unique URL where you can see incoming requests, headers, payloads, and even replay them.
Built in Go, it’s lightweight, open source, and free to use.
Try it out: https://testwebhook.xyz
Code: https://github.com/muliswilliam/webhook-tester
Would love your feedback or suggestions!