mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -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':
|
if get_setting_value('APPRISE_TARGETTYPE') == 'tag':
|
||||||
_json_payload = {
|
_json_payload = {
|
||||||
"tags": get_setting_value('APPRISE_URL'),
|
"tag": get_setting_value('APPRISE_URL'),
|
||||||
"title": "NetAlertX Notifications",
|
"title": "NetAlertX Notifications",
|
||||||
"format": get_setting_value('APPRISE_PAYLOAD'),
|
"format": get_setting_value('APPRISE_PAYLOAD'),
|
||||||
"body": payloadData
|
"body": payloadData
|
||||||
|
|||||||
Reference in New Issue
Block a user