queue_enter
queue_enter
Place the call into a named queue. The caller waits in the queue until they are
dequeued by another operation (such as an agent picking up) or removed via
queue_leave().
This method emits calling.call.queue events. See Call Events for payload details.
Parameters
queue_name
Name of the queue to enter.
control_id
Custom control ID. Auto-generated if not provided.
status_url
URL to receive queue status webhooks (position updates, dequeue events).
Returns
dict — Server response confirming the call entered the queue.