FlowMaestro provides a variety of node types to build your automations.
AI Nodes
| Node | Description |
|---|
| LLM | Call language models like GPT-4 or Claude |
| Vision | Analyze images with AI |
| Embeddings | Generate text embeddings |
| Audio | Transcribe and generate audio |
Logic Nodes
| Node | Description |
|---|
| Conditional | Branch based on conditions |
| Switch | Route to different paths |
| Loop | Iterate over arrays |
| Wait | Pause execution |
Data Nodes
| Node | Description |
|---|
| Transform | Modify data with JavaScript |
| Variable | Store and retrieve values |
| HTTP | Make API calls |
| Database | Query databases |
Integration Nodes
| Node | Description |
|---|
| Slack | Send messages and interact with Slack |
| Email | Send and process emails |
| Shopify | Manage e-commerce operations |
| 50+ more | Connect to popular services |
Special Nodes
- Output — Return data from the workflow
- Error Handler — Catch and handle errors
- Subflow — Call another workflow