Node Inputs
Required Fields
- Input Name: Name for your input (used when calling workflows through webhooks or agents)
Optional Fields
- Default Value: A preset value used if no input is provided
Node Output
- Value: The final input value (either from user input, webhook, or default value)
Node Functionality
The Input node creates entry points for data in your workflows. It can:- Fetch values from other flows Subflows
- Accept values from webhooks
- Use preset default values
- Multiple inputs can now be added within a single input node - no need for separate input nodes for each field
Important Considerations
- Always set clear Input Names for webhook usage
- Use Default Values for optional inputs