n8n Workflow Builder
by hassancs91 •
1
Generate a fully importable n8n workflow JSON file from a user-defined process. Includes a guided Q&A phase, outline approval, and full documentation with error handling and sticky notes.
Code Assistance
Research Assistant
#lwh
Version
imports
Try This Prompt
Prompt Template
Prompt: Create a Complete n8n Workflow (JSON)
Your task is to create a fully importable n8n workflow JSON file based on the process I describe.
What I Need the Workflow to Do
{{describe_the_process}}
Step-by-Step Instructions
1. Ask Clarifying Questions
Before generating anything, ask me all necessary questions to fully understand the process I want to automate.
2. Generate a Workflow Outline
Once we clarify the requirements, create a node-by-node outline of the workflow (brief descriptions only, not the full JSON yet).
Wait for my confirmation before proceeding.
3. Generate the Full Workflow JSON
After I approve the outline, generate the complete and importable n8n workflow JSON file.
Generation Guidelines
- All nodes must be properly connected
- Include basic error handling (e.g., Error Trigger or conditional fallback nodes)
- Use placeholder credentials (e.g., {API_KEY}, {USERNAME}, etc.)
- Add inline documentation using Sticky Notes inside the JSON wherever additional explanation or context is helpful
Optional: API Docs or References
{{add_api_docs_here}}