Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldOptionsDescription
Data SourceList 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.

For string data sources, the comparison is case insensitive.


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.


Contains

Call is routed to the selected applet if the value of the selected Data Source contains the Comparison Value. The comparison is case insensitive.

Contains is only available for string data sources.


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.


Is Not Null

Call is routed to the selected applet if the value of the selected Data Source is not null.

Is Not 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. The comparison is case insensitive.

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 TypeFixed ValueFixed Value indicates that you must specify a literal value for the Comparison Value.

IVR Storage NameIVR Storage Name indicates that Comparison Value is the value of the data held in an IVR Slot.
Comparison ValueText 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 AppletList of available appletsThe applet that the call is routed to if the rule matches.
If rule does not match, route toList of available appletsThe applet that the call is routed to if no rules match.

...