Open MS teams from Mendix application

0
Hello, I am trying to open Microsoft Teams chat window on click of button directly from application. i.e.  When I click on a button the teams must open the chat window of the particular user . The user may be passed as argument from button. Which is the best and easy way to do it. I am not interested to use Graph API at the moment.  
asked
1 answers
1

Hi Raghavendra,

 

If you don't want to use Graph API, the easiest way is to use deep links. For example, try adding a link to the following (using your own email + one of your colleagues)

"MSTeams:/l/chat/0/0?users=user1@domain.com,user2@domain.com"

 

For more information please refer to https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links?source=recommendations#protocol-handlers-in-deep-links. 

answered