Start Processing the Next Case

Start processing the next case in the current user's workspace or selected inbox.

This endpoint requires the Agent Impersonator role.

URL

POST: https://[base-url]/{applicationId}/agents/{userId}/actions/startNext 

Headers

Authorization: Bearer <accessToken>

Request Body

  • workstationId (optional): Indicates the workstation to call the customer.

  • inboxId (optional): Call the next case from a specific inbox when specified. When null, call the next case from the current workspace. The inbox must be in the current workspace.

  • applyWorkspaceBehavior (boolean): Set to True to automatically resolve active cases processed by the agent when the workspace Auto Next behavior is set to "Close Active Tabs" or "Auto".

  • silent (boolean): Set this parameter to True to prevent visual and voice announcements from being generated on digital signs.

Response

Success -> 200

If a case is found, the API returns the case ID, status, and status date.

Sample response:

No available case -> 204 (No Content)

An empty response is returned if no waiting case is available in the current workspace (or inbox).

Last updated