Mastering Brevo List Management in n8n via API Learn how to manage Brevo lists in n8n using the API. This guide covers creating, updating, deleting lists, and managing contacts with custom HTTP Request nodes.
Scaling to Thousands of Items: Building a Vector-Powered AI Agent Part 2 of our AI Inventory series. Learn how to use Supabase and pgvector to build a high-performance RAG system for large inventories in n8n.
Build Your Own AI Sales Assistant: The Simplest Inventory Agent Learn how to create a DIY AI agent that queries your Google Sheets inventory. Perfect for small businesses and home labs using n8n, Google Gemini, and conversational memory.
Flexible Web Scraping with n8n: A Configurable, Multi-Page Template Learn to build a powerful, multi-page web scraper in n8n. Use a single JSON input to configure fields and pagination, creating a flexible, reusable data extraction template.
The No-Code Evolution: Base64 Encoding Multiple Files in n8n (Part 2) An updated, code-free guide to converting multiple binary files to Base64 strings using native n8n nodes. Replaces the previous custom Code node solution.
A Fun Project: Building an Iterative Fibonacci Generator in n8n Build an iterative Fibonacci sequence generator in n8n. This fun, low-code project uses a loop of Switch and Set nodes to solve a classic problem.
Asynchronous n8n Workflows: A Parallel Processing POC Achieve parallel processing in n8n. Learn to use a powerful asynchronous workflow pattern for long-running tasks with this detailed POC.
Taking Website Screenshots in n8n: A Review of Three Services Automate website screenshots with n8n! Compare three services—ScraperAPI, Scrapingdog, and ScreenshotOne—on features, pricing, and performance.
Build a Simple REST API in 10 Minutes with n8n & Google Sheets Build your own no-code REST API with n8n and Google Sheets. This guide shows you how to use Webhooks and Google Sheets nodes for powerful CRUD operations.
From Binary to Base64: A Guide to File Encoding in n8n Workflows A guide on how to convert binary files to Base64 encoded strings in n8n workflows, handling both single and multiple files with a Code node.