Effortless Integration with Minor AI Limitations
What do you like best about the product?
I like n8n for its ease of access when it comes to integration. I also found the setup to be very easy, especially since they provide a 14-day trial beforehand.
What do you dislike about the product?
I don't find the n8n help feature very useful. The n8n AI builder is not so robust in making proper workflows.
What problems is the product solving and how is that benefiting you?
I use n8n for personal workflow automation and integration. It simplifies integrating various tools and processes, but its help feature and AI builder for workflows need improvement.
n8n: flexible and powerful, with two expected improvements
What do you like best about the product?
What I appreciate most about n8n is its flexibility and power. The tool allows for the creation of complex automations while remaining relatively easy to use. The wide variety of integrations, the visual logic of workflows, and the customization possibilities make it a very effective solution for automating business processes. It is a reliable, scalable tool well-suited to both technical needs and more functional uses.
What do you dislike about the product?
However, I still miss two small features to achieve absolute automated happiness 😊
1. Management and saving of credentials
It would be very appreciated to be able to save the credentials either locally or on the network, in order to easily re-import them in case of server change, migration, or crash (which we obviously prefer to avoid, but you never know).
2. Organization of the canvas
I love workflows that breathe order and serenity. A feature allowing:
- to align a group of nodes vertically, horizontally (or both),
- and to set a regular spacing between the selected nodes (vertical or horizontal),
would make the canvas even more pleasant to use... and would greatly please fans of well-organized workflows, of which I am one 🙂
What problems is the product solving and how is that benefiting you?
I generally use n8n for all types of automations. It serves me well for batch processing, scheduled flows, and webhooks, which I increasingly use as a true backend for my front-end applications.
The flexibility of the tool allows for building complex logics, centralizing integrations, and easily evolving workflows according to needs. n8n naturally integrates into a modern architecture and quickly becomes an essential component of the application ecosystem.
Next-Level Automation for Workflow Optimization
What do you like best about the product?
Next level automation and workflow optimization.
What do you dislike about the product?
Still takes a little bit of a steep learning curve
What problems is the product solving and how is that benefiting you?
Automation and the ability to work through multiple software stacks.
Automation has transformed complex workflows and has empowered non‑technical teams to build flows
What is our primary use case?
One standout project I built with n8n was for a distribution client using Odoo ERP. They had a fully manual order fulfillment process where orders from their Shopify and WooCommerce stores landed in Odoo, but the warehouse staff had to print pick lists, pack slips, and perform extensive manual work to create shipping labels in ShipStation and then re-enter all those details into Odoo. This process was very time-consuming and error-prone. I built an n8n workflow that acts as the central system, triggering every 10 minutes on new confirmed sales orders in Odoo using the Odoo node. The workflow validates inventory levels, applies custom business logic for bundling and formats, creates the shipment request, receives the tracking number and label URL, and sends a personalized SMS to the customer via Twilio.
I have also implemented a wide range of workflows across different business functions using n8n. For example, in retail, I automated the synchronization of online orders from Shopify to Odoo ERP, which automatically creates sales orders, checks inventory levels, sends confirmation emails to customers, and triggers notifications. I built complex multi-step workflows integrating CRM, marketing, and customer support systems. For instance, when a lead is marked as high priority in Salesforce, n8n triggers a workflow that notifies the account manager on Slack, adds the lead to a marketing nurture campaign, and schedules a follow-up call in Google Calendar.
My client absolutely wanted to get hands-on participation in the project, but had no technical background. Instead of coding the task itself, I walked him through some of n8n's features and gave him workshops and tutorials. Now he is able to configure some of the flows himself without relying on an external consultant.
How has it helped my organization?
n8n has positively impacted my organization, particularly in terms of saved time, reduced errors, and increased productivity. My recommendation is to start with n8n if you have any need for automation or integration, especially if you value control, cost predictability, and technical transparency. For technical users, developers, and IT professionals, n8n is more transformative. Unlike some black-box automation platforms, n8n empowers you and does not hide complexity; it visualizes it. You own the workflows and your data, and the cost structure is a major advantage. For a self-hosted scenario, n8n is free forever, which is phenomenal for small businesses or for prototyping. Even the very reasonable price in n8n Cloud plans is transparent, and in my team, it has made an impact on junior people because it gives them more hands-on experience with implementations, allowing them to transition to custom coding later.
What is most valuable?
n8n's strongest feature is its transparent execution model. Every step of the workflow execution is very transparent, and you can see the exact input and output data of every single node. There is also a debugger function, which is very valuable when building complex integrations or troubleshooting APIs. Additionally, the expressive power of the JavaScript and SQL nodes is another superpower. It allows me to drop into code for complex transformation while using pre-built nodes for the heavy lifting of API connections.
I use the JavaScript and SQL nodes in my workflows, particularly when importing data into a database. Data that comes from very old legacy systems or from a massive master sheet in Excel requires mastering SQL because mapping the fields sometimes cannot be done manually. Using the SQL function allows me to automatically map the columns and save considerable time for the customer.
I also appreciate that n8n is open source. This means I can inspect the code, customize it if necessary, and even contribute back to the community. This level of transparency is critical when working with clients who have strict IT policies. Additionally, the community around n8n is very active. I can usually find pre-built nodes, example workflows, or guidance on complex integrations. This accelerates the development time and reduces the need for custom coding while still giving me the flexibility to build very sophisticated workflows.
What needs improvement?
Regarding improvements for n8n, I would highlight two areas. First, while there is a growing community, the ecosystem of pre-built nodes for niche or proprietary systems still lags behind some commercial competitors. I often have to build custom HTTP request nodes or create my own node packages, which is doable but adds to project timelines. Second, features for team collaboration and lifecycle management are still evolving. Moving workflows from development to staging to production can be a manual export-import process, and native Git integration and more robust user roles for larger client teams would be a game-changer.
Regarding needed improvements, I believe much of the existing documentation is not peer-reviewed. There is definitely a big community, but if the documentation or tutorials were approved or at least had a badge from n8n, customers would feel that this meets the standards of n8n editors themselves, which would give more confidence in the flows.
For how long have I used the solution?
I have been using n8n since it became popular in 2023.
What do I think about the stability of the solution?
n8n is stable in my experience if you are an experienced implementer who knows how to fine-tune configurations for production and scalability. However, if you are a junior developer or preparing for a prototype, you might face challenges that could lead to failures in production.
What do I think about the scalability of the solution?
My experience with n8n's scalability indicates that while you can scale up workflows or deployments, many of the prototypes and pre-built flows are not resilient enough for production when there is extensive manual error or manual processes. There is considerable fine-tuning that needs to be considered, and it often requires changing some features and flows. Therefore, it is crucial to have a technical team to support you with real experience in n8n and large-scale implementations.
How are customer service and support?
Through n8n Cloud support, I have had a good experience. I received dedicated support via email with generally good and faster response times than the free tier. I describe the support team as knowledgeable, helpful, and responsive. They often address questions relevant to my scope, and at times they also recommend searching for technical documentation or specific forums. Ultimately, they always point me to the relevant solutions for any problem.
Which solution did I use previously and why did I switch?
Previously, I used Zapier and Make.com. The reason I switched is that those tools are still not complex enough to manage multi-flow processes and are better suited for simple use cases with basic automations and triggers, particularly for small companies that want to automate one or two processes.
How was the initial setup?
The pricing experience was a bit of a learning curve. Working in an on-premise environment with no cost is great. For cloud environments, I noticed that depending on the number of nodes used and the number of executions, the basic plan might not be enough, and this is something I learned through experience. These days, when I recommend n8n, I always go with the tier one pricing system, opting for the premium option.
What about the implementation team?
I have not seen a return on investment from my side because the impact is primarily on the customer side, where non-technical people can go through a learning curve and take over some of these tools, allowing them to save costs because they can reduce the hiring process for external developers for this type of automation that they can do themselves.
What was our ROI?
I have not seen a return on investment from my side because the impact is primarily on the customer side, where non-technical people can go through a learning curve and take over some of these tools, allowing them to save costs because they can reduce the hiring process for external developers for this type of automation that they can do themselves.
What's my experience with pricing, setup cost, and licensing?
The pricing experience was a bit of a learning curve. Working in an on-premise environment with no cost is great. For cloud environments, I noticed that depending on the number of nodes used and the number of executions, the basic plan might not be enough, and this is something I learned through experience. These days, when I recommend n8n, I always go with the tier one pricing system, opting for the premium option.
Which other solutions did I evaluate?
Before choosing n8n, I evaluated Zapier, Make.com, and Workato. Among the three, I felt that n8n provides the most visual experience, the most powerful tool for execution and for production, and a very reasonable pricing system.
What other advice do I have?
For those looking into using n8n, I advise that collaboration is key. I typically use Git or version control repositories to maintain workflow definitions for larger projects. I also document each workflow extensively within n8n using node descriptions and comments, so anyone on the team can understand the logic. For cross-functional teams, I use screen share and workflow walkthroughs along with peer reviews, which I recommend to other users and junior implementers starting with n8n.
I advise testing first in staging. I suggest starting simple and then scaling. Begin with a simple workflow connecting Slack with Google Sheets before adding complexity. It is important to master the fundamentals, such as data structure and JSON data between the nodes, and then gradually work on optimization, rate limits, monitoring execution, and deploying additional nodes along the way.
I rate n8n an eight on a scale of one to ten because it is a very powerful tool. However, I feel that for very complex production environments, it still requires considerable fine-tuning and knowledge, and sometimes it might not be fully ready to support large-scale implementations in production. For prototyping and small use cases, as well as medium and small enterprises, n8n can be a great option. For larger implementations, it might still lag behind.
Effortless Workflow Automation with Intuitive Drag-and-Drop Design
What do you like best about the product?
This tool is designed to simplify automation by allowing users to create workflows using drag-and-drop nodes, which makes development both faster and more reliable.
What do you dislike about the product?
At times, the errors are not clearly presented, making debugging more difficult and ultimately wasting valuable development time.
What problems is the product solving and how is that benefiting you?
Uploading videos about various issues and creating captions tailored to each platform can be very time-consuming. With n8n, however, this entire process can be easily automated.
Automation has transformed my social media workflows and generates posts from GitHub commits
What is our primary use case?
I worked on n8n, and Morgan messaged me on LinkedIn to review and provide feedback about the n8n product.
I have used n8n for almost six months and built a personal project with it. My main goal was to move to this new technology, but due to the lack of jobs in my circle, I stopped working on this product.
I appreciated how n8n can be integrated with other services such as WhatsApp, LinkedIn, and Twitter, and the automation tasks it performs. I built a system in which n8n was fetching commits from GitHub and passing those commits to an AI agent. The AI agent was building LinkedIn posts and Twitter posts along with visual graphics effects, and it was performing very well. I showed that product to many companies, but they said they were not interested, so I left working on it.
What is most valuable?
I appreciated how n8n can be integrated with other services such as WhatsApp, LinkedIn, and Twitter, and the automation tasks it performs. I built a system in which n8n was fetching commits from GitHub and passing those commits to an AI agent. The AI agent was building LinkedIn posts and Twitter posts along with visual graphics effects, and it was performing very well. I showed that product to many companies, but they said they were not interested, so I left working on it. I really value this product, n8n.
What needs improvement?
I wrote a message to n8n regarding a problem I faced, but I cannot recall what it was. Currently, most products nowadays include walkthrough or guide videos, short videos of 20 to 30 seconds that inform about any particular button or action, which n8n product does not have. I believe it would be a positive addition to this product.
Tutorials are lacking in n8n, particularly short tutorials for specific buttons, explaining what each button does or what each node does.
For how long have I used the solution?
It has been almost three to four months since I last used n8n.
What do I think about the stability of the solution?
I had no issues with the stability of n8n. I never worked on a complex project, so I cannot comment on that aspect.
What do I think about the scalability of the solution?
Regarding scalability, n8n has versions, creating versions for every step, so scalability is not difficult. I first deployed it for LinkedIn, then moved to Twitter, and then to Facebook, and it was smooth.
How are customer service and support?
I never contacted n8n's technical or customer support. I made a suggestion to them, but I do not recall what it was, and I did not receive a response from them.
How was the initial setup?
As I am a full-stack developer, the initial deployment of n8n took me almost half a day, so it was not a difficult task for me. I had no issues with that and never faced problems.
Which other solutions did I evaluate?
I did not use any alternative to n8n. I never tried any similar solutions.
What other advice do I have?
I do not know about the pricing of n8n because I simply downloaded it, deployed n8n on my WSL in Ubuntu on my machine, and then on the VPS. I never had an issue with the pricing, which was a positive aspect of n8n.
n8n does not require any maintenance on my end. I deployed it on the VPS, and it worked for me almost three to four months continuously. I never needed to check it on the server and simply visited the LinkedIn posts or the Twitter posts. I never needed to visit the server.
My overall review rating for n8n is eight out of ten.
Flexible, Open Source Automation That Empowers Our Workflows
What do you like best about the product?
n8n amazes me with its felixble, open source workflow automation. The visual editor makes building complex integrations easy. Custom nodes and JS hooks lets me handle unique logic and self hosting gives full control over data and costs. This helps in automating cross app processes reliably. Easy to use and implement. We use it daily for our workflows
What do you dislike about the product?
I find n8n learning curve steep for non developers with complex workflows becoming hard to manage without coding.
What problems is the product solving and how is that benefiting you?
n8n automates are cross app integration which is not directly supported by the vendor. We developed workflows for this and it works fantastic.
Simple, User-Friendly Automation Tool
What do you like best about the product?
I like that n8n just works for automations, making it easy to handle tasks like checking for fines and sending emails. It's user-friendly with a nice UI and doesn't come with the complication or steep learning curve that other tools might have. I also found the initial setup process to be as easy as cake. The flexibility to automate anything that can be automated with n8n is a huge plus for me.
What do you dislike about the product?
There is AI chat in beta but it would be helpful to have in-flow AI support.
What problems is the product solving and how is that benefiting you?
n8n just works for automating tasks, and anything that can be automated is possible with it.
Unifies Systems and Automates Workflows Seamlessly
What do you like best about the product?
how n8n can unify disparate systems and reduce manual work through automation
What do you dislike about the product?
The tables function very poorly, and when more than one user is actively working on the platform, it does not perform well.
What problems is the product solving and how is that benefiting you?
Automating processes helps to reduce manual work and makes it easier to integrate different systems.
N8N 9.5/10
What do you like best about the product?
Its decent easy to use and helps our buisness
What do you dislike about the product?
well not much i can think of tbh like it does what i need and its not bloated so like 🤷♂️
What problems is the product solving and how is that benefiting you?
its doing my sms so when a customer fills out a form on our website we get a message to our phone we are also doing email