Quantcast
Channel: Tips & Tricks - n8n Community
Browsing latest articles
Browse All 208 View Live

Image may be NSFW.
Clik here to view.

N8n Chat Interface WebApp as workflow with Vue3

workflow to copy and paste: gist.github.com https://gist.github.com/BananaAcid/42d70af44ae5e52f4a195affef855acc Readme.md Complete chat WebApp in n8n...

View Article


Exploring Multi-Agent Patterns in n8n Using MCP Triggers & Clients (Without...

Hello Everyone! I’ve been seeing a lot of questions pop up lately about AI agents, multi-agent orchestration, and how to wire these things together inside n8n. Most folks jump straight to webhooks,...

View Article


N8n self-hosted - sequential execution with third party tool - minimal setup...

the problem: you want n8n concurrency but not for all workflows. you run self-hosted on a low power machine to which you have CLI access. you want to minimize the amount of containers you use....

View Article

Image may be NSFW.
Clik here to view.

I built a real-time dynamic knowledge base using MCP-RAG server and...

In the era of rapidly evolving AI applications, the need for systems that can combine static domain knowledge with real-time web information has never been greater. Traditional retrieval-augmented...

View Article

Image may be NSFW.
Clik here to view.

Workflow template to parse and unify email attachments for AI processing

Hi everyone! I’m working on a workflow where I receive emails with various types of attachments — PDFs, images, XML, Word docs, Google Docs, etc. I want to process the content of these attachments...

View Article


N8n with SQLite, PostgreSQL, or Supabase: Three Installation Options Compared

We all know it: n8n is your ticket to the world of workflow automation, but the installation can sometimes cause more headaches than assembling IKEA furniture without instructions. That’s why I’ve...

View Article

LIVE in 5 mins: n8n at SCALE: Office Hours for Scaling Teams & Enterprises

Should be some amazing content, don’t miss out!! n8n at SCALE: Office Hours for Scaling Teams & Enterprises 1 post - 1 participant Read full topic

View Article

Image may be NSFW.
Clik here to view.

Automate creation of n8n workflows via Agents

Automating n8n Workflow Creation via Agents (Local Setup) I’m currently exploring how to automate the creation of n8n workflows using Agents in my locally hosted setup. While n8n is powerful, it...

View Article


Image may be NSFW.
Clik here to view.

🔐 How I Secured My n8n Instance with Cloudflare Zero Trust (No Open Ports, No...

Hey everyone, I wanted to share how I’ve locked down my self-hosted n8n instance using Cloudflare Tunnel and Zero Trust access control. This setup is what many enterprise companies use, but it’s...

View Article


Image may be NSFW.
Clik here to view.

Você tá perdendo lead do Facebook por não fazer isso no N8n (Facebook...

Tá rodando tráfego com o formulário do Facebook? Mas você sabia que dá pra integrar com o N8n e receber esses leads direto no seu sistema? E a partir daí, enviar pro CRM, jogar numa planilha,...

View Article

Image may be NSFW.
Clik here to view.

How to setup n8n on a Raspberry Pi 5 (local setup)

After trying out the 14-day n8n cloud trial, I was impressed by what it could do. When the trial ended, I still wanted to keep building workflows but wasn’t quite ready to host in the cloud or pay for...

View Article

Image may be NSFW.
Clik here to view.

Turn Your Local n8n Into a Production Powerhouse with Docker & ngrok...

Hey n8n community! I recently wrote a blog post about transforming a local n8n setup into a production-ready automation hub using Docker and ngrok—all without spending a penny on cloud hosting. The...

View Article

Image may be NSFW.
Clik here to view.

Ultimate n8n Dev Container (with Debugging, Monitoring & Observability)

Hey n8n fam , I wanted to share my Docker-based full dev container setup I’ve been building to make working with n8n smoother, especially when working with queues, databases, and performance tuning....

View Article


Image may be NSFW.
Clik here to view.

N8n Kubernetes Operator

Hi all. It is a pleasure to join this community. N8n is a great app! I have been working on something that would allow me to deploy N8n in my Kubernetes cluster. I wrote N8n Kubernetes Operator....

View Article

Image may be NSFW.
Clik here to view.

New Tutorial & Template - MS Teams Meeting Analysis

We’ve built an automation with n8n that handles everything after a Microsoft Teams meeting finishes. The web app analysis includes a full summary, key takeaways, decisions made, and clear action items...

View Article


'AI Scraper' node for n8n and how to use it (VIDEO)

Hi guys, check out the node we at Parsera developed for web data extraction! • Our ‘AI Scraper’ is one of the first nodes in the new n8n Community Nodes program. Look it out how easily you can use it...

View Article

Zoom with only scroll wheel and right mouse to pan!

I made an AutoHotkey script(Windows Only) that allows zooming the graph with only the scroll wheel instead of Ctrl+Scroll Autohotkey V2 Download The only caveat is that you need to hold Ctrl if you...

View Article


Pinecone now supports delete-by-metadata in Serverless indexes

Happy to let everyone know that Pinecone now supports delete-by-metadata in Serverless! 1 post - 1 participant Read full topic

View Article

Image may be NSFW.
Clik here to view.

API ERROR NOT N8N

Bug Description Hello, I’m experiencing an issue with my own {POST} API. When I try to send a request to my internal API through n8n, it returns an error. However, when I use Postman as a testing...

View Article

Image may be NSFW.
Clik here to view.

Solving "Can't Connect to the MCP Server" Error in n8n on CapRover

Solving “Can’t Connect to the MCP Server” Error in n8n on CapRover Context I encountered the “can’t connect to the MCP server” error in n8n while running it on a CapRover deployment. Specifically, I...

View Article

Image may be NSFW.
Clik here to view.

🚀 I Built an MCP Server That Makes Claude an n8n Expert - Here's How It...

Claude Desktop Can Now Build Perfect n8n Workflows - Thanks to MCP Hey n8n community! TL;DR: I built an MCP server that gives Claude Desktop complete, up-to-date knowledge of all 525 n8n nodes. That...

View Article


Image may be NSFW.
Clik here to view.

I fixed n8n’s biggest frontend pain: live steps tracking

Let’s be real: n8n is a beast when it comes to backend workflows… But once you trigger a webhook from your frontend, you’re completely blind. Did Step 1 finish? Is Step 3 stuck? Final output ready? No...

View Article


Loops in Loops without Subworkflow

As I couldn’t find an answer that Loops in Loops are possible without subworkflow, I wanted to share the solution we came up with to make that possible: After inside Loops are done, set reset=true via...

View Article

Image may be NSFW.
Clik here to view.

AI Workflow Generator - Create n8n workflows from plain English

hey everyone! so i’ve been building a workflow generator for my own use - i really want to build workflows but don’t have much time to learn n8n. i know there’s a TON of these lately, but since i’m...

View Article

Find and Create-If-Necessary via REST API

Simple Approach - find/get → if (missing) → create At first it seems like the logic to branch and create a “record” should be simple and straightforward as: Find (REST GET) if exists, continue, else...

View Article

Browsing latest articles
Browse All 208 View Live