
Configuration
Configure the following to define how the node requests and processes human input:- Delivery method: How the request form reaches recipients.
- Form content: What information recipients will see and what they can input.
- User action: What decisions recipients can make and how the workflow proceeds accordingly.
- Timeout strategy: How long to wait and what happens if no recipient responds.
Delivery Method
Choose the channel through which the request is delivered. Currently available methods:- Web app: Displays the request form directly in the web app interface for the current user to respond.
- Email: Sends an email containing the request link to one or more recipients.
The request closes after the first response regardless of delivery method.
Form Content
Customize what appears in the request form:- Format and structure with Markdown Use headings, lists, bold text, links, and other Markdown elements to present information clearly.
- Display dynamic data with variables Reference workflow variables to show dynamic content, such as AI-generated text for review or any needed contextual information from upstream nodes.
- Collect input with input fields Input fields can start empty or pre-filled with variables (e.g., LLM output to refine) or static text (e.g., example or default values) that recipients can edit. Each input field becomes a variable for downstream use. For instance, pass edited content for further processing or send feedback to an LLM for regeneration.
User Action
Define the decision buttons that recipients can click. Each button routes the workflow to a different execution path. For example, aPost branch might lead to nodes that trigger content publishing, while a Regenerate branch might loop back to an LLM node to revise the content.