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

Notes

  • fileInput, urlInput, manualTrigger, schedule, webhookTrigger, excel, and googleSheets are all treated as valid workflow start nodes.
  • trigger is 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.