Alerts Question Template
Although the test notification says that it is successful, it does not display the message in MS Teams.
I have read though various older posts, but would like to find out why the default payload template does not work.
The default payload template is as follows:
{
"version": "{{version}}",
"entity": {
"type": "{{entity.type}}",
"name": "{{entity.name}}",
"link": "{{entity.link}}",
"entityGuid": "{{entity.entityGuid}}",
"domainId": "{{entity.domainId}}",
"domain": "{{entity.domain}}",
"accountId": {{entity.accountId}}
},
"detectionType": "{{detectionType}}",
"category": "{{category}}",
"data": [{{#each data}}
{
"value": "{{value}}",
"unit": "{{unit}}",
"timestamp": {{timestamp}}
}
{{#unless @last}},{{/unless}}
{{/each}}],
"viewChartImageUrl": "{{viewChartImageUrl}}", "anomalyzerUrl": "{{anomalyzerUrl}}"
}
Do you perhaps have a similar template I could use (with graph) that is compatible with MS Teams?
Screenshots
Webhook test noticiation:
I have also tried using the New Relic connector within M, but encountering the same issues: