AlertmanagerConfig.spec.receivers.rocketchatConfigs.httpConfig.spec.receivers.msteamsConfigs
msteamsConfigs defines the list of MSTeams configurations. It requires Alertmanager >= 0.26.0.
| Field / Type | Description |
|---|---|
httpConfig defines the HTTP client configuration for Teams webhook requests. | |
sendResolved | sendResolved defines whether or not to notify about resolved alerts. |
summary | summary defines the message summary template for Teams notifications. This provides a brief overview that appears in Teams notification previews. It requires Alertmanager >= 0.27.0. |
text | text defines the message body template for Teams notifications. This contains the detailed content of the Teams message. |
title | title defines the message title template for Teams notifications. This appears as the main heading of the Teams message card. |
webhookUrl defines the MSTeams webhook URL for sending notifications. This is the incoming webhook URL configured in your Teams channel.
|