- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 03:21 AM
Hi Team,
Can anyone help me in implementation or configuration of "ServiceNow Integration with MS Teams".
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 04:21 AM - edited 11-08-2024 12:02 AM
Hi @Sriram34 ,
I have attached a Word document containing a comprehensive end-to-end implementation of the project I've worked on. It includes screenshots for your review.
Plugins:
- MS teams Spoke
- Glide Virtual Agent Lite
- Microsoft Teams Graph Spoke
- Notify Connector for Microsoft Teams
- Meeting Extensions for Microsoft Teams
- IT Service Management integration with Microsoft Teams
- Collaboration Services
Configuring a Self-Configured Bot for Integration with ServiceNow and Microsoft Teams:
-
Obtain Microsoft Teams Bot Details:
- Retrieve the following details from Microsoft Teams:
- Bot Name
- Bot ID
- Client Secret
- Tenant ID
- Client ID (App ID)
- Retrieve the following details from Microsoft Teams:
-
Set Up the Bot in ServiceNow:
- Log in to your ServiceNow instance.
- Navigate to "All" > "Collaboration" > "Virtual Agent" > "Messaging Apps Integration."
https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/administer/virtual-agent/conce...
-
Configure the Integration:
- In the Configuration tab, configure the integration settings with the Microsoft Teams bot.
- Save the configuration.
-
Download the Manifest File:
- After saving the configuration, the manifest file is saved and ready for download.
-
Publish the Bot to Microsoft Teams:
- In the Bot configuration page, under "Your package," click the "Download" button to download your package file.
-
Publish the Bot on Microsoft Teams:
- Log in to the Microsoft Teams Admin Center.
- Navigate to "Teams apps" > "Setup policies."
- Enable "Upload custom apps" if not already enabled.
- Open the Microsoft Teams app and go to "Apps" > "Manage your apps."
- Upload the zip file and install the bot.
-
User Interaction:
- Start interacting with the bot in Microsoft Teams by typing "hi."
- Users can authenticate, link to ServiceNow, continue as a guest, or check out tips.
-
Additional Customization:
- If users do not link their ServiceNow accounts, they can access and run only public topics.
- To create custom topics in the MS Teams app, go to "All" > "Conversational Interfaces" > "Virtual Agent" > "Designer."
- In the "Topics" page, select "Create" and fill in the fields to define custom topics.
Please mark this as helpful and as a proposed solution if it works.
Thanks, - Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
@Anand Kumar P thanks for the quick response.