How to embed 3rd party chatbot with Employee Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2024 01:37 AM
Hello,
I'm configuring to embed 3rd party chatbot with Employee Center. But I've no success. I've reviewed and made some configuration on our dev instance through "feasibility of embedding thirty-party chatbot into... - ServiceNow Community"
But when I refresh the Employee Center, in Network tab of F12 console it gives error which "404 Not Found". How can I solve this issue? Is it possible to embed 3rd party chatbot with Employee Center?
1. Created UI Script that name is "EmbedKhagantoSN"
<div id="widget-container-id" data-token="{{::c.data.token}}" data-baseurl="{{::c.data.baseUrl}}">
<!-- Your widget's HTML content -->
</div>
<!-- Reference the UI Script using sys_ua directive -->
<script type="text/javascript" src="/scripts/sn_dt.EmbedKhagantoSN.jsdbx"></script>
in server script of widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 08:46 PM
Hi, were you able to get a solution for this.I have a similar requirement.