Hello there, I wonder if it’s possible to migrate this Make Json file into N8N.
Any help about this implementation would be very appreciated, I’m looking to expand my little creations to the world using N8N.
Thanks
Hello there, I wonder if it’s possible to migrate this Make Json file into N8N.
Any help about this implementation would be very appreciated, I’m looking to expand my little creations to the world using N8N.
Thanks
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hey @satonotdead,
I am not aware of any automated way (yet) of taking a Make.com scenario and converting it into an n8n workflow. What I do for now is take the Make file and put it into an LLM. I ask it first to tell me the purpose of the workflow. Once it does that, I verify that it understands the file. Then, I ask the LLM to create a JSON file I can use with n8n. I can then import the new file into n8n. It is very hit-or-miss as far as 100% accuracy.
But I have been able to have the different nodes I need, and then it is just a matter of working through each node and either correcting issues or replacing the node with something else. I look on the plus side of it gets me started with converting them over though.
I took your file and ran it through what I described and came up with this:
Hope it helps.
Thanks, I see it’s missing the HTTP Request node that should create a post in Ghost (that’s what I’m missing out on the same workflow idea).
DeepL seems to be more integrated as well
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.