Introduction

In this article, we'll explore how to send Teams messages with mentions in Power Automate, enabling you to automate notifications and alerts to specific team members.

Prerequisites

Implementation

Let's consider an example: When a new leave request is generated in a SharePoint list, send a Teams message to the manager.

Move to the Power Automate > Click on Create a Flow> Select Automated flow.

Enter a flow name and select a trigger When an item is created by SharePoint as below.

Step 1. When an item is created

createItem

Step 2. Get an @mention token for a user

getToken

Step 3. Post a message in a chat or channel

post message

At the end, our flow will look like this.

end flow

Output

final Result

Conclusion

This article has provided valuable insights into the process of sending Teams messages with mentions or tagging users using Power Automate. By following the step-by-step instructions and leveraging the capabilities of these powerful tools, you can enhance your team's communication and collaboration efforts.

I hope this helps.

Sharing is caring.