The MicrosoftTeams integration allows Unleash to post Updates when a feature flag is updated. To set up this integration, you need to set up a webhook connector for your channel. You can follow Creating an Incoming Webhook for a channel on how to do that.
The Microsoft Teams integration will perform a single retry if the HTTP POST against the Microsoft Teams Webhook URL fails (either a 50x or network error). Duplicate events may happen, and you should never assume events always comes in order.
You can choose to trigger updates for the following events:
Unleash Microsoft Teams integration takes the following parameters.
Microsoft teams’s incoming webhooks are channel specific. You will be able to create multiple integrations to support messaging on multiple channels.