Fluxyn Docs

Custom Node Call

Calls a reusable custom node from a normal application flow.

Custom Nodes

Use this when you want a clean, reusable wrapper around vendor-specific or repeated logic.

When to use it

  • Wrap GA4, ad platforms, or internal tracking logic.
  • Reuse the same multi-step logic in many flows.

Routing behavior

Continues through its connected downstream path when it completes successfully.

Properties

PropertyTypeRequiredDetails
customNodeId
customNodeId
stringRequiredID of the custom node to call

Common mistakes

  • The custom node must define clear inputs.
  • Keep custom node parameters easy for non-technical users to fill in.

Related nodes