Skip to main content
Version: Next

Microsoft Teams Notifier

The microsoft teams notifier allows to get notified on your favorite microsoft teams channel when an instance of go-feature-flag is detecting changes in the configuration of your flags.

Configure Microsoft Teams Notifications

  1. First create a Webhook in the channel you want to send notifications to.
    Need a hand?Click here to see how it's done
  2. Copy the webhook URL
  3. Now you can configure your notifier
err := ffclient.Init(ffclient.Config
{
// ...
Notifiers: []notifier.Notifier{
&microsoftteamsnotifier.Notifier{
MicrosoftTeamsWebhookURL: "https://xxx.xxx/..."
},
},
})

Configuration fields

FieldDescription
MicrosoftTeamsWebhookURLThe complete URL of your microsoft teams webhook.

Get the latest GO Feature Flag updates