Search code examples
restmicrosoft-teamsservicenowservicenow-rest-apimicrosoft-graph-teams

Need assistance on integrating servicenow to MS Teams


Can anyone please let me know the Microsoft Team API where i can POST a message from Servicenow to Microsoft Team


Solution

  • Please take a look at Proactive messaging for bots and Connectors documentation. Connectors can be used to send message only in a channel.

    You can also use Create chatMessage in a channel Graph API which creates a new chatMessage in the specified channel.