logoNodeDrop
Nodes

Nodes Reference

Complete reference for all NodeDrop nodes

Nodes Reference

NodeDrop includes 25+ built-in nodes organized by category. This reference covers all available nodes and their configuration options.

Trigger Nodes

Nodes that start workflow execution.

NodeDescription
Manual TriggerStart workflow manually
Schedule TriggerStart on a cron schedule
Webhook TriggerStart via HTTP request
Workflow TriggerStart from another workflow
Error TriggerStart when a workflow fails
Google Sheets TriggerStart when sheet changes

Logic & Flow Control

Nodes that control workflow execution flow.

NodeDescription
If/ElseRoute based on conditions
SwitchRoute to multiple outputs
LoopIterate over items
SplitSplit array into items
MergeCombine multiple inputs
WaitPause execution
AggregateCombine items into one

Data Transformation

Nodes that transform and manipulate data.

NodeDescription
SetAdd or update fields
JSONCompose JSON objects
CodeExecute custom code
FormatterFormat text, dates, numbers

Connectivity

Nodes that connect to external services.

NodeDescription
HTTP RequestMake HTTP/API calls
GmailSend emails via Gmail

AI Nodes

Nodes for AI and machine learning integrations.

NodeDescription
OpenAIOpenAI API integration
AnthropicClaude AI integration
ChatAI chat with memory

Utility Nodes

Helper nodes for debugging and organization.

NodeDescription
Data PreviewPreview data in workflow
Image PreviewPreview images

Node Anatomy

Every node has:

Inputs & Outputs

  • Input ports - Receive data from previous nodes
  • Output ports - Send data to next nodes
  • Some nodes have multiple outputs (If/Else, Switch)

Properties

Configuration options specific to each node type.

Execution

The logic that runs when the node executes.

Common Properties

Many nodes share these properties:

PropertyDescription
Continue on FailDon't stop workflow if node fails
Retry on FailRetry failed execution
NotesAdd documentation to the node

Custom Nodes

NodeDrop supports custom nodes for integrations not covered by built-in nodes.

Installing Custom Nodes

  1. Go to Settings > Custom Nodes
  2. Upload a node package (.zip)
  3. The node appears in the node panel

Creating Custom Nodes

See the Custom Nodes Guide for development instructions.

On this page