🪝 Webhook debugging proxy made easy.
- Capture webhooks
- Real-time dashboard
- Replay functionality
- WebSocket updates
# Clone the repo
git clone https://github.com/aldorvv/echook
cd echook
# Run
go run main.go
# Server running on :2407
# Send a test webhook
curl -X POST http://localhost:2407/w/test \
-d '{"message": "hello world"}'
# View captured webhooks
curl http://localhost:2407/webhooks