Flow Builder Node Types
This section details all node types available in the Interflow Flow Builder, their features and how to configure them.
Initial Node
- Start - Flow entry point
Sending Nodes
Nodes for sending messages and content to customers:
- Text Message - Sends text, lists and links
- Send Audio - Sends audio files
- Send Image - Sends images with caption
- Send Video - Sends videos
- Send Document - Sends PDFs and documents
- Send Email - Sends emails via SMTP
Receiving Nodes
Nodes for capturing customer responses:
- Wait for Response (Input) - Captures text or options
Flow Control Nodes
Nodes for controlling logic and routing:
- Delay - Pauses execution
- Condition - Creates conditional branches
- Random - Distributes randomly
- Jump To - Redirects to another node
Data Nodes
Nodes for manipulating variables and data:
- Set Variable - Defines or calculates values
- Update Customer - Updates customer data
- HTTP Request - Calls external APIs
Action Nodes
Nodes for executing automated actions:
- Create Task - Creates tasks automatically
AI Nodes
Nodes for artificial intelligence integration:
- AI Agent - Executes pre-configured agent
- OpenAI - Direct GPT integration
- ElevenLabs TTS - ElevenLabs voice synthesis
- Minimax TTS - Minimax voice synthesis
System Nodes
Nodes for internal actions and organization:
- System Message - Internal message
- Private Note - Adds note to service
- Close Attendance - Closes the service
- Group - Groups nodes visually
Sales Nodes
Nodes specific to the sales module:
- POS (Point of Sale) - Sales system integration
Node Overview
| Node | Category | Description |
|---|---|---|
| Start | Initial | Flow entry point |
| Text | Sending | Sends text message |
| Audio | Sending | Sends audio file |
| Image | Sending | Sends image |
| Video | Sending | Sends video |
| Document | Sending | Sends document |
| Sending | Sends email | |
| Input | Receiving | Waits for response |
| Delay | Control | Pauses execution |
| Condition | Control | Logical branching |
| Random | Control | Random distribution |
| Jump To | Control | Redirection |
| Variable | Data | Defines values |
| Update Customer | Data | Updates record |
| HTTP Request | Data | Calls APIs |
| Create Task | Actions | Creates tasks |
| AI Agent | AI | Executes agent |
| OpenAI | AI | GPT integration |
| ElevenLabs | AI | Voice synthesis |
| Minimax | AI | Voice synthesis |
| System Message | System | Internal message |
| Private Note | System | Service note |
| Close | System | Closes service |
| Group | System | Visual organization |
| POS | Sales | Sales system |