Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

n8n

n8n.io

Reviews from AWS customer

9 AWS reviews

External reviews

200 reviews
from and

External reviews are not included in the AWS star rating for the product.


4-star reviews ( Show all reviews )

    Noach Noach

Automation has transformed complex workflows and has empowered non‑technical teams to build flows

  • January 12, 2026
  • Review from a verified AWS customer

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.

How would you rate customer service and support?

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.


    Mani S.

Effortless Workflow Automation with Intuitive Drag-and-Drop Design

  • January 10, 2026
  • Review provided by G2

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.


    Muhammad Abubakar

Automation has transformed my social media workflows and generates posts from GitHub commits

  • January 09, 2026
  • Review provided by PeerSpot

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 would you rate customer service and support?

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.


    Ashutosh J.

Flexible, Open Source Automation That Empowers Our Workflows

  • January 09, 2026
  • Review provided by G2

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.


    Stoyan K.

Simple, User-Friendly Automation Tool

  • January 07, 2026
  • Review provided by G2

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.


    Entertainment

Unifies Systems and Automates Workflows Seamlessly

  • January 07, 2026
  • Review provided by G2

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.


    Computer Software

N8N 9.5/10

  • January 05, 2026
  • Review provided by G2

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


    reviewer2794002

Automation has reduced repetitive work and is enabling flexible, cost‑efficient workflows

  • December 29, 2025
  • Review from a verified AWS customer

What is our primary use case?

I mainly use n8n for automation. I built an automation in n8n where a webhook is utilized. I have used n8n within a private cloud previously in another organization where I worked.

What is most valuable?

n8n is quite scalable, and I would rate it around nine out of ten. n8n is pretty flexible when it comes to pricing, setup cost, and licensing when compared to other platforms such as Make and Zapier. For small companies, they can have it locally deployed or host it in the cloud, which is way more cost-efficient when compared to other platforms. It has reduced a lot of manpower required as it can automate the repetitive tasks which are required for any organization and also increased the efficiency.

What needs improvement?

I haven't seen any major flaws in n8n. However, n8n can be improved if it provides a better learning curve for beginners, as it is quite complex for beginners. Providing more tutorials would help. n8n would benefit from more video tutorials as well as more documentation on easier materials for showcasing how n8n works so that beginners can learn it easily.

For how long have I used the solution?

I have been using n8n for three years.

What do I think about the stability of the solution?

n8n is stable in my experience.

How are customer service and support?

I think n8n customer support is pretty responsive.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I have evaluated other options before sticking to n8n, such as Zapier and Make.

How was the initial setup?

We locally hosted the Docker image in an EC2 instance.

What other advice do I have?

I would advise them to properly understand n8n through the documentation and the tutorials available so that they can use n8n efficiently. I think it is better if there is an improvement within the system, as sometimes responses are not being picked up fast enough and sometimes the system indicates whether I am there or not, even after I have given a response. I believe it would be beneficial if the system improved its efficiency. I rate this review a nine out of ten.

Which deployment model are you using for this solution?

Private Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Jeni J.

Flexible Automation with Powerful Control

  • December 29, 2025
  • Review provided by G2

What do you like best about the product?
I use n8n to automate workflows by connecting different apps and APIs without heavy coding. It helps me handle webhooks, background jobs, data syncing, and notifications efficiently. What I like most about n8n is its flexibility and full control over workflows. The visual editor makes complex logic easy to build, and being self-hosted keeps data secure. It’s powerful, customizable, and doesn’t lock you into rigid automation rules. I also enjoy how well n8n handles complex logic, error handling, and custom API integrations. The open-source ecosystem and active community make it easy to extend and troubleshoot workflows. It feels reliable, scalable, and well-suited for both simple and advanced automations. These features make n8n especially valuable because I can build advanced workflows with conditions, loops, and branching without external scripts. Error handling lets me catch failures, retry steps, or send alerts, which makes automations more reliable. Custom API integrations allow me to work with almost any service, even ones without native support, all in a single workflow.
What do you dislike about the product?
The learning curve for complex workflows and advanced expressions can feel overwhelming at first. Debugging large workflows can get tricky when many nodes are involved. Better built-in documentation and clearer error messages would make the experience smoother. The initial setup was also a little complex.
What problems is the product solving and how is that benefiting you?
I use n8n to automate workflows, connecting apps and APIs without heavy coding. It solves repetitive manual work by automating processes, managing complex logic, and handling tasks efficiently, saving time and reducing manual effort.


    Akash V.

User-Friendly Interface and Flexible Workflow Management

  • December 25, 2025
  • Review provided by G2

What do you like best about the product?
Very user friendly UI, Good featured node, feasibility of many type of workflow architecture and Good management of flow of the processing and easy to debug and Test.
What do you dislike about the product?
As of Now, Sincerely, I didn't get anything disliked event or issue.
What problems is the product solving and how is that benefiting you?
I think n8n focusing on more feasibility in nodes for workflow development and also improving UI.