Servicenow Integration with Chat bots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 02:01 AM
Hi Community,
We have a requirement to integrate ServiceNow with a third-party chatbot. Ideally, the chatbot would:
- Ask the user if they want to raise a ticket.
- If yes, collect some basic details from the user.
- Create a record in our ServiceNow instance using the collected details.
- Provide the user with the newly created record number.
We'd appreciate any documentation or resources that can help us achieve this integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 02:07 AM
If I am not wrong some thing similar we have in SN , Virtual agent, I never worked on this, but that might provide you some insights.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 02:24 AM
Hi @Dr Atul G- LNG ,
Thank you for your reply . Yes , I'm aware of Virtual Agent . but our requirement is to integrate servicenow with third party chat bots . I need documentation on how to proceed on this .
Thanks,
Astik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 06:02 AM
I tried to find out but did not get, let me experts here
@Community Alums @AshishKM
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 09:40 AM - edited 04-03-2024 09:49 AM
Hi @Astik Thombare,
For external chatbot application you can use the Interaction module, and expose the REST API to extenal chat application.
The chat app will send all interaction data along with meta data. Based on interatcion record you can configure the interaction the next related record type ( incident or service request ).
I used the call module ( for a client ) to integrate an external chat-app (livehelpnow) for creating incidents and service request. Livehelp was using ServiceNow's rest api over call module and once call is created then next step was triggered within the ServiceNow.
Refer the below thread for call & interaction,
https://www.servicenow.com/community/developer-forum/new-call-vs-interaction-management/m-p/1937639
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution