Nodes
Flero ships with 200+ built-in nodes, plus everything in your installed marketplace plugins. This section is a reference, every node, grouped by category, with what it does, what fields it takes, and a small example.
๐ธ Screenshot needed:
nodes__category-overview.png, the node palette with every category collapsed, showing the full list of category names.
Browse by category
| Category | What's in it | Page |
|---|---|---|
| Triggers | Webhook, Schedule, Form, Manual (Start), Chat, MCP, plus 47 connector event triggers | โ Triggers |
| Flow control | If, Switch, Loop, Merge, Delay, Approval, Error handling, Chain, Workflow control, Split | โ Flow control |
| Data transformation | Transform, Code, Text, DateTime, Encryption/Hashing, PDF, Image, File, Data Parser | โ Data transformation |
| HTTP & API | HTTP Request, Webhook API, Web Scraper, API Pagination & Rate-Limit | โ HTTP & API |
| Storage & database | Database, Set (variables), Cache Storage | โ Storage & database |
| AI & LLM | AI Agent, Prompt Template, AI Eval, AI Guardrails, Semantic Router, Learning, Workflow Assistant, Token Cost Guard | โ AI & LLM |
| RAG | Document Chunker, Embeddings, Vector Database, RAG Reranker | โ RAG |
| Communication | Email, Notification, Real-time Communication | โ Communication |
| Utility & debugging | Log, Debug, Terminal, Set, Cache Storage, Schema Validator Guard, Output Format Guard, Rate Limiter Guard | โ Utility & debugging |
| Sub-workflows | Sub-Workflow, MCP Client, Distributed Execution, Cloud Integration, Integration Automation, Collaboration, Offline, Reactive, Stream Processing | โ Sub-workflows |
| Enterprise connectors | 40+ pre-built service integrations, each has its own page in the Connector catalog |
Anatomy of a node page
Every node entry follows the same shape so you can skim:
- What it does, one sentence.
- When to use it, typical scenarios.
- Inputs, the input ports and what they expect.
- Outputs, the output ports and what they emit (schema or example).
- Configuration, every field, with type and default.
- Example, a minimal working config.
- Notes & gotchas, anything non-obvious.
Looking for something specific?
- "How do I start a workflow when X happens?" โ Triggers
- "How do I branch based on a value?" โ Flow control โ If
- "How do I loop over an array?" โ Flow control โ Loop
- "How do I call an API?" โ HTTP & API โ HTTP Request
- "How do I run an LLM prompt?" โ AI & LLM โ AI Agent
- "How do I pause for human approval?" โ Flow control โ Approval + Approvals
- "How do I send a Slack message?" โ Connector catalog โ Slack
- "How do I store something between runs?" โ Storage & database โ Set
Found something out of date? This page lives in the Flero docs content set.