Files
Notify/data/sample_messages/downtime.json
2023-10-26 09:42:07 +02:00

15 lines
318 B
JSON

{
"topic": "_",
"title": "Downtime detected for service https://example.com",
"message": "More than 1 minute of downtime detected",
"actions": [
{
"action": "view",
"label": "Open Dashboard",
"url": "https://example.com"
}
],
"priority": 5,
"tags": ["arrow_down_small"]
}