Skip to main content

Flow Function

The Flow Function trigger turns a flow into a reusable, callable function. You give it a name, and then any other flow can activate it using the Call Flow Function effect node. This is a powerful way to organize your flows -- you can build a common action once (like a complex alert sequence) and call it from multiple places without duplicating your work.

Flow Functions can be called from the same flow or from entirely different flows, making them ideal for shared logic and modular flow design.

Outputs

NameTypeDescription
pulsepulseFires when this function is called by a Call Flow Function effect.

Configuration

  • Function Name: A unique name for this flow function. Other flows will reference this name when calling it via the Call Flow Function effect node.

Example

Create a flow with a Flow Function trigger named "celebration" that plays a confetti animation and a sound effect. Then, in your Follow, Subscription, and Raid flows, add a Call Flow Function effect node that calls "celebration." Now all three events share the same celebration animation without duplicating nodes.