Forum Discussion
simonx
May 05, 2020Copper Contributor
How can I deep link to an app in the Teams store within the Teams app?
I want to have a link on my website that will (1) launch Teams app, and (2) open up the App Catalog to a specified app so the user can add it to Teams.
Here's an example of the Teams destination I want the user to end up on after clicking the button/link on my website:
Update - found the answer to my own question on this page: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/deploy-and-publish/appsource/post-publish/overview#add-a-download-button-to-your-product-site
The format is: https://teams.microsoft.com/l/app/<appId> where appID is the GUID they declare in the submitted manifest. Example: https://teams.microsoft.com/l/app/49e6f432-d79c-49e8-94f7-89b94f3672fd is the link to install Trello.
1 Reply
- simonxCopper Contributor
Update - found the answer to my own question on this page: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/deploy-and-publish/appsource/post-publish/overview#add-a-download-button-to-your-product-site
The format is: https://teams.microsoft.com/l/app/<appId> where appID is the GUID they declare in the submitted manifest. Example: https://teams.microsoft.com/l/app/49e6f432-d79c-49e8-94f7-89b94f3672fd is the link to install Trello.