...
Tip | ||
---|---|---|
| ||
The list of Operators depends on the type of the selected Data Source. For example, numerical types will allow the Is Greater Than and Is Less Than operators, whereas string types will not. |
Data Router Settings
Field | Options | Description |
---|---|---|
Data Source | List of available Data Sources | The Data Source list typically contains the properties returned from all the Data Connectors in the current call plan and any available IVR Slots. For example, if the call plan has a Data Connector configured to fetch a Salesforce record, the list contains entries for all the Salesforce object fields. You must configure the call plan such that the Data Connector applet appears earlier in the call plan than the Data Router applet—this ensures that the selected Data Source is populated with data before the Data Router is executed. |
Operator | Equals | Call is routed to the selected applet if the value of the selected Data Source matches the Comparison Value. |
Not Equals | Call is routed to the selected applet if the value of the selected Data Source does not match the Comparison Value. For string data sources, the comparison is case insensitive. | |
Is Null | Call is routed to the selected applet if the value of the selected Data Source is null. Is Null is only available for string data sources. | |
Starts With | Call is routed to the selected applet if the value of the selected Data Source starts with the Comparison Value. Starts With is only available for string data sources. | |
Is Greater Than | Call is routed to the selected applet if the value of the selected Data Source is greater than the Comparison Value. Is Greater Than is only available for numeric data sources. | |
Is Greater Than Or Equal To | Call is routed to the selected applet if the value of the selected Data Source is greater than or equal to the Comparison Value. Is Greater Than Or Equal To is only available for numeric data sources. | |
Is Less Than | Call is routed to the selected applet if the value of the selected Data Source is less than the Comparison Value. Is Less Than is only available for numeric data sources. | |
Is Less Than Or Equal To | Call is routed to the selected applet if the value of the selected Data Source is less than or equal to the Comparison Value. Is Less Than Or Equal To is only available for numeric data sources. | |
Is or Is Before | Call is routed to the selected applet if the time portion of the value of the selected Data Source is equal to or before the time portion in the Comparison Value. Is or Is Before is only available for time data sources. | |
Is or Is After | Call is routed to the selected applet if the time portion of the value of the selected Data Source is equal to or after the time portion in the Comparison Value. Is or Is After is only available for time data sources. | |
Comparison Type | Fixed Value | Fixed Value indicates that you must specify a literal value for the Comparison Value. |
IVR Storage Name | IVR Storage Name indicates that Comparison Value is the value of the data held in an IVR Slot. | |
Comparison Value | Text or list of available IVR slots | If the Comparison Type is configured to Fixed Value, you must specify a literal value for the rule. If the Comparison Type is configured to IVR Storage Name, you must selectthe name of the IVR Slot containing the value. |
Route To Applet | List of available applets | The applet that the call is routed to if the rule matches. |
If rule does not match, route to | List of available applets | The applet that the call is routed to if no rules match. |