Sign inSign up

zillbilly/generic_webhook_handler

By zillbilly

Updated over 4 years ago

A very simple, very small python flask app for handling any incoming webhook payload

Image
0

981

zillbilly/generic_webhook_handler repository overview

generic_webhook_handler

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.

Tag summary

Content type

Image

Digest

Size

53 MB

Last updated

over 4 years ago

docker pull zillbilly/generic_webhook_handler