- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 10:38 AM
This article guides you on sending notifications to groups through Microsoft Teams in their designated channels.
Problem Statement : Notify ServiceNowTestChannel group in Teams channel when major incident is proposed
Plugins to be installed : Microsoft Teams Graph Spoke.
Verify Notifications are enabled for all users in Microsoft Teams. To verify this:
- Navigate to All → Conversational Interfaces → Settings → General → Channels and Integrations → Microsoft Teams Integration.
- Locate the toggle "Enable Notification for all users" and ensure it is turned on.
Automation : Flow designer
Steps to create flow to notify groups via teams channel :
- Navigate to flow designer. Create a new flow.
- Use trigger conditions to determine when to send notifications.
- Select Action -> Microsoft Teams Graph -> Look up Channel by Name
4. Get Channel name and group ID from customers and make use of them in Look up Channel by Name action.
5. Select Action -> Microsoft Teams Graph -> Post Message.
6. Fill all the required details in Post Message and activate the flow.
Test results :
- Open any existing incident in the instance to which teams integration was set up.
- Propose the selected incident as major incident and verify the ServiceNowTestChannel group receive notification in the teams channel.
Regards,
Shivani
Solved! Go to Solution.
- 1,367 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday - last edited Tuesday
Hi @JGerrity,
Following these steps would help - Integrate MS Teams with ServiceNow
Follow these steps from dcoumentation - Microsoft teams graph spoke
Please mark it as helpful if it works for you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 09:10 AM
Hi, Thanks for posting the setup.
Please can you confirm the authentication setup that you have done to make this work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hello @M Shivani
I too would like to know how you setup this authentication. Trying this myself with the MS Graph Spoke and running into problems with the Entra App registration permissions. What permissions did you use as MS's documentation is all over the place. Looks for application level permissions, not delegated but everything now seems to point to using webhooks, which are deprecated and now Workflows but this is just extra steps ...
Has anyone been able to get posting a message to a teams channel to work via application level permissions? If delegated, how are you getting that to work?
Regards,
Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday - last edited Tuesday
Hi @JGerrity,
Following these steps would help - Integrate MS Teams with ServiceNow
Follow these steps from dcoumentation - Microsoft teams graph spoke
Please mark it as helpful if it works for you!