I could use a little help. I’ve tried ~20 n8n/ChatGPT-assisted automations and keep running into the same issues: JSON imports that drop bodies/headers, non-JSON assets that don’t survive import, and constant “fix error → re-upload → new error” loops. If I use chat GPT it gives the nodes but its ALWAYS major wrong or needs alot of add ons, function, sets and its taking us about 20 hours + to get working and I feel like we are missing a important tool, program, bot something that actually allows a text to prompt deploy that is easy to complete.. Is there?
Questions:
What’s the best way to go from a plain-English prompt/spec to a working n8n workflow with everything filled in (headers, bodies, auth, error handling) so I’m not patching for days?
Is there a better import method than uploading a JSON file and losing bodies/headers or non-JSON pieces?
What template or packaging approach are you using so workflows deploy cleanly for others without manual surgery?
Any proven setup/checklist would be hugely appreciated.