How to Create a Global Node
Any node type except the Start node can be made global. Open a node’s settings and toggle Global on. When global is enabled, you choose a trigger type — either a natural language condition or a DTMF key. Prompt trigger: The LLM evaluates a natural language condition at every conversation turn.Configuration
Variable Restrictions
Global conditions support system variables and custom variables only. Extracted variables (collected during the conversation) cannot be used — the global node may be triggered before those variables exist. → See Variable System for the full list of available system variables.Double Confirmation
WhenrequiresDoubleConfirm is enabled, the agent asks the user to confirm before the node executes.
Skip Response
WhenskipResponse is enabled, the node executes without speaking its message. Useful for silent routing — for example, a global router node that checks variables and routes to the right destination without saying anything to the user.
Global DTMF Triggers
Global nodes can be triggered by keypresses from anywhere in the flow, in addition to (or instead of) natural language.Common Examples
Transfer to human agentNext Steps
Transitions
Control how conversations move between nodes
DTMF Features
Full documentation for keypad interactions
Variables
Understand variable scoping and availability
Node Types
Explore all available node types