Fluxyn Docs
NodesTriggers

History Change

Starts a flow when the URL changes in a single-page application.

Triggers

Use this for SPA page views when the browser URL changes without a full page reload.

When to use it

  • Track virtual pageviews in React, Next.js, or Vue apps.
  • Run logic on route changes.

Routing behavior

Continues through its connected downstream path when it completes successfully.

Properties

PropertyTypeRequiredDetails
eventName
eventName
stringOptionalEvent name (pre-populated)
oncePerPage
oncePerPage
booleanOptionalFire only once per page

Common mistakes

  • It depends on application settings being enabled.
  • Use a clear event name if multiple flows listen to history changes.

Related nodes