- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2021 10:15 PM
Is there a way to enable/disable the virtual agent sound alerts (like when you click the chatbubble for the first time)?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2021 10:24 PM
If you are widget then the url in widget with following parameter
&sysparm_disable_audio_notifications=true
Or for Agent Chat Configuration, add following
disable_audio_notifications: true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2021 10:23 PM
Hi
To turn off the audio notification for your instance, use the system parameter sysparm_disable_audio_notifications=true.
For example: https://<your-instance name>.service-now.com/nav_to.do?sysparm_disable_audio_notifications=true
Regards,
Gunjan
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2021 10:24 PM
If you are widget then the url in widget with following parameter
&sysparm_disable_audio_notifications=true
Or for Agent Chat Configuration, add following
disable_audio_notifications: true