Power Automate – Create SharePoint Tab in Teams Channel!

Power Automate – Create SharePoint Tab in Teams Channel!

There is no native connector action in Power Automate that allows us to add a tab to a Teams Channel, but there is a work around as presented in this tutorial. Follow along to add your SharePoint folder to a tab in your Teams Channel.

Access Token HTTP Action
URI:
https://login.microsoftonline.com/Tenant_ID/oauth2/v2.0/token
Headers:
Enter key: Content-Type
Enter value: application/x-www-form-urlencoded
Body:
grant_type=client_credentials
&client_id=
&client_secret=
&scope=https://graph.microsoft.com/.default

Create Tab HTTP Action
URI:
https://graph.microsoft.com/v1.0/teams/team-id/channels/channel-id/tabs
Body:

“displayName”: “yourchoice”,
“teamsApp@odata.bind”: “https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/2a527703-1f6f-4559-a332-d8a7d288cd88”,
“configuration”:
“entityId”: “yourchoice”,
“contentUrl”: “yourURL”,
“websiteUrl”: “yourURL”,
“removeUrl”: “yourURL/Remove”

🚀 More Power Automate videos here: https://www.youtube.com/playlist?list=PLZCyV9DvoYIIfIeDr1jFOhqiYS_m0wqmc

✨ Intro to Power Automate Cloud Flow series: https://www.youtube.com/playlist?list=PLZCyV9DvoYIKPDknpNBMJ5RPKrWgNTK4d

🔗 Connect with me on LinkedIn: www.linkedin.com/in/jeremy-barden

🌐 For consulting and additional resources, visit: https://www.jeremybarden.com/

Power Automate, Microsoft Power Automate, Teams Channel tab automation, add tab to Teams Channel, SharePoint folder in Teams tab, Power Automate Teams integration, Microsoft Teams, Power Automate tutorial, Teams tab workaround, automate Teams tabs, add SharePoint to Teams, Office 365 automation, Power Automate Teams Channel, Microsoft Flow, Power Automate tips, Teams tab automation, Power Automate step by step, Teams connector in Power Automate, Teams tab creation, Power Automate Teams workaround, workflow automation, SharePoint and Teams integration, Power Automate advanced tutorial, Teams Channel automation, Microsoft Teams tips, add tabs in Teams Channel, SharePoint in Microsoft Teams, automate Teams with Power Automate, Teams Channel management, Power Automate guide, Power Automate and Teams.