Skip to content

Notification

Daniele Corsini edited this page Jun 21, 2023 · 2 revisions

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}"
                }]
            }]
        }
Clone this wiki locally