🎬 Generate workflows from natural language using GPT-4o Mini and n8nBuilder API

⚑ 141 views · 🎬 Content Creation & Video

πŸ’‘ Pro Tip β€” If you need GitHub data beyond what the REST API gives you, ScraperNode has a repository scraper that extracts metadata at scale without token rate limits.

View All Scrapers

Description

πŸ€– AI-Powered n8n Workflow Generator with n8nBuilder API

Overview

This workflow lets you generate complete n8n workflows from natural language descriptions using the n8nBuilder API. πŸš€

Users submit a short description via a form, and the workflow returns a ready-to-import n8n workflow JSON.

Why use it?


Prerequisites

⚠️ Important: Never expose your API key in public workflows. Use n8n Credentials for production setups.


Setup Instructions

1. Get your n8nBuilder API token

2. Configure the Form

The Form Trigger collects:

3. Workflow Execution

  1. User fills the form and submits
  2. Workflow sends a POST request to https://api.n8nbuilder.dev/api/generate
  3. n8nBuilder API processes the request and generates a complete workflow
  4. Response is cleaned and formatted
  5. User receives the generated workflow JSON ready to import

4. Outputs

The workflow returns:

πŸ’‘ Tip: Copy the generated JSON and import it directly into your n8n instance via Settings β†’ Workflows β†’ Import from File.


Customization Tips


Alternative: Use the n8nBuilder Community Node

🎁 Optional: Install the n8n-nodes-n8nbuilder community node if you prefer using a dedicated node instead of raw HTTP.

See: GitHub Repository


Troubleshooting


Security Best Practices


Learn More

πŸ”— Nodes Used

HTTP Request, Webhook, AI Agent, OpenAI Chat Model, n8n Form Trigger, Chat Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup