Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Virtual Agent Sound Alert

Drin
Giga Contributor

Is there a way to enable/disable the virtual agent sound alerts (like when you click the chatbubble for the first time)?

1 ACCEPTED SOLUTION

Pranesh072
Mega Sage

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

View solution in original post

2 REPLIES 2

Gunjan Kiratkar
Kilo Patron
Kilo Patron

Hi @Drin,

 

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

Pranesh072
Mega Sage

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