Create a queue

POST {{baseUrl}}/contact_center/queues

Create an agent queue to determine which agents calls are routed to. Queues also link to an existing routing profile to determine how calls are routed.

Scopes: contact_center_queue:write:admin

Rate Limit Label: LIGHT

Request Body

{"queue_name"=>"<string>", "queue_description"=>"<string>", "channel_types"=>["video", "video"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;queue_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;queue_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;queue_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;channel_types&quot;:[&quot;sms&quot;,&quot;chat&quot;]}