Docs/Triggers & Input/Form

Form

Triggers & Input

Form Node

Overview

Supports the following operations: Stars (⭐⭐⭐), Numeric (1, 2, 3...).

Configuration

PropertyTypeDefaultDescription
namestringConfiguration field for name
descriptionstringConfiguration field for description
notifyEmailstringConfiguration field for notifyEmail
successMessagestringConfiguration field for successMessage
companyLogostringConfiguration 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