What are Inputs & Outputs?
Input and Output nodes are the fundamental entry and exit points for data in your flows. They define how information enters your flow, gets processed through various nodes, and returns results to users or systems.Node Types
| Node Type | Function | Supported Types |
|---|---|---|
| Input Node | Receives data into flows from external sources | String, Image, Audio, File |
| Output Node | Returns processed data to users or systems | String, Image, File |
Core Capabilities
Type Configuration - Input and Output nodes require explicit type selection from supported data types (String, Image, Audio, File). You must configure the expected data type during node setup, and the node will enforce this type throughout flow execution.Input nodes have a “Type” configuration field where you select from available
data types. This determines both the input connector type and the output
connector type.
Input nodes with fixed values cannot accept external input - they always
return the configured constant value.
Next Steps
- Learn about Nodes
- Explore Integrations
- Check out the Platform