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

267 reviews
from and

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


    Ritesh C.

Flexible Open-Source Automation with Plenty of Workflow Nodes

  • April 29, 2026
  • Review provided by G2

What do you like best about the product?
There are a whole lot of nodes to work with for every service and workflow. It’s open source, which makes it possible to self-host on our servers and connect it to a custom domain. Automation can be implemented to cover more than enough business requirements.
What do you dislike about the product?
Some people may find it difficult to authenticate with the service providers. Notion, Google, and similar service nodes can also be challenging for a beginner to set up.
What problems is the product solving and how is that benefiting you?
Anything that involves repetitive work can be automated with n8n. Gmail didn’t have an option to delete all emails at once, so I connected my Gmail account and set up a trigger to delete 100 emails every 30 minutes. I also have the backend for my news website fully automated with n8n, including the content pipeline.


    Vatsal N.

Powerful Automation with Easy Setup

  • April 28, 2026
  • Review provided by G2

What do you like best about the product?
I like how easy n8n is to set up, and I appreciate that we don't have to code every single thing. n8n provides all the nodes we need, and if there are any nodes that aren't available, we can easily add them using the API node or the code node. It’s also great for creating AI automations to enrich leads with emails and phone numbers, even if the automation requires custom API setups. Adding nodes like the Google Sheets node to enrich data and assist the SDR team with outreach is really beneficial.
What do you dislike about the product?
Nothing as such, If you need anything more than n8n then probably custom code is the best option for you
What problems is the product solving and how is that benefiting you?
I use n8n to automate repeated tasks in my workflow, like data syncing between applications, and enrich leads with emails and phone numbers efficiently.


    Bryan M.

Flexible, Vendor-Agnostic AI Agent Setup with a Great Pricing Model

  • April 28, 2026
  • Review provided by G2

What do you like best about the product?
N8N is one of the most flexible solutions for quickly setting up an AI agent for your business. It doesn’t require using a specific vendor or AI provider, and the pricing model is great.
What do you dislike about the product?
It does feel a little bit do-it-yourself, which is fine for what it provides. However, for a non-technical person getting started, there is a bit of a learning curve.
What problems is the product solving and how is that benefiting you?
We use N8N to easily set up complex AI agent workflows that connect to multiple products and services.


    Guillermo R.

n8n’s Flexible Integrations Streamlined Our Ad Creation Automation

  • April 28, 2026
  • Review provided by G2

What do you like best about the product?
What I like best about n8n is its flexibility and ability to integrate with tools like OpenClaw. We’ve been able to automate a large portion of our ad creation process, which has significantly improved efficiency and reduced manual workload.
What do you dislike about the product?
There is a bit of a learning curve when setting up automations, especially for more complex workflows. However, with ChatGPT or Claude, it’s relatively easy to troubleshoot and build out each step effectively.
What problems is the product solving and how is that benefiting you?
n8n is solving the problem of manual and time-consuming ad production. We integrated it with an OpenClaw agent and we’ve automated copy creation, creative generation, and Meta ad setup, allowing us to save time, scale faster, and focus more on strategy instead of execution.


    Razvan B.

Unlimited Usage with the Self-Hosted Version

  • April 26, 2026
  • Review provided by G2

What do you like best about the product?
The self-hosted version provides unlimited usage.
What do you dislike about the product?
Nothing to complain about. Everything works perfectly, and it keeps improving.
What problems is the product solving and how is that benefiting you?
Connecting various apps through API integrations and its automation capabilities.


    Computer Software

n8n: Powerful, Flexible Self-Hosted Automation Backbone for Client Workflows

  • April 26, 2026
  • Review provided by G2

What do you like best about the product?
n8n is the most powerful and flexible workflow automation tool I have used, and the self-hosted option makes it a game changer for cost-conscious freelancers and agencies. The node-based visual interface makes it easy to build complex multi-step automation pipelines — connecting APIs, webhooks, databases, and AI models — without writing full application code. What I love most is the ability to write custom JavaScript directly inside nodes when I need logic that goes beyond what standard configurations offer, which gives me full control over data transformation mid-workflow. The Apify integration works seamlessly — I trigger Actor runs via HTTP Request nodes and receive enriched lead data back through webhooks, which then flows automatically into Google Sheets or a CRM. The community node library is also massive, with pre-built integrations for almost every tool I use including WhatsApp Business API, Shopify, Gmail, and Airtable. Compared to Make or Zapier, n8n gives significantly more flexibility and value, especially when self-hosted on a VPS where there are no execution limits or per-task charges. It has become the backbone of every automation pipeline I build for clients.
What do you dislike about the product?
The initial self-hosting setup on a VPS using Docker has a noticeable learning curve, especially for configuring SSL, environment variables, and persistent storage correctly. For beginners without a DevOps background, this can be a frustrating first experience. The official documentation covers the basics but lacks depth for advanced deployment scenarios and edge cases.

Performance can also be a concern on complex workflows with many nodes running simultaneously — memory usage spikes noticeably on lower-spec servers, which means you need to size your VPS carefully or risk workflows slowing down or crashing mid-execution on high-volume jobs.

The error handling and debugging experience could be significantly improved. When a workflow fails, pinpointing the exact node and data state that caused the issue requires manually inspecting execution logs, which is time-consuming on large pipelines. A more visual and interactive debugging mode would be a major improvement. Customer support response times on the community plan are also slow — most help comes from the community forum rather than official support, which means resolution time depends entirely on community availability. For paid users the experience is better, but the free tier support gap is noticeable.
What problems is the product solving and how is that benefiting you?
Before using n8n, I was manually connecting different tools and APIs for every client project, which meant repetitive setup work, constant copy-pasting of data between platforms, and a high risk of human error. Each new automation required either expensive SaaS tools with per-task pricing or custom code that took days to build and maintain.

n8n solved this by giving me a single visual platform where I can build end-to-end automated pipelines that run 24/7 without any manual intervention. I now handle lead scraping with Apify, data enrichment, CRM entry, email outreach, WhatsApp notifications, and reporting — all inside one connected n8n workflow. What previously took 3 to 4 hours of manual work per client project now executes automatically in under 20 minutes.

The self-hosted model on a VPS means I pay a flat server cost with zero per-execution charges, which makes it dramatically more cost-effective than Make or Zapier at scale. For a freelance automation specialist managing multiple client pipelines simultaneously, this has directly increased my capacity to take on more projects and deliver faster results. n8n has essentially become my core business infrastructure — every client automation I build runs through it.


    Akansha C.

Automation as Code with Enterprise-Grade Control and Fast No-Code Builds

  • April 25, 2026
  • Review provided by G2

What do you like best about the product?
What I like most is the “Automation as Code” philosophy. As an Azure Architect, I don’t want yet another siloed SaaS tool; I want a platform I can self-host, keep under version control, and extend with custom JavaScript when needed. n8n is the only tool I’ve found that gives me “enterprise-grade” control over my data flows, while still being just as quick to build in as any no-code alternative.
What do you dislike about the product?
While n8n is incredibly powerful, it still doesn’t have the “Enterprise-First” deployment rigor I expect as an architect. The manual effort needed to keep environments in sync, along with the “opt-in” approach to error handling, means you have to invest a significant amount of time in Operational Discipline to make it genuinely production-ready. I’d really like to see stronger native version-control integration, as well as a global retry-policy engine.
What problems is the product solving and how is that benefiting you?
n8n solves the “Invisible Glue” problem for me. As an architect, I use it to orchestrate complex post-authentication lifecycles that would otherwise require dozens of manual scripts and handoffs. The biggest benefit is data sovereignty: being able to self-host it in my own Azure tenant means our identity tokens never leave our perimeter. That helps us satisfy strict security audits, while also cutting our automation overhead by nearly 80% compared to Zapier.


    Kaleem A.

Powerful End-to-End Automation with n8n Workflows involving multiple systems

  • April 24, 2026
  • Review provided by G2

What do you like best about the product?
I like that n8n lets me connect different steps, like API calls, data processing and triggers in a single flow. In one case, I built a workflow that handled enrichment, filtering and email output together. It's not the smoothest while building, but once it runs, it's quite useful for automating repetitive tasks.
What do you dislike about the product?
The downside for me is that it's not very straightforward when things go wrong. Debugging takes time, especially in bigger workflows. Also, some nodes need a bit of trial and error to set up properly. It's not a deal breaker, but it can slow you down while building.
What problems is the product solving and how is that benefiting you?
For me, n8n solves the issue of connecting different systems without writing full backend logic every time. I used it to automate a multi-step process involving APIs and email, which earlier required manual steps. Now it runs in one flow, which makes things faster and more consistent.


    Renee C.

Flexible Self-Hosting for Secure, Sensitive Data Automation

  • April 22, 2026
  • Review provided by G2

What do you like best about the product?
I love the flexibility of the self-hosted version. It allowed our team to automate sensitive customer data workflows without sending that data to a third-party cloud, which was a dealbreaker for us on other platforms.
What do you dislike about the product?
What I find most challenging is the steep learning curve for non-developers. While the power is there, the UI can feel overwhelming when trying to map complex JSON data without a background in Javascript.
What problems is the product solving and how is that benefiting you?
The Problem:
I needed a way to orchestrate multiple "Tiny Agents"—specialized AI workflows that handle specific micro-tasks—without the massive overhead and cost of traditional enterprise automation platforms. Managing state, conditional branching, and API handoffs between different LLM prompts was becoming a manual coding nightmare.

The Solution & Benefits:
n8n provides the perfect "orchestration layer" for my AI agents. By using its node-based logic, I’ve been able to:

Drastically Reduce Latency: Instead of one massive, slow AI prompt, I use n8n to break tasks into smaller sub-workflows. This allows for parallel processing and much faster output.

Cost Efficiency: By self-hosting n8n, I can run complex agent loops hundreds of times a day without worrying about the "per-task" fees that usually come with cloud-based automation.

Technical Sovereignty: I’m not locked into a single AI provider. I use n8n to switch between OpenAI, Anthropic, or local LLMs via HTTP nodes instantly, depending on the task’s complexity.

The Result:
What used to take an hour of manual prompting and data "copy-pasting" is now a fully autonomous orchestration. It has turned a proof-of-concept into a reliable production tool while keeping my operational costs nearly at zero.


    Leandro L.

n8n Makes Powerful Automations Fast with Flexible Code Nodes

  • April 22, 2026
  • Review provided by G2

What do you like best about the product?
Oh, ease of use. Unlimited posibilities. Having the code nodes gives incredible flexibility to do whatever I need. What it used to take FOREVER to do with MULE like 20 years ago, now it takes you minutes to accomplish. Having so many nodes allowing you to integrate with plenty of systems is super useful. Being able to plug AI into the flow to make decisions is also super valuable.
What do you dislike about the product?
I wouldn't say I dislike something about N8N, but I have ran into issues when setting up nodes, as the documentation in Chat GPT is not accurate.
But that is not N8N's fault.
What problems is the product solving and how is that benefiting you?
Automating reports we receive by email.
Spotting errors in emails and reply back automatically.
Check information we receive by email against our backend.
Being able to send alerts on Slack whenever we identify an issue.