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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL above to enable sending.

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

TypeScript

import twilio from '@utdk/twilio';

await twilio.createqueue()