Send survey in now assist virtual agent after any interaction with virtual agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi Folks,
I have a requirement where I need to send the survey on Now Assist Virtual Agent after any interaction is done on virtual agent. User should be able to take the survey from within the virtual agent. Can anyone help me if that is achievable via OOB settings or some customizations?
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
if you are talking about Virtual agent then yes you can do
check this
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Let me provide more details about my scenario:
Lets say an end user searches on virtual agent that his laptop is running slow, LLM based virtual agent provides some steps in the response and the user is happy with suggested steps. He now wants to end the interaction and mentions that in his chat. Post that survey should be triggered automatically. At the backend though sys_cs_conversation record is still active and the interaction is also remains active in Now Assist Virtual Agent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
After someone chats with the Virtual Agent, you want to show them a survey right there in the chat.
You can do this using built-in settings in ServiceNow, with a small tweak.
Just turn on the survey feature and set it to show up every time a chat ends.
You can also add a final step in your chat flow that triggers the survey when the user says they're done.
This way, the survey pops up inside the chat window, even if the system still thinks the conversation is active.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
To send a survey after any Virtual Agent interaction in ServiceNow:
Create a survey in Survey Management.
Design your Virtual Agent topic and add a step at the end to trigger the survey.
Use a script or Flow Designer to send the survey to the user.
Make sure the survey is active and the user has a valid email.
If you found my answer as helpful ,please mark it !