A very simple, very small python flask app for handling any incoming webhook payload
981
A very simple Flask app for handling inbound webhooks.
Runs on port 8000 by default and echos all POST requests to any path into stdout. Built for simple Docker deployment.
Usage with Docker: docker run -p 8000:8000 --name handler1
To watch the incoming requests: docker logs handler1 --follow
The handler does not require any auth/authz.
Content type
Image
Digest
Size
53 MB
Last updated
over 4 years ago
docker pull zillbilly/generic_webhook_handler