Forum Discussion
schedule automatic reply to apps in Teams application
Hi @all,
In our organization, we have created apps to take people poll/option of getting daily option for food, like below
Team app will do,
STEP1: user need to send hi to app
STEP2: app will reply with Yes/No to select food for tommorow
STEP3: user need to reply by selecting yes/no in the chart.
I would like to automate this reply to this app which is created by our org.
Could you confirm me in this how can i create the app or make auto reply to the app?
Thanks!!
- LeonPavesicSilver Contributor
Hi karthick2325,
for you to automate replies to an app in Microsoft Teams, you have two options: using a custom bot or creating Microsoft Power Automate flow.
1. Custom Bot: You can build a custom bot using the Microsoft Bot Framework. This involves creating a bot that interacts with users, receives their responses, and sends automated replies based on predefined rules or logic. You would define the conversation flow, handle user messages, and integrate the bot with Teams. Building a custom bot requires development skills and knowledge of the Bot Framework.
Bot Framework SDK documentation - Bot Service | Microsoft Learn2. Power Automate: automate replies without custom bot development. You can set up a flow that monitors a Teams channel for incoming messages, checks for specific keywords or phrases, and sends automated replies to the app.
Power Automate-Dokumentation - Power Automate | Microsoft Learn
Bot Framework SDK documentation - Bot Service | Microsoft LearnBoth options have their advantages: a custom bot provides more flexibility and customization, while Power Automate offers a simplified approach with pre-built connectors and a visual interface.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic