Notification on website side

Hi,

Is there a way to notify the user of the web messaging on the website side when an agent replied.
We are looking for a simple sound.
I have been looking around but could not find anything like it.

Thanks

Hi,

You could add some extra JS to the Genesys snippet. When loaded, for example, you can subscribe for new messages (via MessagingService.messagesReceived). From there in the JSON of the message, you can detect if the sender was the agent or the bot, and then trigger a custom audio file.

Best

Hi Ebenezer,

Many thanks for you reply.
This will do the trick.

Ewoud

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.