CXOne Update Case Queue
CXOne Update Case Queue is an action that allows you to change the queue of a case in CXOne. It requires a queue ID as an input parameter. The queue ID identifies which queue the case should be moved to. This action can be useful for managing the workflow of cases and assigning them to different agents or teams based on certain criteria. For example, you can use CXOne Update Case Queue to move a case from the general queue to a specialized queue if the case requires more expertise or attention.
API Documentation here.
Inputs
Name | Type | Description |
---|---|---|
Username | SensitiveString | CXOne Application username |
Password | SensitiveString | CXOne Application password |
Access Token | SensitiveString | CXOne Access Token |
Case ID | String | Case ID |
Queue ID | String | Queue ID |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | True if case updated with success |
Updated 12 months ago