Skip to main content
POST
Create a queue and optionally assign initial channel endpoints

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
name
string
required
Example:

"Enterprise Support"

color
enum<string>
Available options:
q-support,
q-sales,
q-returns,
q-technical
sla_seconds
integer | null
mode
enum<string>
Available options:
autopilot,
copilot,
human_first
endpoints
object[]

Response

201 - application/json

Queue created

data
object

A queue with its complete configuration — exactly what the Queues screen shows.