Node Reference
Triggers & Inputs Reference
Technical reference for workflow entry-point nodes, upload nodes, spreadsheet readers, webhook triggers, and cloud-watcher sources.
Updated 1 min read
Overview
These nodes start workflows or inject source data into them. In the execution engine they are treated as start nodes and are prioritized before downstream actions so later nodes can resolve files, rows, or trigger payloads from context.data.
Reference Pages
- File Input Node
- URL Input Node
- Cloud Storage Nodes
- Webhook, Schedule, and Manual Trigger Nodes
- Spreadsheet Input Nodes
Notes
fileInput,urlInput,manualTrigger,schedule,webhookTrigger,excel, andgoogleSheetsare all treated as valid workflow start nodes.triggeris the Google Drive watcher node. It is server-driven when used from saved workflows.- Spreadsheet sources are the main structured-data entry points for field mapping and
{{node_id.field}}expressions.