Block Guest Users from Web Messaging in Genesys

Hello Dev Team,

Wishing you are well.

Please just checking if its possible to block/disconnect specific inbound Guest users on Web Messaging? Recently we have been getting repeated abusive/spam users interacting with the Web Messaging widget.

Would we use custom attributes (participant data) or any other recommended way please?

Thanks and regards,
Anthony

Hi - one possible approach to explore would be to store unique identifiers of the session (from Message.JourneyContext.) in a Data Table, once you detect abusive pattern, then check that Data Table in your Inbound Message flow for returning users (Message.IsNewConversation > false).

2 Likes

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