Node types
SubagentNode (recommended)
Multi-tool node for complex interactions.DefaultNode
Simple conversation and reasoning.WebhookNode
HTTP API calls.KnowledgeBaseNode
Search knowledge sources.HandoffNode
Transfer to human agent.WarmEndNode
End conversation with timeout.WhatsAppTemplateNode
Send WhatsApp templates.Global nodes
Global nodes trigger from anywhere in the conversation:Node selection guide
Use case | Node type |
---|---|
Main conversation | SubagentNode |
Simple routing | DefaultNode |
API integration | SubagentNode + WebhookTool |
Knowledge lookup | SubagentNode + KnowledgeBaseTool |
Human handoff | HandoffNode (global) |
End conversation | WarmEndNode |