In this article, you will see how to post a welcome message when a new team member is added in Microsoft Teams.
I have created a team and whenever a new member is added to the team, a welcome message will be posted in the channel (I have considered General channel).
Flow Design
Create Flow
Navigate to Power Automate portal (https://flow.microsoft.com). Click Create -> Automated Flow -> Skip.
Select Microsoft Teams connector.
Select When a new team member is added trigger.
Select the team from the drop down.
Click New Step. Select Get User Profile (V2) action.
Select User Id value from the dynamic content.
Click New Step. Select Post a message action from Teams connector.
Select the team, channel and add the message as shown below.
Enter the Title for the flow and click Save.
Test the flow
Open Microsoft Teams, navigate to the team. Add a new member to the team.
Flow gets triggerred and a new welcome message is posted to General channel as shown below.
Summary
In this article, you saw how to post a welcome message when a new team member is added in Microsoft Teams.