Sending notification from ServiceNow to Microsoft Teams channel.

jayesh14
Tera Contributor

Hello all,

We need to send the notification from ServiceNow to Microsoft Teams channel.

Our organization has a few channels that we need notifications sent to- for example: If incident is assigned to specific group we need to send notification for MS channel created for the same group.

Note : We are not going to use Incoming Webhook.
Could you please suggest the alternate solution for how to send the notification from ServiceNow to Microsoft Teams channel.
Thank you!

8 REPLIES 8

bekfro
Kilo Sage

As am I, security denied the webhook, and we will not be able to use it in our production environment. 

DineshS
Tera Guru

Assuming you have the MS Teams spoke, you can send message to a channel, using the action Send Channel Message, which requires Team ID and Channel ID. Is that what is not working ?

DineshS
Tera Guru

@Robert Polickos looks like you are trying to mimic the OOTB action provided by ServiceNow. See if this link helps

Send chatMessage in a channel or a chat - Microsoft Graph v1.0 | Microsoft Learn

POST /teams/{team-id}/channels/{channel-id}/messages

Thank you for pointing that out!  It would be nice if it was better documented.  I tried looking through DOCS and couldn't how you could leverage the capability outside of their provided use cases.