NodesTriggers
Timer Trigger
Starts a flow on a repeating interval.
Triggers
Use this for periodic checks or recurring actions while a page is open.
When to use it
- Heartbeat or session checks.
- Polling or repeated reminders.
Routing behavior
Continues through its connected downstream path when it completes successfully.
Properties
| Property | Type | Required | Details |
|---|---|---|---|
eventName eventName | string | Optional | Event name (pre-populated) |
intervalMs intervalMs | number | Optional | Interval in milliseconds |
limit limit | number | Optional | Max ticks (0 = unlimited) |
oncePerPage oncePerPage | boolean | Optional | Fire only once per page |
Common mistakes
- Short intervals can create noisy traffic.
- Make sure the limit is intentional if you only want a few runs.