Creating queues
There are two ways to instantiate a new queue: 1. Using the REST API A queue can be explicitly created by sending a request to the Create New Queue endpoint. 2. Using the<Enqueue> Verb
A 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.