MS Teams Integration - Interactions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 06:57 AM
Whenever a user starts a MS Teams chat from ServiceNow via the ui actions (start teams chat), it also generates an interaction record. Does anyone know how or if it is possible to prevent the creation of these interactions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 09:33 AM
Hi @Marcus Walbridg ,
The creation of interactions when starting a MS Teams chat from ServiceNow via the UI actions is a standard behavior of the Microsoft Teams integration. As far as I know, there is no way to prevent the creation of these interactions without modifying the integration code.
However, you can configure the interaction record to be hidden from the user interface, so that it doesn't clutter the list of interactions. To do this, you can add a condition to the interaction list view to exclude the MS Teams interactions.
Thanks,
Ratnakar