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
Chrispytwist
Brass 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 Keene
Oct 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
- Shawn KeeneMar 25, 2022Brass ContributorWell that was easier than I expected. When you navigate to that HTTPS URL above, it bounces you to this below. And this is what you can put in your Run box (or whatever) to skip the browser step.
msteams:/l/chat/0/0?users=Email address removed&topicName=ChatFromWeb&message=Hi Shawn&deeplinkId=f5c3e062-2b02-4a6a-b10b-afe6d1a27858&launchAgent=join_launcher&type=chat&directDl=true&msLaunch=true&enableMobilePage=true&fqdn=teams.microsoft.com