Create queue
Use this method to create a queue. Queues help manage conversations in a timely manner by organizing the team based on workload and knowledge. More info
Please log in to see full path URL. Learn why.
post
/ccaas/1/queues
Authorizations:
Scopes:
Request Body schema:
application/jsoncollapse all -
name required | string [ 0 .. 255 ] characters Name of the queue. |
isAutoAssignmentEnabled | boolean Default: false Auto-assignment of the queue. |
workingHoursId | string Working hours Id queue belongs to |
externalId | string |
Responses
200
OK
400
Bad request
401
Unauthorized
403
Forbidden
500
Internal Server Error
Request samples
- Payload
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Content type
application/json
Copy
Collapse all {- "name": "Spanish Support"
}
Response samples
- 200
- 400
- 401
- 403
- 500
Content type
application/json
Successful response
Copy
Collapse all {- "id": "25774a87-078a-4fe7-8d43-127809479964",
- "name": "Queue name",
- "enabledAgentsCount": null,
- "enabledRoutesCount": null,
- "createdAt": "2024-01-01T00:00:00.000+00:00",
- "updatedAt": "2024-01-01T00:00:00.000+00:00",
- "isAutoAssignmentEnabled": false,
- "stickyAgentTimeoutDays": 30,
- "isStickyAutoAssignmentEnabled": null,
- "workingHoursId": null,
- "isPrivate": false,
- "deletedAt": null
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See