Skip to content

Workflow Nodes

Workflow nodes represent actions or conditions and can include the following types:

  • Perform Request: Make an HTTP request to an external API.
  • Run Function: Run a custom function.
  • Set Variable: Set a value for a variable.
  • Set Cookie: Save a value in a browser cookie.
  • Navigate To: Redirect to a specific URL or page.
  • Run Workflow: Initiate another workflow.
  • If/Else Condition: Add conditional logic to manage the workflow's execution.

Creating a Workflow Node

You can create a workflow node by:

  • Creating and linking it directly to an ending node: Create and link node

  • Creating a node from the top bar:

    If a node is selected, the new node will be linked to the selected node. If no node is selected, the new node will be created as an unlinked node.

    Create node

Selecting a Node and Configuring Node Settings

To configure a node, first select it. The settings for the selected node will appear on the right panel:

Node select and settings

Passing Props from Workflow to Node Settings

In the Workflow Node settings, you can access the email prop using the variable p, as illustrated below:

Workflow props in function editor

Node Top Bar Buttons

When you hover over a node, the top bar buttons will appear: Workflow top bar buttons

These buttons include:

  • Play Button: Run the workflow from the beginning up to the selected node.
  • Disable Button: Temporarily disable a node, causing the workflow to skip it during execution. Disable node
  • Data Store Button: Open the execution data for the node. Data store buttonData of the node
  • Delete Node Button: Delete the selected node