Block 1 - Call n8nBuilder API
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
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 submi...
n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequesttool, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.form
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mehmet Burak Akgün.
Original n8n.io sourceThis 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?
⚠️ Important: Never expose your API key in public workflows. Use n8n Credentials for production setups.
The Form Trigger collects:
api_token (required) — Your n8nBuilder API tokenemail (required) — Your email addressquery (required) — Natural language description of the workflow (e.g., "Read RSS from https://n8nbuilder.dev/blog/feed.xml every hour and send Slack message if new post arrives")https://api.n8nbuilder.dev/api/generateThe workflow returns:
output — Complete n8n workflow JSON ready to import💡 Tip: Copy the generated JSON and import it directly into your n8n instance via Settings → Workflows → Import from File.
🎁 Optional: Install the n8n-nodes-n8nbuilder community node if you prefer using a dedicated node instead of raw HTTP.
See: GitHub Repository
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate workflows from natural language using GPT-4o Mini and n8nBuilder API |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | Content Creation |
| Author | Mehmet Burak Akgün |
| Published | 23 Dec 2025 |
Use the JSON export at /data/workflows/12064/12064.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 submi...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation use case.