How to initiate Live chat on clicking on button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 03:22 AM
Hi Experts,
Is there any way to initiate the Live chat on button clicking ?
Already Virtual agent has been configured on portal and now the requirement is on particular form button in portal Live agent chat should start.
Can someone please suggest how to implement this requirement ?
Thanks in advance.
- Labels:
-
Agent Chat
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 03:42 AM
Hi Neeta,
I have never heard of someone enabling Live chat over a form.
You can configure it on Portals through virtual agent or you can use it in Workspaces but not on any form.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 07:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 08:29 AM
Hi Murali,
Actually requirement is Live chat should initiate on clicking on button , Live chat option is not directly available currently in Virtual agent flow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 09:18 PM
It is possible.
if you are using connect chat then this is the url, you can embed this url in macros on your form.
- https://instance.service-now.com/$chat_support.do?queueID=f4d701b1b3900300f7d1a13816a8dc8e
replace the sysid from chat_queue.
if you are using Agent chat, then the url is
- https://instace.service-now.com/$sn-va-web-client-app.do?sysparm_topic=ce2ee85053130010cf8cddeeff7b12bf
sysparm_topic is the topic sysid of the liveagent support from sys_cs_toipc table.
Thanks