Reference

Node Types

Complete reference of all available node types in ConvoFlow.

I/O Nodes

AI & Language Models

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.)
Was this page helpful?