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

n8n

n8n.io

Reviews from AWS customer

11 AWS reviews

External reviews

259 reviews
from and

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


4-star reviews ( Show all reviews )

    amit s.

Less Manual Work, More Time Saved

  • March 21, 2026
  • Review provided by G2

What do you like best about the product?
What I like best is how it reduces manual work. Once I set up a workflow, things just run in the background, like automatically moving data or sending updates. It feels like less routine work to worry about.
What do you dislike about the product?
At the start, it can feel a bit confusing, especially understanding how everything connects. I had to try a few times before I got comfortable with it.
What problems is the product solving and how is that benefiting you?
It solves the problem of having to repeat the same tasks over and over. Now I don’t need to constantly check and update things manually, which saves me time and helps me focus on more important work.


    Rafa D.

Easy to Build With, Plus Free Hosting Options

  • March 11, 2026
  • Review provided by G2

What do you like best about the product?
The possibilities and ease of construction. The possibility of hosting it free of charge.
What do you dislike about the product?
The configuration and maintenance of the self-hosted version can be complicated.
What problems is the product solving and how is that benefiting you?
Effectively connect different platforms with each other, increasing the capabilities of each one, without having to use expensive developments. For example, I use it with Zendesk, Gmail, Google Drive, Telegram, and WhatsApp.


    Internet

Outstanding flexible automation with an intuitive visual workflow builder

  • March 10, 2026
  • Review provided by G2

What do you like best about the product?
n8n is simply outstanding for anyone who needs serious, flexible automation. As the founder of ScribaVerse, an Italian digital publishing platform, I adopted n8n to automate our editorial and operational workflows. The visual node-based workflow editor is incredibly intuitive yet powerful: you can build complex multi-step automations, branching logic, and even full AI agents with just a few nodes. What sets n8n apart is the unique combination of a low-code interface and the ability to write custom JavaScript or Python expressions whenever the visual approach isn't enough. The self-hosting option is a huge plus for privacy and cost control — we run n8n on our own infrastructure at ScribaVerse, which gives us complete data ownership. The most impressive feature is the AI/LangChain integration: I built an AI agent that handles author inquiries automatically, classifying messages by topic and generating contextual responses. This saved hours of manual work daily. The community is outstanding: the official forum is active, documentation is thorough, and there's a constantly growing library of workflow templates.
What do you dislike about the product?
The initial learning curve can be steep for non-technical users — especially when dealing with advanced concepts like expressions, data transformation, or setting up self-hosted instances with Docker. At ScribaVerse, onboarding collaborators to n8n took some time because the expression syntax and data structure manipulation require a solid understanding of JavaScript. The error messages, while useful for developers, can be cryptic for less technical users. The cloud (n8n.cloud) pricing escalates quickly at higher execution volumes, which is why we chose to self-host. Some nodes still lack comprehensive documentation, so for less common integrations you occasionally have to dig through community posts. The UI also tends to slow down when workflows grow beyond 40-50 nodes. Finally, there is no built-in version control for workflows, which made rollback management somewhat challenging.
What problems is the product solving and how is that benefiting you?
At ScribaVerse, we use n8n to solve several critical operational challenges. The core problem was managing high volumes of author communications and editorial workflows efficiently. Using n8n, I built an AI-powered communication pipeline: incoming author inquiries are captured via webhook, processed through an LLM node for intent classification and response drafting, then automatically replied or escalated based on context. This reduced manual handling significantly, freeing time for higher-value work. Beyond communications, we also use n8n to: (1) synchronize author and book data between our Supabase database and external tools in real-time; (2) automate weekly editorial reports aggregating data from multiple sources; (3) trigger automated onboarding sequences for new authors joining ScribaVerse, sending personalized welcome emails and platform guides. Overall, n8n has become the operational backbone of ScribaVerse, eliminating hundreds of manual operations per week and dramatically reducing human error in our publishing workflows.


    Sumit A.

Automates Daily Tasks with Flexible Integrations

  • March 10, 2026
  • Review provided by G2

What do you like best about the product?
We can automate our daily tasks. multiple connections available to integrate.
What do you dislike about the product?
at first, it is difficult to handle but once you use it, then it is easy.
What problems is the product solving and how is that benefiting you?
Writing workflows, handling customer's integration.


    Harish V.

Open-Source and Lovin’ It

  • March 03, 2026
  • Review provided by G2

What do you like best about the product?
It’s open source and flexible, which makes it easy to set up and run just about any automation I need.
What do you dislike about the product?
I don’t really have much to complain about with n8n, actually.
What problems is the product solving and how is that benefiting you?
I mostly use it for CRMs, helping companies by building automations in n8n.


    Ivan T.

Beginner-Friendly, Fun to Use, and Backed by Great Support

  • March 03, 2026
  • Review provided by G2

What do you like best about the product?
Beginner-friendly
Great support
Fun to use
Nice visuals
What do you dislike about the product?
Updates may ruin workflows sometimes
Workflowsoften include integrations that may break down due to their fault (not n8n's)
What problems is the product solving and how is that benefiting you?
Helps to scrape, helps to find cooperation opportunities, allows to monitor brand mentions


    Ben B.

Cutting-Edge Capabilities That Let You Do Almost Anything

  • February 28, 2026
  • Review provided by G2

What do you like best about the product?
So much capabilities, i can do almost whatever i want with cutting edge technology
What do you dislike about the product?
It isn’t intuitive enough at first, but once you get the hang of it, you can really crush it.
What problems is the product solving and how is that benefiting you?
Outbound automation


    Fazal Subhan

Automation agency has built flexible AI-powered web scraping and data workflows at scale

  • February 26, 2026
  • Review from a verified AWS customer

What is our primary use case?

I run an automation agency at orbiscr.com, and we use n8n for our projects. We create systems for others to use in their business automation rather than for our own use, and we use n8n to build these systems.

We primarily use n8n to create scrapers, website crawling tools, data collection systems from websites, and email automation, all integrated with different applications. I do not use it solo; I use it in combination with other technologies. We sometimes use it with a Python backend and partially with n8n. We call the backend through our architecture, for example, when we have a Python backend and a front-end with React, and then we have another backend with n8n, combining it with different usage patterns.

What is most valuable?

The best features of n8n are reading documents like Google Sheets and Google Drive, and especially the AI agent functionality, the Agent Mode and AI agent nodes, which I find very amazing, along with webhooks and HTTP nodes.

I am integrating n8n with Google products. For example, I created an application where the client has huge data, and we integrated n8n there with Google Sheets. The Google Sheets already contained Google Drive links and Google Drive folder links, which we then list and send to AI. We summarize it through AI and then send it back to Google Sheets.

What needs improvement?

n8n currently has Python in the beta version, and if it can be fully released, it would be more amazing because JS is working very well, but if Python is added as a standard feature, the results will be exceptional. Python is very reliable and a very diverse programming language that helps tremendously with complex tasks like machine learning. It has different libraries like Selenium, so web scraping and data collection from websites are very effective with Python compared to JavaScript.

The setup of n8n is sometimes very complicated, especially with the HTTP node, which is complex to set up. The local credential and environmental credential configurations are somewhat complex and could be simplified.

For how long have I used the solution?

I have been working with n8n for almost one year.

What do I think about the scalability of the solution?

I would rate the scalability of n8n an eight, which is acceptable.

How are customer service and support?

I have never needed to communicate with n8n's technical support.

How was the initial setup?

The setup of n8n is sometimes very complicated, especially with the HTTP node, which is complex to set up. The local credential and environmental credential configurations are somewhat complex and could be simplified.

What's my experience with pricing, setup cost, and licensing?

Once n8n has passed all the tests, it works fine, which is why people use it on a VPS instead of a local server. Using the paid version is somewhat expensive.

The difference between the free version and paid version of n8n is that the paid version, if hosted locally, is almost the same. However, with the latest update from using the website, you get the AI assistant that can set up the flow for you automatically with prompts, which is a good feature. Cloudy also does the same, so people use Cloudy and they use a localhost of n8n. For example, I normally create a JSON file for the complete flow through my AI coder and then import it to the n8n canvas.

What other advice do I have?

My customers mostly prefer deployment on the cloud. We are using AWS, Hostinger, and there are a few more cloud providers. I would rate this review a 9.5.


    Sebastian V.

Simple and Brilliant

  • February 19, 2026
  • Review provided by G2

What do you like best about the product?
versatility and simplicity. something complex in installations if you don't have knowledge but very user-friendly
What do you dislike about the product?
I really have no objections, it keeps getting better, but lately it's been a bit slow compared to other applications. But it's great if you integrate it with other platforms or programs.
What problems is the product solving and how is that benefiting you?
Automate what I want, both for my personal environment, professional, and for my clients.


    Sanchit G.

pretty much the best automation tool for the price

  • February 03, 2026
  • Review provided by G2

What do you like best about the product?
I love how flexible it is. honestly, being able to host it myself is a huge win for privacy and costs. the workflow builder is actually fun to use and does not feel as clunky as some of the other automation tools out there. it just works.
What do you dislike about the product?
The learning curve can be a bit much if you are not a dev. some of the nodes are a little confusing to set up at first, and I wish there were more built in templates for simpler stuff so I would not have to build everything from scratch every time.
What problems is the product solving and how is that benefiting you?
It basically glues all my apps together so I do not have to do boring manual data entry. It saves me a ton of time every week because I can just set an automation and forget about it. plus it saves me money since I do not have to pay for a million different subscriptions.