Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.innflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Create Your First Workflow

Follow these steps to build and run your first automation.

1. Create a New Workflow

From the dashboard, click New Workflow to open the visual editor.

2. Add a Trigger

Every workflow starts with a trigger. Choose from:
  • Manual Trigger - Run workflows on demand
  • Webhook Trigger - Trigger via HTTP requests
  • Schedule Trigger - Run on a schedule (coming soon)

3. Add Action Nodes

Drag nodes from the sidebar to build your workflow:
  • AI Nodes - Generate text, analyze content
  • Integration Nodes - Connect to Slack, Airtable, etc.
  • Logic Nodes - Add conditions and branching

4. Connect Nodes

Click and drag from a node’s output handle to another node’s input handle to create connections.

5. Configure and Run

  1. Click on each node to configure its settings
  2. Use {{variable}} syntax to reference data from previous nodes
  3. Click Run to execute your workflow

Next Steps

Learn about Nodes

Explore all available node types.

Using Variables

Pass data between nodes dynamically.