{
"type": "message",
"attachments": [
{
"contentType": "application/vnd.microsoft.card.adaptive",
"contentUrl": "",
"content": {
"type": "AdaptiveCard",
"version": "1.4",
"body": [
{
"type": "TextBlock",
"size": "Large",
"weight": "Bolder",
"text": "$MONITORNAME is $STATUS",
"style": "heading",
"wrap": true
},
{
"type": "FactSet",
"facts": [
{
"title": "Incident Time:",
"value": "$INCIDENT_TIME"
},
{
"title": "Monitor Type",
"value": "$MONITORTYPE"
},
{
"title": "Incident Reason:",
"value": "$INCIDENT_REASON"
},
{
"title": "Monitor URL:",
"value": "$MONITORURL"
},
{
"title": "Monitor Group:",
"value": "$MONITOR_GROUPNAME"
},
{
"title": "Tags",
"value": "$TAGS"
},
{
"title": "Failed Locations",
"value": "$FAILED_LOCATIONS"
}
]
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.OpenUrl",
"title": "Go to Site24x7 Monitor",
"iconUrl": "icon:GlobeArrowForward",
"url": "$MONITOR_DASHBOARD_LINK"
}
]
}
]
}
}
]
}