Webhook Tester
Test webhooks. Send payloads. Debug integrations. No deployment needed.
Commands
send <url> <json_payload>— Send webhook POSTgithub <url> [event]— Simulate GitHub webhookping <url>— Send test pinghistory— View recent webhook sends
Usage Examples
webhook-tester send https://myapp.com/webhook '{"event":"test"}'
webhook-tester github https://myapp.com/hooks push
webhook-tester ping https://myapp.com/health
Powered by BytesAgain | bytesagain.com
When to Use
- as part of a larger automation pipeline
- when you need quick webhook tester from the command line
Output
Returns logs to stdout. Redirect to a file with webhook-tester run > output.txt.
Configuration
Set WEBHOOK_TESTER_DIR environment variable to change the data directory. Default: ~/.local/share/webhook-tester/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback