Skip to main content
lhv
string
required

The required left-hand value to be evaluated (templating is supported)

Example:

"lead.state"

op
enum<string>
required

Binary operators compare the lhv and the rhv.

Available options:
is equal to,
is not equal to,
is less than,
is less than or equal to,
is greater than,
is greater than or equal to,
is included in,
is not included in,
includes,
does not include,
is between,
is not between,
matches pattern,
does not match pattern
Example:

"is equal to"

rhv
required

The right-hand value to be evaluated (templating is supported)

Example:

"TX"

rule_set
Rule Set · object

A rule set is a collection of rules to evaluate. The op property determines whether all rules must pass (and) or just one of them must pass (or) in order for the rule set to be considered passing.