Node Reference
Comprehensive guide to all available nodes in the Zero Connector workflow builder.
Flow Control
Available nodes for Flow Control.
Start
The starting point of a workflow. It provides a manual trigger button to initiate the execution of connected nodes.
Inputs
- Manual Trigger User interaction via the 'Run Now' button.
Outputs
- Start Command String - The command issued (e.g., 'GO').
- Timestamp Number - The Unix timestamp of when the node was triggered.
Example: Place this node at the beginning of your flow to manually start processes like fetching prices or checking tweets.
Schedule
Triggers the workflow automatically at a set time interval. Useful for recurring tasks like monitoring prices or polling APIs.
Inputs
- None
Outputs
- Interval Minutes Number - The interval duration in minutes.
- Timestamp Number - The Unix timestamp of the tick.
Example: Connect Schedule to DEX Screener, then to AI Assistant with the prompt 'Analyze the Chart' to perform periodic technical analysis.