{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"themeColor": "e57000",
"summary": "{{ title }}",
"sections": [
{
"activityTitle": "{{ title }}",
"activitySubtitle": "Proxmox Notification from ",
"activityImage": "https://img.icons8.com/?size=512&id=53iFar0HpEW9&format=png",
"facts": [
{
"name": "Host",
"value": "{{ fields.hostname }}"
},
{
"name": "Message",
"value": "{{ message }}"
},
{
"name": "Severity",
"value": "{{ severity }}"
}
],
"markdown": true
}
]
}