Chat thread

Get the chat thread ID

  1. After the app is installed, the user should get the bot with the ‘conversationUpdate’ event that contains the information needed to send a proactive message.
  2. If you have lost the ‘chatThreadID’ you can find it again by coding the following in Microsoft Graph.
  3. Now that the bot has all the information it needs, you should be able to send a proactive message.
GET /users/{user-id}/chats?$filter=installedApps/any(a:a/teamsApp/id eq '{teamsAppid}')

Contact Information