The Prompt node displays a message to the user and collects their input. It supports various input types including text, email, phone, number, and options.
The prompt message supports Handlebars syntax, allowing you to include dynamic values from previous nodes:
Hello {{start}}! Please enter your email address.
If an error occurs while rendering the prompt (e.g., invalid template), the conversation terminates with an error message to prevent exposing internal errors to users.
Prompt Message
handlebars
Required
The message displayed to the user.
Supports Handlebars syntax:
{{variable_name}}
Input Type
input_config
Required
Configure the type of input to collect from the user.
inputConfig
input_config
Required
Input Type
Configure the type of input to collect from the user.
Input types:
This node stores its output in a variable that can be referenced in subsequent nodes using the {{variable}} syntax.
{{variable}}
string
User input from prompt