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: Rate Limit Label: contact_center_queue:write:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"queue_id": "<string>",
"queue_name": "<string>",
"queue_description": "<string>",
"channel_types": [
"sms",
"chat"
]
} |
ENDPOINTS