provider Api20100401Queue POST /2010-04-01/Accounts/{AccountSid}/Queues.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/Queues.json
Create a queue
Create a queue
AccountSid path required
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
string

Try it

Authentication
Configure credentials for Twilio - Api
createqueue
POST/2010-04-01/Accounts/{AccountSid}/Queues.json
Create a queue

Parameters

required

The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.

Input

required

A descriptive string that you created to describe this resource. It can be up to 64 characters long.

The maximum number of calls allowed to be in the queue. The default is 1000. The maximum is 5000.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.createqueue()