Skip to content

aldorvv/echook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echook

Go Version License Status

🪝 Webhook debugging proxy made easy.

Features (planned)

  • Capture webhooks
  • Real-time dashboard
  • Replay functionality
  • WebSocket updates

Quick Start

# 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