Microsoft Teams Graph Spoke release notes
Summarize
Summary of Microsoft Teams Graph Spoke Release Notes
The Microsoft Teams Graph Spoke for ServiceNow IntegrationHub enables seamless integration and automation between ServiceNow and Microsoft Teams. It provides a wide range of actions to manage Teams, Channels, Chats, Meetings, Notifications, and Webhook subscriptions through the Microsoft Graph API. Regular updates deliver new features, security fixes, performance improvements, and API enhancements to support efficient collaboration workflows.
Show less
Key Features
- Team and Channel Management: Create, update, archive/unarchive, and delete Teams and Channels. Manage membership by adding or removing members in both Teams and Channels.
- Chat and Messaging: Create chats, post messages, reply to messages, and retrieve chat messages and deltas. Enhanced actions support posting customized message cards from any ServiceNow record.
- Calendar and Meeting Integration: Create, update, delete, and look up meetings and schedules within Microsoft Teams calendars.
- Notification Management: Post incident, change, or problem details and general messages to Teams channels and chats directly from ServiceNow.
- Webhook Management: Subscribe, look up, renew, and unsubscribe webhook subscriptions to enable event-driven automation and real-time updates.
- AI Agents: Introduced AI agents to enhance capabilities, proficiency, and descriptions for streamlined automation workflows.
- Security and Performance Improvements: Ongoing fixes addressing ACL permissions, security defects (including XSS filter improvements), read-only field protections, and performance optimizations.
Practical Benefits for ServiceNow Customers
- Automate Microsoft Teams collaboration tasks directly from ServiceNow workflows, reducing manual effort and improving efficiency.
- Customize message cards with detailed ServiceNow record information to improve communication clarity in Teams channels and chats.
- Maintain security and compliance with streamlined ACLs and fixes addressing known security vulnerabilities.
- Leverage updated API versions and replacement of deprecated actions to ensure compatibility and future-proof integrations.
- Utilize webhook subscriptions to enable event-driven workflows, keeping ServiceNow and Teams in sync in real time.
Version Highlights
- Version 4.1.0 (May 2024): Added "Post Record Details" action for customizable message cards from any ServiceNow record.
- Version 4.0.0 (August 2023): Major update replacing deprecated actions with updated equivalents across all management areas, including Teams, Channels, Chats, Calendar, Notifications, and Webhooks.
- Version 4.2.0 (May 2025): Introduced new AI agents to enhance integration capabilities.
- Recent Fixes: Addressed ACL streamlining, security defects, and performance issues to ensure smooth operation and secure access control.
Next Steps
ServiceNow customers should reference the application listing on the ServiceNow Store for system requirements and compatibility details before upgrading. Leveraging the latest spoke version enables enhanced Microsoft Teams automation, improved security posture, and access to new integration capabilities that streamline collaboration workflows.
Version history for the Integration Hub Microsoft Teams Graph Spoke on the ServiceNow Store.
Version history
- Version 4.5.0 - June 2026
- Fixed: Streamline ACLs
- Version 4.4.1 - February 2026
- Fixed - Action: Add Member to Channel
- Version 4.4.0 - November 2025
- Fixed - Security defect related to read-only field.
- Version 4.3.0 - September 2025
- Fixed - Required ACL(s) or Role(s) for agents.
- Version 4.2.1 - August 2025
- Fixed - AI Agents: Agent capabilities, proficiency, and description
- Version 4.2.0 - May 2025
- Minor release with new AI agents.
- Version 4.1.2 - December 2024
- Fixed: Delta token compatibility.
- Version 4.1.1 - September 2024
- Fixed a performance issue.
- Version 4.1.0 - May 2024
- New: Post Record Details action. This is an action similar to Post Incident Details, Post Change Details and Post Problem Details and allows you to choose fields to create a customised message card to be sent for any ServiceNow record.
- Version 4.0.1 - September 2023
- Fixed:
- Error evaluation setting
- Filter XSS from callback URLs
- 'report_view' ACLs for multiple tables
- Fixed:
- Version 4.0.0 - August 2023
- New:
- Added equivalent of deprecated actions
- Application Management - Install Application to User (install_application_to_user_v2), Look up User App Installation (look_up_user_app_installation)
- Calendar Management - Create Meeting (create_meeting_v2), Delete Meeting (delete_meeting_v2), Look up Meeting (look_up_meeting), Look up Meeting Occurrences (look_up_meeting_occurrences), Update Meeting (update_meeting_v2)
- Channel Management - Create Channel (create_channel), Delete Channel (delete_channel_v2), Look up Channel by Name (look_up_channel_by_name), Look up Channel (look_up_channel), Look up Channels (look_up_channels_v2), Look up Channel Messages (look_up_channel_messages)
- Chat Management - Create Chat (create_chat_v2), Look up Chats (look_up_chats_v2), Look up Message (look_up_message), Look up Chat Messages (look_up_chat_messages), Post Message to Chat (post_message_to_chat)
- Notification Management - Post Change Details (post_change_details_v2), Post Incident Details (post_incident_details), Post Message (post_message), Post Problem Details (post_problem_details), Post Reply to Message (post_reply_to_message_v2)
- Team Management - Archive Team (archive_team_v2), Create Team (create_team_v2), Look up Team (look_up_team), Look up Teams by User (look_up_teams_by_user), Unarchive Team (unarchive_team_v2), Update Team (update_team_v2)
- Webhook Management - Look up Webhook Subscription (look_up_subscription), Renew Webhook Subscription (renew_webhook_subscription_v2), Subscribe Webhook (subscribe_webhook_v2), Unsubscribe Webhook (unsubscribe_webhook_v2)
- Added new actions:
- Calendar Management - Look up Schedules
- Channel Management - Add Member to Channel, Remove Member from Channel, Look up Channel Members
- Team Management - Add Member to Team, Delete Team, Remove Member from Team, Look up Team Members Stream
- Added sample flow - Post ServiceNow Incident Worknotes Updates to Microsoft Teams Chat
- Added API Version in Connection Attributes
- Added equivalent of deprecated actions
- Changed:
- Calendar Management - Look up Meetings Stream (look_up_meetings_stream)
- Chat Management - Look up Chat Message Deltas Stream (look_up_chat_message_deltas_stream), Look up Message Replies Stream (look_up_message_replies_stream)
- Webhook Management - Look up Webhook Subscriptions Stream (look_up_subscriptions_stream)
- Updated subflows to use newer upgraded actions instead of the deprecated ones.
- Removed:
- Deprecated actions
- Application Management - Install Application to User (install_application_to_user), Look up User App Installation (get_user_app_installation)
- Calendar Management - Create Meeting (create_meeting), Delete Meeting (delete_meeting), Look up Meeting by Meeting ID (look_up_meeting_by_meeting_id), Look up Occurrence Meeting ID (look_up_occurrence_meeting_id), Update Meeting (update_meeting)
- Channel Management - Create Channel in a Team (create_channel_in_a_team), Delete Channel (delete_channel), Look up Channel ID by Name (get_channel_id_by_name), Look up Channel Metadata (get_channel_metadata), Look up Channels by Team or Group ID (look_up_channels), Look up Messages from Channel (get_messages_from_channel)
- Chat Management - Create Chat (create_chat), Look up Chats (look_up_chats) , Look up Message by ID (look_up_message_by_id), Look up Messages from Chat (get_messages_from_chat), Send Message to Chat (send_message_in_a_chat)
- Notification Management - Post Change Details (post_change_details), Post Incident Details (msteamsdemo), Post Message (post_message_in_channel), Post Problem Details (post_a_problem__details), Post Reply to Message (post_reply_to_message)
- Team Management - Archive Team (archive_team), Create Team (create_team), Look up Team by Team or Group ID (get_team), Look up Teams by User ID (list_teams), Unarchive Team (unarchive_team), Update Team (update_team)
- Webhook Management - Look up Subscription by ID (look_up_subscription_by_id), Renew Webhook Subscription (renew_webhook_subscription), Subscribe Webhook (subscribe_webhook), Unsubscribe Webhook (unsubscribe_webhook)
- Deprecated actions
- New:
- Version 3.7.4 - September 2022
- Patch version of Microsoft Teams Graph Spoke for IntegrationHub. This version includes a fix to improve installation performance of spoke.
- Version 3.7.1 - August 2022
- Fixed: Patch release of the Microsoft Teams Spoke for IntegrationHub. This version includes a fix for display name that is not appearing in the output of these actions - Look up Teams by Team and Look up Teams by Group ID.
- Version 3.7.0 - June 2022
- New: Minor release of Microsoft Teams Graph Spoke. This version adds 2 new actions - Create Chat and Send Message in a Chat, and a fix for error handling.
- Version 3.6.6 - May 2022
- Fixed: Patch release of Microsoft Teams Graph Spoke. This version fixes an issue with Mentions input in Post Message action.
- Version 3.6.5 - February 2022
- New: Added new actions: Create, look up, update, and delete meeting
- Version 3.5.2 - November 2021
- Fixed: Patch release of Microsoft Teams Graph Spoke for IntegrationHub. This release fixes a security issue.
- Version 3.5.1 - September 2021
- Fixed: Patch release of the MS Teams Graph spoke. This version includes two fixes.
- Version 3.5.0 - August 2021
- Updated some actions to allow adding attachment
- Webhook management
- Update some actions from raw JSON string to Objects so that user can drag-n-drop data pills to build the workflow
- Version 3.4.0 - June 2021
- Minor release of the Microsoft Teams Graph spoke for IntegrationHub. This version includes two new actions: 'Get User App Installation' and 'Install Application to User'.
- Version 3.3.0 - January 2021
- Patch release for the Microsoft Teams Graph spoke on IntegrationHub.
- Version 3.2.0 - September 2020
Licensing patch for the Microsoft Teams Graph spoke on IntegrationHub.
- Version 3.0.0 - April 2020
Licensing patch for the Microsoft Teams Graph spoke on IntegrationHub.
- Version 1.0.1 - August 2019
- Licensing patch for the Microsoft Teams Graph spoke on Integration Hub
- Version 1.0.0 - April 2019
- Team Management
- Create Team
- Update Team
- Get Team
- Archive Team
- Unarchive Team
- Channel Management
- Create Channel in a Team
- Get Channel Metadata
- Get Channel ID by Name
- Delete Channel
- Team Management