Pull Outbound Agent
|
|
Pulls an agent from a specified outbound Personal Connection skill |
Supported Script Types
|
|
| Phone |
Properties
| Property | Details |
|---|---|
| outBoundSkillNo |
|
| inBoundSkillNo |
Skill number of the inbound skill requesting the agent. |
| agentWaitTime |
The length of time an agent waits after getting pulled out of dialer before going back in. |
| requestTimeout |
Time the request will wait for a response before it times out. |
| favorOutbound |
If True, then the outbound agent will not be pulled away from the outbound skill until the system has adjusted pacing to avoid abandoned |
| ErrorMessage (out) |
If an error occurs, the text in this property will be provided as the explanation. |
Branches
| Branch | Details |
|---|---|
|
Default |
Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined. |
| OnSkillStopped | Path taken if the skill |
| OnNoAgents | Path taken if no agents are logged into the requested Personal Connection skill. |
| OnError | Path taken when the action fails to execute properly. |
| OnTooManyPullRequests | The system has a limit of the requests queued up to be handled. If the limit is reached, the script follows this path, and any other requests are denied. |
| OnIsPriorityBlended | Path taken if the outbound Personal Connection skill from which you are requesting agents be pulled has priority blending |
| OnIsAgentless | Path taken if the outbound Personal Connection skill has been configured for agentless handling. The call is denied. There are no agents available in an agentless skill. |