maasdevops_cicdtest/CD_Call-Handling-Backends/notification/NGTP-MSTeams.json

11 lines
316 B
JSON

{
"acceptAnyCertificate": false,
"active": true,
"alertingProfile": "{{.apid}}",
"headers": [],
"name": "{{.name}}",
"notifyEventMergesEnabled": false,
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
"type": "WEBHOOK",
"url": "{{.webhook}}"
}