Skip to main content

Node Types

FlowMaestro provides a variety of node types to build your automations.

AI Nodes

NodeDescription
LLMCall language models like GPT-4 or Claude
VisionAnalyze images with AI
EmbeddingsGenerate text embeddings
AudioTranscribe and generate audio

Logic Nodes

NodeDescription
ConditionalBranch based on conditions
SwitchRoute to different paths
LoopIterate over arrays
WaitPause execution

Data Nodes

NodeDescription
TransformModify data with JavaScript
VariableStore and retrieve values
HTTPMake API calls
DatabaseQuery databases

Integration Nodes

NodeDescription
SlackSend messages and interact with Slack
EmailSend and process emails
ShopifyManage e-commerce operations
50+ moreConnect to popular services

Special Nodes

  • Output — Return data from the workflow
  • Error Handler — Catch and handle errors
  • Subflow — Call another workflow