DeveloperRules define the conditions that Gate evaluates. Build if/else trees, range checks, and boolean logic — composing complex decision rules from simple, reusable primitives without writing infrastructure code.
Evaluate every incoming event at the boundary before any downstream processing begins.
Define if/else, comparison, and filter conditions. Rules compose into complex decision trees.
Restrict when automations run — weekdays only, business hours, custom recurring windows.
Rules define the conditions that Gate evaluates. Build if/else trees, range checks, and boolean logic — composing complex decision rules from simple, reusable primitives without writing infrastructure code.
Rules give you expressive, composable logic — defined once, used everywhere.