Adding a webhook for Microsoft Teams
search cancel

Adding a webhook for Microsoft Teams

book

Article ID: 371644

calendar_today

Updated On:

Products

CloudHealth

Issue/Introduction

Resolution

The default webhook template from the webhook guide is specifically for Slack. If you would like to set this up for Microsoft Teams then you can use the following template:

{ "text" : "{ Message: {{{ message }}}, PolicyName: {{{ policyName }}}, PolicyBlockName: {{{ policyBlockName }}}, AlertLink: {{{ alertLink }}}, EvaluatedAt: {{{ evaluatedAt }}}, IntegrationName: {{{ integrationName }}}, ResourceType: {{{ resourceType }}}, ResultSummary: {{{ resultSummary }}}, Warnings: {{{ warnings }}}, Violations: {{#violations}}{ New: {{New?}}, AccountName: {{AccountName}}, Tags: {{Tags}} } {{/violations}} }" }