Skip to main content
Routing rules let you change a node’s behavior without modifying the node itself. Each node can have multiple rules evaluated top-to-bottom by priority. The first matching rule wins. If no rule matches, the node’s base payload is used as a fallback.

Rule Types

Route based on time of day and day of week. Perfect for office hours vs. after-hours destinations.
Use case: A restaurant QR code routes to the lunch menu from 11:00–14:00 and the dinner menu from 18:00–22:00.

Priority & Evaluation

Rules are evaluated in ascending priority order (lower number = higher priority).
The first rule that matches is used. Remaining rules are skipped.

Creating Rules via API