I would like to create a reminder bot for Teams channel messages.
A user of a Team should be able to tag the @bot and the bot would reply after the mentioned time has passed.
Is that possible with PowerVA without asking a message to the user? Any examples?
Heres the Twitter example:
remindmeofthis.app
I'm going to second Peter's recommendation to check out the Teams forums here, as this use case is not currently supported by PVA, or Power Automate for that matter, as you can only have a flow hold for as long as a month before it will fail out. A more code-heavy solution than we support would likely be the best way to achieve this sort of functionality.
Thank you for using Microsoft Power Platform Communities!
Bryn Baker
Support Engineer
Microsoft Power Platform
If this post helps, then please consider accepting it as the solution to help other members find it more quickly! Have a great day!
This is a PVA forum, so we are focused on helping those scenarios. Try asking over in the Teams chat: https://techcommunity.microsoft.com/t5/microsoft-teams/ct-p/MicrosoftTeams
Hi @peterswimm
The bot is meant for Teams! I dont need to connect a PVA to Twitter.
I want to be able to do in Teams what the remindme bot can do in Twitter.
The Twitter thing is just an example of what I need within Teams.
Your design is going to have at least two problems:
1. PVA doesn't natively support Twitter
2. There isn't a twitter connector in the power platform.
I would instead consider just making a web app in azure against the twitter API directly:
https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines/overview
Since this is not really a bot experience.