An example application demonstrating receiving a webhook with Python and [Flask(https://flask.palletsprojects.com/en/3.0.x/)].
- Follow the Hookdeck Inbound Webhook Quickstart
- Check out the Hookdeck docs
Ensure you have Python 3 and virtualenv installed.
git clone https://github.com/hookdeck/quickstarts hookdeck-quickstarts
cd hookdeck-quickstarts/python/inbound
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py