Create custom IF/THEN logic to control exactly which endpoints receive each lead, based on lead metadata.
AND/OR
to specify whether all groups must match (AND
) or any group match suffices (OR
).
partner_id
, state
, or any custom field). Only captured fields appear in this dropdown.
=
(Equal)!=
(Not Equal)>
, <
, >=
, <=
(Numeric comparisons; value must be an integer)IN
, NOT IN
(List membership)AND
) or if any one suffices (OR
).
AND/OR
determines if every group must match (AND
) or if any single group match suffices (OR
).