Forum Discussion
MSKeith
Mar 21, 2023Copper Contributor
Schedule daily recurring messages in Teams chat channels
This is my first post on this site! How do I set up a recurring message in a Teams chat channel? I want to remind my team daily at a specific time to put their project stand up status into our pr...
HelloBenTeoh
Mar 22, 2023Bronze Contributor
MSKeith this can be done with Power Automate
- Go to https://make.powerautomate.com/
- Select Create
- Choose Scheduled Cloud Flow
- Add a Flow name (e.g. Regular Project Update)
- Add a starting date and time
- Select your repeat options (this may be limiting depending on your need)
- Select Create
- Select New Step
- Search for Post message in chat or channel (Microsoft Teams)
- Choose to post as the Flow Bot or User
- Follow the prompts to choose an existing channel or a group chat
- Enter the message to send
- Select Save
Below is an example, posting into a General channel in a team named MSFT.
- deniseedicksOct 06, 2024Copper ContributorThis worked beautifully for a while. Now mine will not run unless I select Run. Any work around?
- carroltuffMar 14, 2024Copper ContributorAfter I create a flow, It will show the Reoccurrence. However, it does not say "Next Step" I'm not sure if that's a new update or how to fix that problem so I can start creating flows.
- Stephen1605Feb 15, 2024Copper Contributor
I followed these instructions, but the message keeps repeating over and over. How do I get it to only send once?
- HelloBenTeohFeb 15, 2024Bronze Contributor
Stephen1605 Can you take a screenshot? What's your recurrence set to?
- Stephen1605Feb 15, 2024Copper Contributor
- Chelsea92May 26, 2023Copper ContributorHey can you set up a recurring message to go out to a group of people individually? They will not respond in a group chat but I need to message all of them each week.
- HelloBenTeohMay 26, 2023Bronze Contributor
Chelsea92 off the top of my head (haven’t tested), you could create a List that contains all the people and then use a “For Each” loop to send each person a message.
- MSKeithMar 27, 2023Copper ContributorThank you for your feedback! I will give this a try.