Forum Discussion

adamhouck's avatar
adamhouck
Copper Contributor
Mar 19, 2020
Solved

How to have app send message to channel without configuring connector

I know it is possible as https://support.monday.com/hc/en-us/articles/360010359819-Microsoft-Teams-Integration?source=search and Smartsheet integrations both do this. You can configure the app by all...
  • subhasish-MSFT's avatar
    Mar 20, 2020

    adamhouck,

     

    You could send message in a team from your app by doing a POST API call to below endpoint.

    https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-send-and-receive-messages?view=azure-bot-service-3.0 

     

    When bot is added into a group/team ConversationUpdate event is called in bot framework. You can cache the user details and serviceURL. And you can use these detail to post a message in teams or group.

Resources