Add support for Apprise Tags

This commit is contained in:
Douglas Maitelli
2025-07-27 22:35:04 +00:00
parent ab9c940d01
commit 3c18540c8c

View File

@@ -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