Form
Triggers & InputForm Node
Overview
Supports the following operations: Stars (⭐⭐⭐), Numeric (1, 2, 3...).
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
name | string | — | Configuration field for name |
description | string | — | Configuration field for description |
notifyEmail | string | — | Configuration field for notifyEmail |
successMessage | string | — | Configuration field for successMessage |
companyLogo | string | — | Configuration field for companyLogo |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{form.full_name}}anyOutput field: full_name
{{form.email}}anyOutput field: email
{{form.phone}}anyOutput field: phone
{{form.message}}anyOutput field: message
Examples
Basic Usage
Example configuration:
{
"name": "value",
"description": "value",
"notifyEmail": "value",
"successMessage": "value",
"companyLogo": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Form in Your Workflow
Create a free account and start building AI-powered workflows with the Form node.
Open Workflow Editor