Forum Discussion
Deep linking to tab from Adaptive Card Action.OpenUrl
vannyconoza
Could you please confirm the scenario where you have to just open an app via deeplink or first need to add app in tab and then want to open an app in tab via deeplink.
If you have to just open an app via deeplink then you can use below deeplink.https://teams.microsoft.com/l/app/<your-app-id>.
A dialog box appears to install or open the app.
Using graph API you can add tab in channel or chat.
Add tab to channel
POST /teams/{team-id}/channels/{channel-id}/tabs
Add tab to chat
POST /chats/{chat-id}/tabs
Then you have to add that app in tab.
There doesn't seem to be any way that we can automatically create tab of an app.
Could you please help by suggesting this feature on Microsoft Teams Community
Thanks,
Nivedipa
-------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.