8nodes

8nodes Documentation

Learn how to use 8nodes to create powerful n8n workflows and seamlessly import them into your n8n instance.

What you'll learn

  • Key features of the 8nodes interface
  • How to use the built-in n8n integration (recommended)
  • How to manually export and import workflows
  • Best practices and troubleshooting tips

Quick Start

Get up and running with 8nodes in just a few steps:

1

Generate your workflow

Use 8nodes to create your n8n workflow by describing what you want to build.

2

Connect to n8n (Recommended)

Use the n8n integration button to connect directly to your n8n instance for one-click deployment.

3

Deploy & Access

Click "Create Workflow" to deploy directly, then "Open in n8n" to access your workflow instantly.

8nodes Key Features

Understanding the 8nodes interface will help you create and export workflows efficiently:

Chat Interface

Describe your workflow needs in natural language and get instant AI-generated n8n workflows.

Workflow Tab

Visual representation of your workflow with nodes and connections, similar to the n8n editor.

Nodes Tab

Browse and inspect individual nodes in your workflow with their configurations.

JSON Tab

View and copy the complete workflow JSON that you'll import into n8n.

Property Panel

Detailed view of selected nodes with Parameters tab and Node JSON tab for configuration details.

Workflow Tab

The Workflow tab provides a visual canvas showing your n8n workflow:

🔍 Visual Overview

See all nodes and their connections in a flowchart-like interface that matches n8n's visual editor.

🎯 Node Selection

Click on any node to view its details in the Property Panel on the right.

🔗 Connection Flow

Understand how data flows between nodes through visual connection lines.

Nodes Tab

The Nodes tab provides a list view of all nodes in your workflow:

📋 Complete List

See all nodes in your workflow organized in a clean list format.

🏷️ Node Types

Easily identify different node types with icons and descriptions.

⚙️ Quick Configuration

Access node settings and parameters directly from the list view.

JSON Tab

The JSON tab shows the complete workflow definition that you'll import into n8n:

📄 Complete Definition

View the entire workflow as n8n-compatible JSON, ready for import.

📋 One-Click Copy

Use the copy button to copy the JSON to your clipboard for pasting into n8n.

✅ Format Validation

The JSON is automatically formatted and validated for n8n compatibility.

Property Panel

The Property Panel appears on the right when you select a node and contains two main tabs:

Parameters Tab

Shows all configurable parameters for the selected node in a user-friendly format.

  • View node configuration options
  • See parameter values and settings
  • Understand how the node is configured

Node JSON Tab

Shows the raw JSON definition for the selected node.

  • View the complete node JSON structure
  • Copy individual node definitions
  • Debug node configuration issues

How to Export Your Workflow

There are several ways to export your workflow from 8nodes:

Method 1: Copy from JSON Tab

  1. 1.Navigate to the JSON Tab in your workflow
  2. 2.Click the Copy button at the top right of the JSON view
  3. 3.The complete workflow JSON is now in your clipboard

Method 2: Download JSON File

  1. 1.Look for the Download or Export button
  2. 2.Click to download the workflow as a JSON file
  3. 3.Save the file to import later into n8n

Copy JSON

The fastest way to get your workflow into n8n is to copy the JSON directly:

💡 Pro Tip

You can select all text in the JSON tab using Ctrl+Aand copy with Ctrl+C if the copy button isn't available.

Understanding the JSON Format

8nodes generates n8n-compatible JSON that includes:

🏗️ Workflow Structure

  • • Workflow metadata and settings
  • • Node definitions and configurations
  • • Connection mappings between nodes

⚙️ Node Details

  • • Node types and versions
  • • Parameter configurations
  • • Position and visual layout

8nodes n8n Integration (Recommended)

The easiest way to get your workflows into n8n is using our built-in integration feature:

One-Click Integration

Skip the manual copy-paste process! Connect 8nodes directly to your n8n instance for seamless workflow deployment.

  • Automatic workflow synchronization
  • Real-time workflow name updates
  • Direct "Open in n8n" access
  • Works with both local and cloud n8n

How to Set Up 8nodes Integration:

1

Click the n8n Integration Button

Look for the n8n logo button in the top-right corner of your workflow interface

2

Configure Your n8n Connection

Enter your n8n instance details:

  • n8n Base URL: http://localhost:5678 (local) or your cloud URL
  • API Key: Found in n8n Settings → API Keys
3

Test Connection & Deploy

Click "Test Connection" to verify your setup, then "Create Workflow" to deploy directly to n8n

4

Open in n8n

Once connected, use the "Open in n8n" button to instantly access your workflow in n8n

Getting Your n8n API Key

For Local n8n (localhost:5678):

  1. 1. Open n8n in your browser
  2. 2. Go to Settings → API Keys
  3. 3. Click "Create API Key"
  4. 4. Copy the generated key

For n8n Cloud:

  1. 1. Sign in to your n8n Cloud instance
  2. 2. Navigate to Settings → API Keys
  3. 3. Generate a new API key
  4. 4. Copy the key for use in 8nodes

Benefits of Using 8nodes Integration

  • Automatic Sync: Workflow names stay in sync between 8nodes and n8n
  • No Copy-Paste: Direct deployment eliminates manual JSON handling
  • Real-time Updates: Changes in 8nodes can be pushed to n8n instantly
  • Quick Access: "Open in n8n" button for immediate workflow access
  • Error Prevention: Reduces risk of JSON formatting issues

Importing to Local n8n (localhost:5678)

If you're running n8n locally, follow these steps to import your workflow:

Prerequisites

  • n8n must be installed and running locally
  • Access n8n at http://localhost:5678
  • Have your workflow JSON copied from 8nodes

Step-by-step Import Process:

1

Open n8n in your browser

Navigate to http://localhost:5678 in your web browser

2

Create a new workflow or open existing

Click "New Workflow" or open an existing workflow you want to replace

3

Paste the workflow JSON

Simply press Ctrl+V(or Cmd+V on Mac) anywhere in the n8n editor

n8n will automatically detect and import the workflow JSON from your clipboard!

4

Configure and save

Review the imported workflow, configure any credentials or parameters, and save your workflow

Importing to n8n Cloud

For n8n Cloud users, the import process is exactly the same:

n8n Cloud Access

  • Visit n8n.io and sign in to your account
  • Access your n8n Cloud instance dashboard
  • Open or create a workflow in the n8n editor

Super Simple Import

The import process is identical to local n8n:

Just press Ctrl+V in the n8n editor!

Troubleshooting

Common issues and solutions when importing workflows:

Paste Not Working?

  • Make sure you've copied the JSON from the JSON tab in 8nodes
  • Try clicking inside the n8n editor canvas before pasting
  • Ensure you're using Ctrl+V (not right-click paste)
  • Check that your browser allows clipboard access

Missing Nodes or Errors?

  • Some nodes may require additional credentials or configuration
  • Check if all required n8n nodes/integrations are available in your instance
  • Update n8n to the latest version if you encounter compatibility issues
  • Review node-specific settings that may need manual configuration

Success Indicators

  • You should see all nodes appear on the n8n canvas
  • Connections between nodes should be visible
  • Node parameters should be pre-configured as designed
  • You can save the workflow and execute it successfully

Ready to Build Your Next Workflow?

Start creating powerful n8n workflows with AI assistance and seamless import.

Generate Workflow