Skip to content(if available)orjump to list(if available)

Self-hostable webhook tester in go

muliswilliam

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!

markoph

This post falls under Show HN and should probably follow the guidelines (eg. title should begin with Show HN:). See https://news.ycombinator.com/showhn.html

Tool itself looks interesting and I've been looking for something like this several times. I'm bookmarking it for next time.