Skip to main content

Microsoft Teams

ParameterDescriptionRequired
alert.teams.webhook🔗 Webhook URLYes
alert.teams.title✏️ Custom titleNo
alert.teams.text✏️ Custom textNo

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
teams:
webhook: WEBHOOK_URL
title: "optional customized title"
text: "optional customized text"

Routing

alert:
teams:
webhook: WEBHOOK_URL
routes:
- namespaces: ["production"]
severities: ["high", "critical"]
- reasons: ["OOMKilled"]

Retry

alert:
teams:
webhook: WEBHOOK_URL
retry:
maxAttempts: 5
delay: 5s

Fallback

alert:
teams:
webhook: WEBHOOK_URL
fallback: <another_provider>

Compact mode

alert:
teams:
webhook: WEBHOOK_URL
compact: true

Screenshot

Microsoft Teams notification screenshot