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
GunnarAlden
Nov 20, 2019Copper Contributor
VasilMichev is there a way to use the same structure to link directly into a document or a chat or a channel or such, from an email or a chat or anywhere else? Tired of having people go through the web link opening just to confirm that they wanted a document in the desktop app they already have open...
Something like msteams://{organization}/{teamName} or similar?
Chrispytwist
Jan 29, 2020Brass Contributor
You 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
- Shawn KeeneOct 28, 2021Copper Contributor
Chrispytwist i love this but i want it to immediately open in teams instead of a browser. I was hoping i could use ms-team:upn@domain.com and have it launch a chat with that user UPN in the Teams app
- DRG-TFisicaroNov 05, 2021Copper Contributor
Shawn Keenehave you figured out how to accomplish this yet?
- Shawn KeeneMar 25, 2022Brass Contributor
DRG-TFisicaro I'm afraid not. Something like below works, but since it's HTTPS it will launch the browser first.
Although since the web server just immediately launches the real app, I think it's possible if I could just sniff out what the server response is from this. I'll try harder 😉
https://teams.microsoft.com/l/chat/0/0?users=Email address removed&topicName=ChatFromWeb&message=Hi Shawn
- grv97Jun 11, 2021Copper ContributorExcellent. Many thanks!