openobserve/tests/test-data/AlertMultiTemplateEmail.json

16 lines
350 B
JSON

[
{
"name": "",
"body": "{\"text\":\"{alert_name} is active\"}",
"isDefault": true,
"type": "email",
"title": "{alert_name}"
},
{
"name": "",
"body": "{\"text\":\"{alert_name} is active\"}",
"isDefault": true,
"type": "email",
"title": "{alert_name}"
}
]