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
JS_NKD
Copper Contributor
Well 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!
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!
nicoleahmed
Apr 05, 2024Brass Contributor
you're welcome - glad it worked