Nodes2Cloud
Nodes2CloudDocs
Node Catalog

Core Actions & Logic

Essential nodes for logic branching, data transformation, and control flow

Core Actions & Logic

These nodes provide the fundamental building blocks for your workflows, allowing you to branch logic, transform data, loop over arrays, and make generic HTTP requests.

Core I/O

NodeDescription
HTTP RequestMakes a generic HTTP request to any API or URL
Respond to WebhookSends a custom HTTP response back to the caller of a Webhook Trigger
RSS: Read FeedFetches and parses an RSS or Atom feed

Logic & Control Flow

NodeDescription
If / ElseBranches the workflow based on a boolean condition
SwitchBranches the workflow into multiple paths based on a value
Filter ArrayFilters an array of items based on a condition
Merge BranchesMerges multiple execution branches back into a single flow
Loop (For Each)Iterates over an array, executing a sub-graph for each item
Call WorkflowCalls another compiled Nodes2Cloud workflow and waits for its result
Cross-Run StateReads or writes state that persists across executions

Data & Transformation

NodeDescription
SetCreates or overwrites properties in the payload
Run JavaScriptExecutes custom JavaScript code to transform data
Extract from FileExtracts text from a FileRef (PDF, CSV, TXT, JSON)
Convert to FileConverts text, JSON, or CSV data into a FileRef
AggregateBuffers items and flushes them as a batch (e.g. for bulk inserts)
CompressionGzip/Gunzip and Brotli compression
CryptographyHash (SHA-256), HMAC, Encrypt, Decrypt, and UUID generation

AI Agents

NodeDescription
AI AgentAn autonomous LLM loop that can think, reason, and use tools to achieve a goal
AI Tool: HTTP RequestExposes a generic HTTP Request as a tool for the AI Agent to use

On this page