Introduction
In this article, we will learn how with tag-based mentions in Microsoft Teams, you can target specific groups of users and ensure your messages reach the intended audience. In this article, we’ll explore how to automate these tag mentions using Microsoft Power Automate.
Tags allow you to mention specific groups of users while also providing the flexibility to notify everyone in a Microsoft Teams channel.
When sending notifications to a large group in Teams, there are two practical approaches to notify everyone effectively:
In this article we will focus on approach 2
Step-By-Step Implementation
Step1: Go to the channel where you want to create the tag
![09-04-2026-06-53-13]()
Click on the three dots (⋯) next to the channel/team
Select “Manage tags”
Click on “Create tag”
Enter a Tag Name
Add a Description (optional but recommended)
Add the members you want to include in the tag
Click Create/Save
Step 2: Create a Flow to Send Tag-Based Notifications
Flow Setup in Microsoft Power Automate
![09-04-2026-06-57-26]()
Create a new flow
You can trigger the flow based on your use case (e.g., file processing, approvals, etc.)
For demonstration, use a Manual Trigger
Get the Tag Mention Token
Post Message in Teams Channel
Configure as follows:
Example:
@{outputs('Get_an_@mention_token_for_a_team_tag')?['body/atMention']} Hello Everyone.This notification is sent using Tag mention.
Result
![Screenshot 2026-04-10 120724]()
Conclusion:
In conclusion, using tags in Microsoft Teams with Microsoft Power Automate allows you to send targeted notifications to specific groups or effectively notify everyone in a channel. This approach ensures better communication by reaching the right audience without unnecessary noise.