|
|
|
Show HN: UnWebhook – A tool for working with webhooks in teams and staging
(github.com)
|
|
1 points
by McAdam
850 days ago
|
|
I needed to tool that would let me analyze webhook messages, and forward them to my machine, or replay them over and over again. I also needed a way to have a "fallback" delivery of webhooks.
If a webhook call comes in and im offline, it sends it to the team shared staging environment. If I'm online working in the staging db, it comes to my machine so I can process it. Some tools work great for analysis but I couldnt find anything for the forwarding/replaying this was a "functional" project created over a weekend. available to play with online, and easy to deploy yourself. give it a try next time you're working with stripe webhooks |
|