Welcome to FlowAPI

Your First Step to Automation

Welcome to FlowAPI! This guide provides the foundational knowledge to start building automated workflows.

FlowAPI is a visual builder that simplifies data automation and makes collaboration easier.


Why FlowAPI?

  • Visual Design: Drag & drop logic for intuitive workflow creation.
  • Rapid Development: Build automations significantly faster.
  • Extensibility: Integrate new nodes and services as your needs grow.
  • Clarity & Collaboration: Visually share and manage workflows with your team.

Core Concepts

Flows

The main canvas where you design your automated processes, like "Process User Signups" or "Send Weekly Reports".

Nodes

  • API Request: Fetch data from various APIs.
  • Transform: Modify, map, and restructure your data.
  • Conditional: Implement decision-making logic in your flows.
  • Notifications: Send alerts and updates via Email, Slack, etc.

Edges

Connectors that link nodes, defining the execution order and data flow path.

They establish the operational sequence of your automation.

Variables & Data Flow

Use variables to pass data between nodes, for example: {{api_node.response.body.id}}

Store global values and reference outputs from previous nodes for dynamic workflows.


How to Explore These Docs

Navigation Tips

Use the sidebar to navigate:

  • Core Concepts: (This page) Foundational understanding.
  • Node Library: Detailed explanations for each node.
  • UI Panels: Guides for the editor, logs, and variable management.
  • Guides & Tutorials: Practical examples for common use-cases.

We are continuously updating our documentation. Feedback is welcome!

Loading search features...