Skip to main content

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.

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.

op
enum<string>
required

Determines whether all rules or just some rules must pass for the overall set to pass

Available options:
and,
or
rules
(Binary Rule · object | Unary Rule · object)[]
required

The required rules to be evaluated. Rule sets may also be specified as array elements in order to achieve nesting.

Minimum array length: 1
id
string
read-only

The ID of the rule set in this flow

Pattern: ^[0-9a-zA-Z]{6}$
Example:

"0d144a"