Fluxyn Docs
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

PropertyTypeRequiredDetails
eventName
eventName
stringOptionalEvent name (pre-populated)
intervalMs
intervalMs
numberOptionalInterval in milliseconds
limit
limit
numberOptionalMax ticks (0 = unlimited)
oncePerPage
oncePerPage
booleanOptionalFire 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.

Related nodes