There are two ways to instantiate a new queue:1. Using the REST APIA queue can be explicitly created by sending a request to the Create New Queue endpoint.2. Using the <Enqueue> VerbA queue can also be created dynamically during call flow execution. When an <Enqueue> verb is executed inside a TeXML script with a specific queue name, Telnyx checks if a queue with that name already exists.If the queue exists, the call is added to it. If it does not exist, a new queue is automatically created with default settings, and the call is then added.
Get detailed information about a specific queue by its Queue SID or name. This returns the current state, including the number of calls currently waiting (current size), the average wait time, and the maximum size configuration.
Modify the properties of an existing queue. For example, you can change the maximum number of allowed calls (max size) to prevent overloading the system.
View the individual calls currently waiting in a specific queue. This provides details such as the position of each call and how long it has been waiting.