Microsoft Teams notifications
You can configure Microsoft Teams notifications on the account, team and project level. In order to this you'll need a valid webhook URL.
Getting a Microsoft Teams notifications webhook URL
In Microsoft Teams, add or open the Workflows app (this is an application built by Microsoft to allow automation in Teams):

Next, create a "New Flow"

Microsoft Teams provides a few templates for typical flows, we 're going to create one from scratch:

Now a trigger for the flow should be selected; search for "webhook" and select "When a Teams webhook request is received":

Make sure that "Anyone" (and thus Flare) can post to this Webhook:

Add a new step and, search for "post" and select "Post card in chat or channel":

Configure the step with the following options:
- Post as: Flow bot
- Post in: Channel
- Team: Select the team you want to post to
- Channel: Select the channel you want to post to

For the Adaptive card entry, click on "Add dynamic content" and select the "Expression" tab:

Type in: triggerBody() and hit enter:

Hit the save button:

Then select the webhook URL from the "When a Teams webhook request is received" step:

Use this URL in the Flare dialog to receive Flare notifications in Microsoft Teams:

After having set up mail notifications, you can send a test notification by clicking "Send test notification".
- On this page
- Getting a Microsoft Teams notifications webhook URL