From fcf3794d2ebb300900862feaa3b7cb2bb1aa47a8 Mon Sep 17 00:00:00 2001 From: Upgrayedd Date: Tue, 30 Jul 2024 23:35:20 -0500 Subject: [PATCH] Upload files to "Webhooks" --- Webhooks/ntfy_TestNotifs_Webhook_Tac.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Webhooks/ntfy_TestNotifs_Webhook_Tac.json diff --git a/Webhooks/ntfy_TestNotifs_Webhook_Tac.json b/Webhooks/ntfy_TestNotifs_Webhook_Tac.json new file mode 100644 index 0000000..cf24fa0 --- /dev/null +++ b/Webhooks/ntfy_TestNotifs_Webhook_Tac.json @@ -0,0 +1,14 @@ +POST / HTTP/1.1 +Host: https://ntfy.upgrayeddsgarage.com + +{ + "Content-Type": "application/json" +} + +{ + "topic": "TestNotifs", + "message": "{{alert.message}}", + "title": "{{alert.assigned_check}}", + "tags": ["+1","Spam","{{agent.hostname}}"], + "priority": 2 +} \ No newline at end of file