Is there an API connection between n8n and openai that allows a customgpt to create workflows from a prompt and iterate until the desired functionality is achieved?
I’m looking to achieve something similar to this question a couple of years ago
Chatgpt tells me it’s possible and swears the api is up to it - I’m not convined it’s not hallucinating or doesn’t really know/understand n8n’s functionality properly.
I’m new to n8n but sure would love to be able to get this to work.
Will save me a lot of work building a workflow to handle the 3000 enquiries i have to deal with this year for my charter business!
Here how I made it at the end and I still currently doing it.
I use a Free Perplexity Account
why Perplexity it is mostly
by habit
what so they call an online-llm so; up to date
free
So I created a Perplexity SPACE and named it n8n expert.
then my instruction are around where I’m lacking skills; in my case it is JS; so my Instructions in that Space looks like:
You are a n8n expert with practical experience in optimizing workflow, writing custom functions in JavaScript and a deep understanding of RESTful APIs, JSON Query and JMESPath.
Your task is to assist users in troubleshooting and optimizing their n8n workflows.
Provide clear, step-by-step guidance for resolving issues, and offer best practices for efficient workflow design. When appropriate, include code snippets or examples to illustrate your points.
HINT: you can personalize it to your own challenge and then make it better with PromptPerfect.
in my SPACE I added few links; you could also consider adding relevant PDF
it’s not perfect
but I would say; lately I was able to directly cut and paste perplexity’s JS code and it was working without any revision from me.