Virtual Agent Routing to Different Queues Based on Portal

George_1
Tera Guru
To route Virtual Agent conversations to different live agent queues based on the portal:
 

Steps

  1. Create separate AWA Queues (awa_queue) for each portal.
  2. Open the queue record and set Condition Mode to Simple.
  3. Add the portal condition:
    Context.portal IS 'SP'
    
  4. Configure similar conditions for other queues by replacing the portal value with the corresponding portal name.
  5. Save the queue configuration and test the routing.
George_1_0-1787025708990.png

 

 

1 ACCEPTED SOLUTION

George_1
Tera Guru

Steps

  1. Create separate AWA Queues (awa_queue) for each portal.
  2. Open the queue record and set Condition Mode to Simple.
  3. Add the portal condition:
    Context.portal IS 'SP'
    
  4. Configure similar conditions for other queues by replacing the portal value with the corresponding portal name.
  5. Save the queue configuration and test the routing.

View solution in original post

1 REPLY 1

George_1
Tera Guru

Steps

  1. Create separate AWA Queues (awa_queue) for each portal.
  2. Open the queue record and set Condition Mode to Simple.
  3. Add the portal condition:
    Context.portal IS 'SP'
    
  4. Configure similar conditions for other queues by replacing the portal value with the corresponding portal name.
  5. Save the queue configuration and test the routing.