Self-hostable webhook tester in go

2 muliswilliam 1 5/13/2025, 9:30:46 AM testwebhook.xyz ↗

Comments (1)

muliswilliam · 10h ago
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!