Integration of Web App with Microsoft Teams

Copper Contributor

Hi experts,

 

I have a requirement of Integrating web portal application with Microsoft teams.

 

We have a web portal where user will submit their request. Once the request is submitted, the approver should get a task in Microsoft teams to approve / reject with comments. That web portal supports REST API. Please advise or suggest solution, how to achieve this.  Integration has to be done through REST API. 

 

Thanks,

Muthusamy

1 Reply
Hi! The easiest thing to do here would be to create a custom Power Platform connector (https://docs.microsoft.com/en-us/connectors/custom-connectors/define-blank) for your web portal API that has a trigger of 'request created'- then you can write a power automate flow to create a teams approval when this event is raised.