Skip to content

arishpyne/dumbwebhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dumbwebhook

This is a super-simple webhook app that can be used to ease webhooks debugging

  • Catches all paths
  • Catches all HTTP methods (even non-existent ones)
  • Uses ngrok to automagically give you a fine globally accessible URL to point your Webhook producers at
  • Decodes and pretty-prints the payload if it's in JSON format

Usage

Download it from DockerHub:

docker pull arishpyne/dumbwebhook

Or build it yourself:

docker build -t dumbwebhook:latest .

Then run it:

docker run -it arishpyne/dumbwebhook

About

Super-simple catch-all webhook consumer app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors