Forum Discussion
Kenn_Guilstorf_Jr
Microsoft
Aug 21, 2024Simple Workflow to Replace Teams Incoming Webhooks
Replacing Teams Connectors
As you may be aware, Teams connectors have been deprecated (as discussed in Retirement of Office 365 connectors within Microsoft Teams). This means that a change to the c...
VarnasriKumaran
Oct 11, 2024Copper Contributor
Kenn_Guilstorf_Jr
Is there any template in teams as 'post to a bot when a webhook request is received'
- Kenn_Guilstorf_JrOct 14, 2024
Microsoft
Hi VarnasriKumaran. I don't have a great deal of experience with Power Automate's workflows, but I don't think this is possible out of the box. A Teams bot is simply a web application, so it should be possible to have the workflow POST to the bot's endpoint, but you'd need to tailor the processing of that post in your bot's code (since Teams uses event driven messaging, not a simple POST).