-
Notifications
You must be signed in to change notification settings - Fork 20
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}"
}]
}]
}