Rules
Rule
Documentation Index
Fetch the complete documentation index at: https://developers.activeprospect.com/llms.txt
Use this file to discover all available pages before exploring further.
- Binary Rule
- Unary Rule
The required left-hand value to be evaluated (templating is supported)
Example:
"lead.state"
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"
The right-hand value to be evaluated (templating is supported)
Example:
"TX"
ID for this rule
Pattern:
^[0-9a-zA-Z]{6}$Example:
"1aacd0"
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.