# Microsoft Teams notifications


You can configure Microsoft Teams notifications on the [account](/docs/flare/notifications/configuring-notifications#on-the-account-level), [team](/docs/flare/notifications/configuring-notifications#on-the-team-level) and [project](/docs/flare/notifications/configuring-notifications#on-the-project-level) level. 

## Getting a Microsoft Teams notifications webhook URL

To use Microsoft Teams, you will need a valid webhook URL.

Start by adding or opening the Workflows app inside Microsoft Teams. This in an application built by Microsoft allow automation inside Teams.

![screenshot](/images/docs/microsoft-teams/screenshot1.png)

Next, create a "New Flow":

![screenshot](/images/docs/microsoft-teams/screenshot3.png)

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

![screenshot](/images/docs/microsoft-teams/screenshot4.png)

You'll need to select a trigger for your flow. Search for "webhook" and select "When a Teams webhook request is received":

![screenshot](/images/docs/microsoft-teams/screenshot5.png)

Make sure that "Anyone" (meaning Flare) can post to this webhook:

![screenshot](/images/docs/microsoft-teams/screenshot6.png)

Add an extra step for posting inside a channel. Search for "post" and select "Post card in chat or channel":

![screenshot](/images/docs/microsoft-teams/screenshot14.png)

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_

![screenshot](/images/docs/microsoft-teams/screenshot7.png)

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

![screenshot](/images/docs/microsoft-teams/screenshot8.png)

Type in: `triggerBody()` and hit enter:

![screenshot](/images/docs/microsoft-teams/screenshot11.png)

Click the save button:

![screenshot](/images/docs/microsoft-teams/screenshot12.png)

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

![screenshot](/images/docs/microsoft-teams/screenshot13.png)

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

![screenshot](/images/docs/microsoft-teams/screenshot15.png)

After having set up mail notifications, you can send a test notification by clicking "Send test notification".
