Upload files to "Webhooks"

This commit is contained in:
Upgrayedd 2024-07-30 23:35:20 -05:00
commit fcf3794d2e

View file

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