Adding a List to a Rule

A list can be added to a rule with the list ID (located on the Lists page) and the following rule expression:

has(event.lists) && ("76b74749-1cb3-4a1d-b14a-6cf1141b3273" in event.lists)

The signal event.lists is an array of list IDs that should be evaluated for this rule. Lists that you create are also available when adding signals to rules. When added to a rule, the rule evaluation will determine if any of the identifiers in the list are present and then apply the rule outcome. For example:

Adding a List to a Rule

Adding a List to a Rule

πŸ“˜

Updating Lists

If a list is updated, the changes are evaluated the next time the rule runs.