N8n

5 tutorials

Beginner n8n 6 min

Building AI Workflows with n8n: No-Code Agent Automation

Learn how to build AI-powered automation workflows with n8n. Covers installation, AI Agent node, HTTP requests, and a complete email-to-summary workflow.

#n8n #workflow-automation #no-code
Beginner n8n 4 min

Build an AI Chatbot with Memory in n8n

Build a stateful AI chatbot in n8n with conversation memory. Step-by-step guide covering the AI Agent node, memory buffer, and webhook trigger.

#n8n #chatbot #memory
Intermediate n8n 5 min

Build a RAG Pipeline in n8n with a Vector Database

Build a RAG pipeline in n8n: ingest documents into a vector store, retrieve relevant chunks, and generate grounded answers with no code required.

#n8n #rag #vector-database
Intermediate n8n 4 min

n8n Webhook and API Automation: Connect AI to Any Service

Connect your n8n AI workflows to external services using webhooks and HTTP requests. Build real-world integrations with Slack, GitHub, Notion, and REST APIs.

#n8n #webhook #api
Intermediate n8n 3 min

n8n Self-Hosting: Production Deployment Guide

Deploy n8n in production with Docker, PostgreSQL, and proper configuration. Covers environment setup, database persistence, reverse proxy, and monitoring.

#n8n #self-hosting #docker