Reference
Node Types
Complete reference of all available node types in ConvoFlow.
I/O Nodes
TextInputNode
Accept text input in workflows
AI & Language Models
IntentClassificationNode
Classify user intent
Knowledge & Search
- KnowledgeBaseRetrievalNode: Retrieve context from vector databases
- WebSearchNode: Search the web for real-time information
- DocumentLoaderNode: Load and process documents
Logic & Control
- ConditionalNode: Branch workflows based on conditions
- MergeNode: Combine outputs from multiple nodes
Utilities
- TextTransformNode: Transform and manipulate text
- RegexExtractorNode: Extract data using regex patterns
- SummaryNode: Generate summaries of content
- DebugNode: Inspect data at any point in workflow
Integrations
- CustomAPINode: Make custom API calls
- EmailNode: Send emails
- NotificationNode: Send notifications (SMS, etc.)
Learn More
Was this page helpful?