Skip to main content

Node Types

Nodes are the building blocks of your workflows. Each node performs a specific action.

Trigger Nodes

Trigger nodes start your workflow execution.

Manual Trigger

Run workflows on demand from the dashboard.

Webhook Trigger

Trigger workflows via HTTP POST requests.

AI Nodes

Leverage AI capabilities in your workflows.

AI Generate

Generate text using AI models (OpenAI, Anthropic, etc.).

AI Analyze

Analyze and extract information from content.

Integration Nodes

Connect to external services.

Slack

Send messages, create channels, and more.

Airtable

Read and write records to Airtable bases.

Google Docs

Create and modify Google documents.

Email

Send emails via your connected account.

Logic Nodes

Control the flow of your workflow.

Condition

Branch execution based on conditions.

Loop

Iterate over arrays of data.

Node Configuration

Each node has specific configuration options. Click on a node in the editor to open its configuration panel. Common configuration fields:
  • Name - A label for the node
  • Input fields - Data the node needs to operate
  • Output - What the node produces for downstream nodes