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"
# ...
Follow the Microsoft Teams Guide for generating a webhook URL.