Create Webhook in mailgun UI docker pull python:3.9-slim docker build . -t webhook-emailer docker push webhook-emailer Test it: curl -d @mg.json -H "Content-Type: application/json" -X POST https://webhook-emailer.example.com
Create Webhook in mailgun UI docker pull python:3.9-slim docker build . -t webhook-emailer docker push webhook-emailer Test it: curl -d @mg.json -H "Content-Type: application/json" -X POST https://webhook-emailer.example.com