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
| Node | Type | Description |
|---|---|---|
| Start | start | Entry point for incoming calls |
| End | end | Terminate the call |
Knowledge & AI
| Node | Type | Description |
|---|---|---|
| FAQ Loader | faq-loader | Load FAQ database for answering questions |
| Knowledge Base | knowledge | Connect external knowledge sources |
| Query Processor | query-processor | AI-powered intent detection and response |
Output & Actions
| Node | Type | Description |
|---|---|---|
| TTS Response | tts-response | Text-to-speech output to caller |
| Notification | notification | Send email alerts for leads or events |
Call Routing
| Node | Type | Description |
|---|---|---|
| Transfer | transfer | Transfer call to another number |
| Conditional Transfer | conditional-transfer | Smart 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