mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Add support for Apprise Tags
This commit is contained in:
@@ -115,7 +115,7 @@ def send(html, text):
|
||||
|
||||
if get_setting_value('APPRISE_TARGETTYPE') == 'tag':
|
||||
_json_payload = {
|
||||
"tags": get_setting_value('APPRISE_URL'),
|
||||
"tag": get_setting_value('APPRISE_URL'),
|
||||
"title": "NetAlertX Notifications",
|
||||
"format": get_setting_value('APPRISE_PAYLOAD'),
|
||||
"body": payloadData
|
||||
|
||||
Reference in New Issue
Block a user