Querycallback
|
Checks for duplicate queued callback |
Dependencies
- A contact must match both the phone number and ACD skill
Used to automate delivery of interactions based on agent skills, abilities, and knowledge to be considered a match. This prevents the mistakenly matching a call that is in a different queue.
- This action works in conjunction with the Contacttakeover and Callback actions. See Contacttakeover for a script sample.
Supported Script Types
|
Phone |
Input Properties
These properties define data that the action uses when executing.
Property |
Description |
---|---|
Caption |
Enter a short phrase that uniquely identifies this action in the script. The caption appears on the script canvas under the action icon. |
PhoneNumber |
The phone number the action searches for in the Callback state in queue. The default value is {ANI (automatic number identification)![]() |
Skill |
Select an ACD skill![]() ![]() |
Result Branch Conditions
Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.
Condition |
Description |
---|---|
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 action's other branches are not defined. |
OnCallbacksFound |
Path taken if there were any matching Callback contacts found. |
OnNoCallbacksFound |
Path taken if there were not any matching Callback contacts found. |