ntfy
ntfy copied to clipboard
Webhook backend
Proposed webhook backend; tested against Slack
Coverage increased (+0.2%) to 81.366% when pulling 6d2ba5e515d4b14b7cf8ea710919d7df549e99c9 on jonbackhaus:webhook into ecfeee960af406a27ebb123495e0ec2733286889 on dschep:master.
Not a bad idea. However, I think the payload should be JSON encoded. eg payload = json.dumps({"title": title, "message": message})