Exit

Basic Nodes exit Starter

End the conversation flow

Overview

The Exit node terminates the conversation flow and displays a goodbye message to the user.

How It Works

  1. Display Message: Shows your configured goodbye message to the user
  2. End Flow: Terminates the conversation - no further nodes are executed
  3. No Outputs: This node cannot connect to other nodes since it ends the flow

Dynamic Content

The goodbye message supports Handlebars syntax, allowing you to personalize the message with variables collected during the conversation:

Thank you {{name}}! Your order #{{order.id}} has been confirmed.

Configuration Fields

Goodbye Message handlebars Required

The final message to display to the user when the conversation ends.

Show details

Supports Handlebars syntax:

{{variable_name}}

Connection Points

Input
Accepts incoming connections from other nodes

More in Basic Nodes