URL Mapping for Queues in Web Messaging Chat
Hello,
In Legacy chat there was an option in the queue configuration in App Studio (App studio --> Settings --> Chat and messaging --> Queues ---> Tab General --> URL Mapping pattern) To route an incoming chat directly to a specific queue based on the URL (website) from where the chat was started. So without giving the visitor the option to choose the queue from the chat window. Since we are switchd to web messaging this is not possible.
How can we configure this in Web messaging?
So the requirement is:
GIVEN I have two chat queues. QueueServices and QueueProducts
When the user starts chat from
www.mywebsite.com/services THEN route automatically to QueueServices
else when user starts chat from
www.mywebsite.com/products THEN route automatically to QueueProducts
else if started from
www.mywebsite.com then give the visitor the choice to choose one of the queues