- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 02:07 AM
Hi Experts,
I need to use a custom greetings and closure message for only one VA topic that I created. Its a live agent topic, basically, but I don't want to disturb the existing greeting and closure message configs for the other topics present already.
Will creating a new custom greetings and setup help? I want to ensure no other topics are impacted.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 06:19 AM
You have to set the greeting topic like this,
add script section, after greeting msg then add below in the script. You use topic block if you dont want to use script. So this will connect to agent list shown above.
(function execute() {
vaSystem.connectToAgent();
})()

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 04:56 AM
Hi Soumya,
Yes this is possible, create a new custom greeting experience and do you logic in the condition section. For example, I pass the application name as "hr", for those specific application type, the greeting will pickup what I have selected.
I have created new experience called - custom one
Now the condition I setup is, show greeting and closing setup in this.
Result
"Hello $first_name" is custom greeting topic, this is different from what I had in "default chat experience". In this way you can segregate multiple experiences.
Let me know if that works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 04:59 AM
Hi Murali, thanks for the detailed answer. I tried doing this but I am also getting some survey messages asking "How did I do today?" even though I haven't set up any survey topic.
Also, I dont have any specific conditions for this setup. Its just a live agent topic which I created for an integration.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 05:37 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 05:46 AM