n8n
n8n.ioExternal reviews
267 reviews
from
and
External reviews are not included in the AWS star rating for the product.
n8n’s Flexible Integrations Streamlined Our Ad Creation Automation
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.
Unlimited Usage with the Self-Hosted Version
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.
n8n: Powerful, Flexible Self-Hosted Automation Backbone for Client Workflows
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.
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.
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.
Flexible Self-Hosting for Secure, Sensitive Data Automation
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.
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.
n8n Makes Powerful Automations Fast with Flexible Code Nodes
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.
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.
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.
Effortless Task Automation with AI-Powered Agents in n8n
What do you like best about the product?
It helps me automate most of my day-to-day tasks by creating agents. It’s easier to use than other no-code automation platforms. I can also add the OpenAI or Claude API to make it AI-powered, which helps eliminate a lot of my manual work.
What do you dislike about the product?
I don’t have anything to dislike about n8n, and nothing has felt like a drawback so far. It’s been working well for me and doing a good job.
What problems is the product solving and how is that benefiting you?
It helps me build automation across day-to-day operations, and it has also improved our team’s productivity as a lean team.
Flexible Workflow Automation With Seamless App Integrations
What do you like best about the product?
Its flexibility to automate complex workflows with minimal code while integrating seamlessly with countless apps.
What do you dislike about the product?
The learning curve can be steep for beginners when building more complex workflows.
What problems is the product solving and how is that benefiting you?
n8n automates repetitive tasks and connects multiple tools into one workflow, saving me time, reducing manual errors, and improving overall efficiency.
Easy, Powerful AI Automation with Huge Potential
What do you like best about the product?
It offers all the potential for AI-driven automation in the easiest way.
What do you dislike about the product?
Too many updates happen so quickly that I constantly feel out of version.
What problems is the product solving and how is that benefiting you?
It helps automate processes, add intelligence later, and build a solid architecture.
Simple and Powerful Integration with n8n
What do you like best about the product?
I love how easy it is to work with and implement n8n, and the huge number of integrations that are already native make using the tool easier. However, what I like the most is being able to implement OnPremise. The initial setup was absolutely simple and smooth.
What do you dislike about the product?
Absolutely nothing, I like everything very much.
What problems is the product solving and how is that benefiting you?
I use n8n to interconnect tools and automate routine events with the integration of agents with AI, which makes our work easier.
n8n Delivers Powerful Control and Flexible Self-Hosted Automation
What do you like best about the product?
What I like most about n8n is the amount of control it gives me compared to typical automation tools. The visual workflow builder is straightforward to follow, yet it still lets you add custom logic, write code, and make API calls whenever you need to.
Being able to self-host it is a major advantage, especially for privacy and keeping costs under control. Overall, it feels more flexible than tools like Zapier when I want to build more complex workflows.
Being able to self-host it is a major advantage, especially for privacy and keeping costs under control. Overall, it feels more flexible than tools like Zapier when I want to build more complex workflows.
What do you dislike about the product?
The main downside is that it has a learning curve, especially if you’re not familiar with APIs or workflow logic. Setting up more advanced automations can take time.
What problems is the product solving and how is that benefiting you?
n8n helps solve the problem of repetitive manual tasks across different tools by letting me automate workflows such as data syncing, notifications, and integrations between apps. This benefits me because it saves time and reduces the need to manually manage the same repetitive processes over and over.
showing 1 - 10