Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 547 Bytes

CaseInboxAssigneeChanged.md

File metadata and controls

22 lines (21 loc) · 547 Bytes

CaseInboxAssigneeChanged

{  
  "type": "CaseInboxAssigneeChanged",
  "data": {
    "brand": {Brand},
    "channel": {Channel},
    "case": {Contact},
    "preferredUserForNextAssign": {User}, // nullable
    "inboxAssignee": {User}, // nullable
    "previousInboxAssignee": {User}, // nullable
    "routingQueue": {RoutingQueue},
    "routingMode": "findmatch", // findmatch | resolver | legacy 
    "acceptRejectFlow": {
      "isEnabled": true,
      "refusalTimeoutSeconds": 100, // nullable
      "isTransfer": true 
    }
  }
}