Skip to Content
Node ReferenceOverview

Node Reference

Flowyte uses a visual node-based system where each node represents a step in your call flow. Nodes are connected together to create intelligent voice agents.

Node Types

Flow Control

NodeTypeDescription
StartstartEntry point for incoming calls
EndendTerminate the call

Knowledge & AI

NodeTypeDescription
FAQ Loaderfaq-loaderLoad FAQ database for answering questions
Knowledge BaseknowledgeConnect external knowledge sources
Query Processorquery-processorAI-powered intent detection and response

Output & Actions

NodeTypeDescription
TTS Responsetts-responseText-to-speech output to caller
NotificationnotificationSend email alerts for leads or events

Call Routing

NodeTypeDescription
TransfertransferTransfer call to another number
Conditional Transferconditional-transferSmart routing based on rules

Connection Rules

  • Every flow must start with a Start node
  • Every path must eventually reach an End node or Transfer node
  • Nodes can have multiple outputs for branching logic
  • Query Processor nodes can route to different paths based on intent
Last updated on