Any update on this question? I also want to send MS Team message to the individual user through my .net application. Any Idea how to build this? Please reply
@@ramanjitsingh5211you need to have conversationId which you can get from turnContext. To get conversationId, the user has to have bot installed and with OnConversationUpdateActivity you can get conversationId and store it for later use. To install the bot for many users read into Proactive Install with graph api
you need to have conversationId which you can get from turnContext. To get conversationId, the user has to have bot installed and with OnConversationUpdateActivity you can get conversationId and store it for later use. To install the bot for many users read into Proactive Install with graph api
Lovely video
Where can we find the URL to trigger HTTP notification after uploading the .zip package?
How to send notification to individual user by using this code?
Hi there, did you figure out how to do that?
Any update on this question? I also want to send MS Team message to the individual user through my .net application. Any Idea how to build this? Please reply
@@ramanjitsingh5211you need to have conversationId which you can get from turnContext. To get conversationId, the user has to have bot installed and with OnConversationUpdateActivity you can get conversationId and store it for later use. To install the bot for many users read into Proactive Install with graph api
you need to have conversationId which you can get from turnContext. To get conversationId, the user has to have bot installed and with OnConversationUpdateActivity you can get conversationId and store it for later use. To install the bot for many users read into Proactive Install with graph api
how to send personal message to microsoft team