2 Notification
Daniele Corsini edited this page 2023-06-21 16:18:38 +02:00

Notification

WebHook

Configuration for Teams:

  • HttpMethod Post
  • BodyType Json
  • Model
 {
            "@type": "MessageCard",
            "summary": "{Subject}",
            "themeColor": "{ColorSeverity}",
            "sections": [
            { 
                "activityTitle": "{Subject}",
                "activityImage": "{ImageSeverity}",
                "text": "{Body}",
                "facts": [
                {Data}
                {
                        "name": "Context:",
                        "value": "{Context}"
                }]
            }]
        }