Forum Discussion
sujeban
Nov 01, 2019Copper Contributor
What is the URI scheme in order to open MS Teams from another APP (deep link) ?
Is MS Team currently supporting deep link to just open the app if so what is the URI scheme ?
- Jan 29, 2020You might find this helpful, if you haven't already found it: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links
nicoleahmed
Copper Contributor
To link to the chat of a channel you can right click your channel in teams and select get link to channel. Then replace https with msteams. You'll get something like this
msteams://teams.microsoft.com/l/channel/<channelid>/<channelName>?groupId=<groupid>&tenantId=<tenantid>
JS_NKD
Feb 22, 2024Copper Contributor
nicoleahmed Thanks, but I failed to mention that I want to link to a private channel, for which there is no function to get the link.
- JS_NKDFeb 22, 2024Copper ContributorWell never mind, copying the link from MS Teams web page and replacing the https with msteams there DOES work for private channels as well! 🙂
i.e. https://teams.microsoft.com/_#/conversations/<CHANNELNAME>?threadId=<SOMEID>@thread.tacv2&ctx=channel
to msteams://teams.microsoft.com/_#/conversations/<CHANNELNAME>?threadId=<SOMEID>@thread.tacv2&ctx=channel
Thank you!- nicoleahmedApr 05, 2024Copper Contributoryou're welcome - glad it worked