Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 496 Bytes

ContactToRoutingQueueAssignmentChanged.md

File metadata and controls

22 lines (21 loc) · 496 Bytes

ContactToRoutingQueueAssignmentChanged

{  
  "type": "ContactToRoutingQueueAssignmentChanged",
  "data": {
    "brand": {Brand},
    "channel": {Channel},
    "case": {Contact},
    "preferredUserForNextAssign": {User},
    "routingQueue": {RoutingQueue} // nullable
    "routingMode": "findmatch", // findmatch | resolver | legacy 
    "previousRoutingQueue": {RoutingQueue} // nullable
  },
  "context": {
    "initiator": {
      "type": "system",
      "id": "abcd"
    }
  }
}