added option to specify HTTP method

This commit is contained in:
jokob.sk
2022-10-02 21:52:46 +11:00
parent 43bc86becf
commit 32d5455f45
2 changed files with 8 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ WEBHOOK_URL = 'http://n8n.local:5555/webhook-test/aaaaaaaa-aaaa-aaaa
# supported values: 'json' or 'html'
# e.g.: for discord use 'html'
WEBHOOK_PAYLOAD = 'json'
WEBHOOK_REQUEST_METHOD = 'GET' # POST, GET...
# Apprise settings
#-----------------------