Resources

Automation Guides & Tutorials

In-depth articles covering Docker hosting setups, workflow design patterns, error handling, and n8n expressions.

$ docker-compose up -d n
📅 June 5, 2026 ⏱️ 8 Min Read

How to Host Self-Hosted n8n on Docker with SSL

A production-ready guide to deploying your self-hosted n8n instance using Docker Compose, securing it with Nginx Reverse Proxy, and setting up Let's Encrypt SSL.

Read Guide
Webhook n8n Engine Notion Discord
📅 June 2, 2026 ⏱️ 6 Min Read

Top 5 n8n Automation Workflows for Startup Growth

Discover the most effective automated workflows startups use to save up to 20 hours a week, covering lead sync, parsing emails, AI customer agents, and automated backups.

Read Guide
Parent Workflow Execute Node Sub-Workflow Respond Node
📅 May 28, 2026 ⏱️ 10 Min Read

Advanced Guide: Passing Data in n8n Sub-workflows

Learn how to scale massive n8n setups using modular sub-workflows. Understand data passing bounds, scopes, the Execute Workflow node, and error recovery methods.

Read Guide
const items = $input.all(); for (let item of items) { // Loop & process }
📅 June 7, 2026 ⏱️ 6 Min Read

Mastering Loops and Item Lists in n8n

Understand the n8n data model, list processing settings, using the Loop Over Items node, and writing custom Javascript chunking loops.

Read Guide
SSL / User Auth Enforced
📅 June 7, 2026 ⏱️ 5 Min Read

n8n Security Best Practices for Production

Essential checklist for securing self-hosted instances: enabling user management, reverse proxy SSL setups, webhook headers, and settings permissions.

Read Guide
⚠️ Error Trigger Active Workflow ID: 15 | Code: 401
📅 June 7, 2026 ⏱️ 5 Min Read

Advanced Error Handling Strategies in n8n

Design production-grade workflows using the Error Trigger node, node retry settings, Slack alerts, and automated token recovery.

Read Guide
n8n VS Node-RED
📅 June 7, 2026 ⏱️ 10 Min Read

n8n vs Node-RED: Which Automation Engine Wins?

A comprehensive guide comparing philosophy, visual builders, JSON array structures, custom coding environments, and IoT vs SaaS integrations.

Read Guide
Main Instance Redis Worker 1 Worker 2
📅 June 7, 2026 ⏱️ 12 Min Read

Scaling Self-Hosted n8n with Queue Mode and Redis

Deploy a highly available, load-balanced automation cluster using Redis queue systems, multiple background worker instances, and PostgreSQL data configurations.

Read Guide
Gmail API M
📅 June 7, 2026 ⏱️ 9 Min Read

Setup Gmail Integration in n8n Without Google Cloud Fees

A step-by-step developer tutorial detailing OAuth2 configuration, publishing status testing settings, and reading/sending mail rules.

Read Guide
🔐 Automated Key Rotation status: rotated | engine: vault
📅 June 7, 2026 ⏱️ 11 Min Read

Automating API Key Rotation Workflows with n8n & Vault

Build secure key rotation cycles. Integrate HashiCorp Vault APIs, trigger monthly cron tasks, verify updates, and configure automatic rollbacks.

Read Guide