Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 668 Bytes

send_ms_teams_notifications_from_helmsman.md

File metadata and controls

20 lines (15 loc) · 668 Bytes

Microsoft Teams notifications from Helmsman

Helmsman can send MS Teams notifications to a channel of your choice. To enable the notifications, simply add a msTeamsWebhook webhook in the settings section of your desired state file. The webhook URL can be passed directly or from an environment variable.

[settings]
...
msTeamsWebhook = $MY_MS_TEAMS_WEBHOOK
settings:
  # ...
  msTeamsWebhook : "$MY_MS_TEAMS_WEBHOOK"
  # ...

Getting a MS Teams Webhook URL

Follow the Microsoft Teams Guide for generating a webhook URL.