Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 938 Bytes

EnqueueRequest.md

File metadata and controls

17 lines (9 loc) · 938 Bytes

EnqueueRequest

Properties

Name Type Description Notes
queueName String The name of the queue the call should be put in. If a queue with a given name doesn't exist yet it will be created. [optional]
clientState String Use this field to add state to every subsequent webhook. It must be a valid Base-64 encoded string. [optional]
commandId String Use this field to avoid duplicate commands. Telnyx will ignore any command with the same `command_id` for the same `call_control_id`. [optional]
maxWaitTimeSecs Integer The number of seconds after which the call will be removed from the queue. [optional]
maxSize Integer The maximum number of calls allowed in the queue at a given time. Can't be modified for an existing queue. [optional]