POST {{baseUrl}}/phone/call_queues
Creates a call queue. Call queues allow you to route incoming calls to a group of users. For instance, you can use call queues to route calls to various departments in your organization such as sales, engineering, billing, customer service, and so on.
You can add phone users or common areas to call queues. Prerequisites: Scopes: Granular Scopes: Rate Limit Label:
phone:write:admin
phone:write:call_queue:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"extension_number": "<long>",
"id": "<string>",
"name": "<string>",
"status": "<string>"
} |
ENDPOINTS