Forum Discussion
SujayBawaskar
Apr 23, 2020Copper Contributor
Generate add to teams url
I am developing a chatbot for microsoft teams and I need to display a link on my website to add app to teams. Once user clicks on this link then he/she will be able to add the app to teams. Any idea ...
Gousia_Begum
Apr 23, 2020Former Employee
SujayBawaskar You can do that by adding a deeplink to app installation. Here's the format of the link:
https://teams.microsoft.com/l/app/[YourAppId]
SujayBawaskar
Apr 28, 2020Copper Contributor
Gousia_Begum , needed functionality similar to add to slack mentioned in https://api.slack.com/docs/slack-button. Is this possible with MS teams?
- Gousia_BegumApr 28, 2020Former Employee
SujayBawaskar No it is not possible to pass the users information through deeplink parameters. You would need to Authenticate the user inside Teams tab.