n8n
n8n.ioExternal reviews
234 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Build Smarter Workflows: My Experience with n8n Automation
What do you like best about the product?
Open source & self hostable – Full control and cost savings.
Supports complex logic – Built-in IF conditions, loops, and JavaScript function nodes.
Wide integration support – Connects with APIs, databases, CRMs, and cloud tools.
Visual flow builder – Intuitive drag-and-drop interface for creating workflows.
Active community – Regular updates and strong developer support.
Supports complex logic – Built-in IF conditions, loops, and JavaScript function nodes.
Wide integration support – Connects with APIs, databases, CRMs, and cloud tools.
Visual flow builder – Intuitive drag-and-drop interface for creating workflows.
Active community – Regular updates and strong developer support.
What do you dislike about the product?
UI can get cluttered with large workflows – hard to manage without grouping or collapse options.
Debugging complex flows is tricky – Needs better logging or node-level run insights.
Execution performance on large data sets can be slow in some cases.
Debugging complex flows is tricky – Needs better logging or node-level run insights.
Execution performance on large data sets can be slow in some cases.
What problems is the product solving and how is that benefiting you?
More Control: Can build highly customized workflows with conditionals, retries, error handling, and custom code.
Cost Efficiency: Self-hosting eliminates subscription costs and gives freedom to scale without worrying about usage limits.
Faster Iteration: Visual interface and modular node-based design speed up development and testing of automations.
Better Collaboration: Versioning and JSON export make it easy to share workflows across teams.
Full Visibility: Execution logs, node-by-node data views, and built-in debugging tools simplify troubleshooting.
Cost Efficiency: Self-hosting eliminates subscription costs and gives freedom to scale without worrying about usage limits.
Faster Iteration: Visual interface and modular node-based design speed up development and testing of automations.
Better Collaboration: Versioning and JSON export make it easy to share workflows across teams.
Full Visibility: Execution logs, node-by-node data views, and built-in debugging tools simplify troubleshooting.
AI automation for the lazy project manager
What do you like best about the product?
Unbelievably easy to use for a non-developer project manager.
n8n has allowed me to quickly (I mean one evening) build a couple of AI powered workflows to capture and process audio transcripts from the day, produce meeting notes, identify risks, produce status reports.
Bloody amazing.
OK I started with n8n cloud and Claude, but with a bit of Claude help I'm now running on my little MacMini with Ollama and MongoDB.
AI automation for us mere mortals.
But yesterday I was on a call with Deloitte and they were recommending n8n for AI based web scraping.
n8n has allowed me to quickly (I mean one evening) build a couple of AI powered workflows to capture and process audio transcripts from the day, produce meeting notes, identify risks, produce status reports.
Bloody amazing.
OK I started with n8n cloud and Claude, but with a bit of Claude help I'm now running on my little MacMini with Ollama and MongoDB.
AI automation for us mere mortals.
But yesterday I was on a call with Deloitte and they were recommending n8n for AI based web scraping.
What do you dislike about the product?
All good really, no downsides I've found so far.
What problems is the product solving and how is that benefiting you?
Automating routine project management admin and day to day tasks?
Saves Me a Significant Amount of Time
What do you like best about the product?
It's production ready and works reliably. Also it integrates well with a great number of other platforms.
What do you dislike about the product?
There isn't much in the software to assist with what amounts to a moderate learning curve.
What problems is the product solving and how is that benefiting you?
n8n acts as platform for Q&A regarding topics in my industry, in real time, which assists me in quickly addressing issues and generating ideas. It also helps me process documents into vector databases reliably. My prior platform was error prone. Business document review also happens more seamlessly due to its ability to use AI models to perform this task and report via a separate front end interface. All in all, it saves me significant amounts of time.
Powerful open source workflow automation with developer-friendly flexibility
What do you like best about the product?
I’ve been using n8n for workflow automation across multiple projects. It stands out as a comprehensive solution that balances no-code simplicity with full developer control. The platform works as a node-based workflow builder, where each automation step is a distinct node that connects to form complex automation sequences.
n8n delivers a visual workflow editor that works consistently across different complexity levels. The node-based architecture handles data transformation efficiently, allowing workflows to branch, merge, and process information through multiple pathways simultaneously. The platform supports JavaScript and Python code execution directly within workflows, which functions seamlessly when custom logic becomes necessary.
The self-hosting capability operates reliably, giving complete control over data processing and infrastructure management. This works particularly well for organizations with specific security requirements or those wanting to avoid vendor lock-in.
AI integration capabilities work effectively, supporting connections to OpenAI, Anthropic, and other AI services. The platform handles API authentication smoothly and manages environment variables securely across different deployment scenarios.
n8n delivers a visual workflow editor that works consistently across different complexity levels. The node-based architecture handles data transformation efficiently, allowing workflows to branch, merge, and process information through multiple pathways simultaneously. The platform supports JavaScript and Python code execution directly within workflows, which functions seamlessly when custom logic becomes necessary.
The self-hosting capability operates reliably, giving complete control over data processing and infrastructure management. This works particularly well for organizations with specific security requirements or those wanting to avoid vendor lock-in.
AI integration capabilities work effectively, supporting connections to OpenAI, Anthropic, and other AI services. The platform handles API authentication smoothly and manages environment variables securely across different deployment scenarios.
What do you dislike about the product?
The learning curve becomes steep when building complex workflows with multiple branches and conditions. While the visual interface helps initially, workflows with numerous nodes can become overwhelming and difficult to navigate.
What problems is the product solving and how is that benefiting you?
n8n eliminated the need for custom API integration scripts across our development stack. We replaced dozens of one-off Python scripts and webhook handlers with standardized workflows that execute JavaScript and Python code directly within the automation platform. This consolidated approach reduced our integration codebase by approximately 60% while maintaining full programmatic control.
Powerful workflow automation platform for developers and non-tech users
What do you like best about the product?
What I love most about n8n is its visual workflow builder combined with the flexibility of JavaScript for advanced logic. It’s incredibly easy to connect APIs, build multi-step automations, and manage data flows across platforms. The open-source model gives full control over hosting and privacy, which is a huge advantage. It saves our team hours every week by automating repetitive tasks like syncing CRM data, processing webhooks, and sending notifications.
What do you dislike about the product?
While n8n is powerful, the UI can become overwhelming in complex workflows with many nodes. Sometimes debugging workflows requires manual effort because of limited error detail in certain nodes. Also, managing credentials for multiple environments could be more streamlined. However, the community is active, and most limitations have workarounds.
What problems is the product solving and how is that benefiting you?
n8n helps me automate repetitive tasks across different platforms without writing full-blown backend code. For example, I’ve used it to integrate Shopify, Google Sheets, and custom APIs to create real-time reporting dashboards and auto-notification systems. It eliminates the need for manual data entry, reduces human error, and frees up hours of work each week. The flexibility to run self-hosted gives me better control over security and performance, especially when handling client data.
Versatile, secure automation for APIs and AI—n8n does it all
What do you like best about the product?
n8n offers powerful flexibility: visual workflow building combined with the ability to write custom JavaScript/Python logic. It’s excellent for backend API automations—I've built webhook endpoints with authentication, JWT, and dynamic REST routes all within n8n.
Its AI integrations, especially via the OpenAI node, have been indispensable. I automatically call GPT‑4 models for text generation, summarization, and classification, then trigger follow-up API steps—all within the same workflow.
Self-hosting ensures full control over data and credentials, with robust encryption and auditing support.
Its AI integrations, especially via the OpenAI node, have been indispensable. I automatically call GPT‑4 models for text generation, summarization, and classification, then trigger follow-up API steps—all within the same workflow.
Self-hosting ensures full control over data and credentials, with robust encryption and auditing support.
What do you dislike about the product?
n8n is a bit raw around the edges for advanced users. Deploying and managing self-hosted workflows requires some DevOps skills (Docker, Postgres, Redis)—and debugging complex flows or handling verbose API errors can get messy . Certain enterprise features—like folder organization, scoped project sharing, or seamless SSO—are gated behind paid plans. While the AI nodes are great, latency can creep in when calling local models via HTTP, requiring monitoring and tuning
What problems is the product solving and how is that benefiting you?
n8n solves key operational challenges—automating complex API workflows, integrating AI tasks directly into your processes, and giving you full control over data with self-hosting and encryption. For you, this means faster automation across services, secure AI-enhanced logic (like translations and summaries), and cost-effective scalability—all managed visually without heavy coding.
Excellent experience!
What do you like best about the product?
I have recently been introduced to n8n and I am loving it.
Clear navigation
Multitude of things to do
Clear navigation
Multitude of things to do
What do you dislike about the product?
I can't seem to be able to delete a workflow. I used to be able until recently.
What problems is the product solving and how is that benefiting you?
I am currently learning n8n and its tools. My goal is to be able to automate aspects of everyday life and build AI Agents.
I can automate most of unwanted job such secretaty activities
What do you like best about the product?
Simple workflow can use them locally or on a server. The best is automation of workflow made cheap and accessible for all
What do you dislike about the product?
Hard to use locally when you need a https url to communicate with apps like telegram or others. Locally testing with Chat is okay when you don't have any budget
What problems is the product solving and how is that benefiting you?
I don't like creating ticket from users email so I created a workflow to tdo the job for me. Specially connected outlook to jira was made with no cost.
Its amazing, the fact that we can self host it and have almost no limits
What do you like best about the product?
Well everything, its self hosted, we can create as many flows as the VPS allows. Can be connected to almost anything. Its great. I use it everyday and i also haev installed it to other people free of charge just so that they all can use it.
What do you dislike about the product?
Nothing really its really nice, there are frequent update which fixes the issues that might be there.
What problems is the product solving and how is that benefiting you?
Automation and also things that i used to do manualy i can do them with n8n and i dont have to pay expensive subsription to do it.
N8N Rocks!!!
What do you like best about the product?
I have been building agentic workflows with python for a while... its always time consuming...with N8N im able to build VERY fast POCs and if they work then transfer them into enterprise level code...with all my learnings in my pocket. I love it!
What do you dislike about the product?
not easy to attached to front end products for building proper POC's
What problems is the product solving and how is that benefiting you?
Fast workflows, experimentation.
showing 101 - 110