SQ_AddQueueRequest
Props
applicationId
ID of the application to bind to
applicationName
Name of the application to bind to. Can be used instead of application_id
callAgentSelection
Agent selection strategy for calls. Accepts one of the following values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME"
callMaxQueueSize
Maximum size of the queue with CALL-type requests
callMaxWaitingTime
Maximum time in minutes that a CALL-type request can remain in the queue without being assigned to an agent. Specify either this parameter or call_max_waiting_time_in_seconds. Specifying both parameters simultaniously leads to an error
callMaxWaitingTimeInSeconds
Maximum call waiting time in seconds. Specify either this parameter or call_max_waiting_time. Specifying both parameters simultaniously leads to an error
callTaskSelection
Call type requests prioritizing strategy. Accepts one of the enum values
description
Comment, up to 200 characters
fallbackAgentSelection
imAgentSelection
Agent selection strategy for messages. Accepts one of the following values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME". The default value is call_agent_selection
imMaxQueueSize
Maximum size of the queue with IM-type requests
imMaxWaitingTime
Maximum time in minutes that an IM-type request can remain in the queue without being assigned to an agent. Specify either this parameter or im_max_waiting_time_in_seconds. Specifying both parameters simultaniously leads to an error
imMaxWaitingTimeInSeconds
Maximum chat message waiting time in seconds. Specify either this parameter or im_max_waiting_time. Specifying both parameters simultaniously leads to an error
imTaskSelection
IM type requests prioritizing strategy. Accepts one of the enum values. The default value is call_task_selection
priority
The queue's priority from 1 to 100
sqQueueName
Unique SmartQueue name within the application, up to 100 characters