Skip to Content
WorkflowsNode ReferenceOverview

Workflow Node Reference

VelaFlows has 464 workflow nodes across 9 categories. Browse by category below, or use the search on any category page to find a specific node.

Categories

CategoryNodesDescription
Triggers90Event-based workflow starters — conversations, leads, webhooks, schedules
Actions129Core operations — send messages, create leads, assign conversations, HTTP requests
Conditions47Decision points — if/else, switch, status checks, field comparisons
Integrations125Service-specific — Shopify, Stripe, LinkedIn, X, Reddit, Telegram, Notion, Forms
Data23Transform & extract — set variables, parse JSON, format dates, validate data
Utilities14Lookup helpers — find leads, customers, conversations, custom properties
Notifications13Alert channels — webhooks, Slack, team escalation, threshold alerts
Control Flow12Logic & structure — loops, fork/merge, try-catch, retry, sub-workflows
Automation11AI-powered — suggest replies, summarize, sentiment, score leads, classify

Node Structure

Every node in a workflow has:

PropertyDescription
TypeThe node identifier (e.g., send-message, condition, ai-suggest-reply)
ConfigNode-specific settings (e.g., message text, API parameters, conditions)
InputsData received from upstream nodes via {{variable}} template syntax
OutputsData produced by the node, available to downstream nodes