mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 04:45:59 +03:00
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}"
}]
}]
}