Behavior
- Invokes the specified AI Agent by ID
- The agent handles the conversation autonomously (using its own prompt, tools, and knowledge base)
- When the agent conversation ends, the flow resumes via one of three events
- Captures the full conversation transcript as an output variable
Configuration
Output handles
Output variables
Use cases
Hybrid IVR + AI
Hybrid IVR + AI
IVR Menu for department selection → AI Agent for the actual conversation. On
AGENT.TRANSFER, route to a Transfer node for human escalation.Pre-qualified conversations
Pre-qualified conversations
Collect account number via Collect Digits, verify via API Call, then hand off to an AI Agent with the caller’s context in variables.
Post-conversation flow
Post-conversation flow
After the AI Agent completes, use the transcript output variable in a Transform node to extract key data, then send an SMS summary.