Skip to main content

Node Reference

Workflows are built from nodes — each node is one step that does a single job (start the workflow, make a decision, transform data, call a model, send a message, write to the CRM, and so on). Nodes are wired together on the canvas; data flows from one node to the next via variables.

This section is the catalog of every node type, grouped by category. Pick a category to see each node, its configuration, inputs, and outputs.

Node categories

CategoryWhat it's for
TriggersStart a workflow — message received, CRM change, webhook, schedule, button click, etc.
LogicControl flow — conditions, branches, loops, delays, and routing.
DataTransform, map, filter, and reshape data moving through the workflow.
AILLM calls, prompts, agents, knowledge-base search and RAG.
ChannelSend email, SMS, WhatsApp, and other outbound messages.
CRMCreate, update, and query contacts, companies, deals, and tasks.
IntegrationCall external services and connected third-party tools.
OutputSet workflow outputs and return results.
VoiceVoice-call steps for AI phone conversations.

How nodes fit together

  1. Every workflow starts with a Trigger.
  2. Logic and Data nodes shape what happens next.
  3. AI, Channel, CRM, and Integration nodes do the work.
  4. Output nodes return results to whatever called the workflow.

New to workflows? Start with Creating Your First Workflow and Understanding Nodes.