Input Node
Asks the contact an open-ended question and saves whatever they reply as-is — free text, not a fixed set of options. Use it to collect something like a name, email, order number, or feedback that you’ll reuse later in the flow.
How to Use
- Drag an Input node onto the canvas and connect it from the preceding node.
- Type the prompt/question text the contact will see.
- Give the node a Widget Label — this is the variable name the contact’s reply gets saved under, reusable later in the flow as
{{widgetLabel}}(in a message, an API call, a Set Attribute node, and so on). - Connect the node’s output to whichever node should run next.
Validation
- The prompt text is required (capped at 1024 characters in the editor).
- Unlike other nodes, this one accepts anything the contact types — there’s no matching or mismatch case, so it never re-prompts or stalls waiting for a “valid” answer.
Summary
- Add the node and connect it from the previous step.
- Enter the question/prompt text.
- Set a Widget Label so the reply can be reused later as
{{widgetLabel}}. - Connect to the next node.