n8n-automations
N8N Automations
Businesses run on repetitive chores: scraping leads, chasing enquiries, sending invoices. n8n lets you build a chore as a flowchart of connected boxes that then runs itself, no code required. This is 59 such automations built and documented as importable templates, each written up honestly, faults included: one supposedly eight-stage email campaign had only its first stage actually wired up. Real, still-working account keys found in the files were stripped.
Each workflow was pulled from a live n8n instance or on-disk exports, checked for real secrets and account-identifying data, scrubbed down to generic credential placeholders, and given its own README covering what it does, its architecture, and honest limitations found by tracing the actual node graph.
Overview
A curated collection of n8n visual-workflow automations covering lead generation and scraping, AI content and video pipelines, SEO and outreach systems, CRM and booking utilities. n8n builds automations as node graphs instead of text, but the engineering is the same, chaining triggers, API calls, LLM steps, and data transforms into a working system.
Six of the 59, as node graphs
n8n builds automations visually, so a code snippet does not really show the work. These are not screenshots: each is rendered directly from that automation's real exported workflow.json, using its exact node names, types, canvas positions, and connections, colored by node role (trigger, AI/LLM, logic, action). Ranging from a 6-node utility to a 190-node content pipeline.
Key features
- Lead generation and outreach: Google Maps business scrapers, a WhatsApp AI sales lead system with a Supabase RAG knowledge base, Instagram and LinkedIn lead-enrichment pipelines, a multi-stage cold-email sequence system.
- AI content pipelines: a faceless short-form video generator, an AI avatar video pipeline chaining ElevenLabs, HeyGen, an FFmpeg API, and Submagic captioning, a 190-node social media content generator, and several SEO blog-post generators.
- Agent systems: a Telegram-triggered personal assistant that routes to four sub-agents, a RAG ingestion pipeline into a Supabase vector store, an Upwork proposal-generation pipeline with a diagram-generating sub-workflow.
- Business operations: a Cal.com booking-and-reminder CRM pipeline, a CRM-to-Stripe invoicing workflow, booking-availability microservices across Calendly and Cal.com.
- Every workflow ships as an importable JSON file plus a README, a CREDENTIALS.md listing what external accounts it needs, and a PolyForm Strict LICENSE.
Verification
Every one of the 59 folders was checked for the required README, LICENSE, and CREDENTIALS.md files, every workflow JSON was validated with a JSON parser, and the whole collection was grepped for known API-key patterns, live webhook secrets, and personal email addresses. The pass caught real, unrotated credentials in several original source files (an Instantly.ai key, a Perplexity key, two Apify tokens, a Blotato key, a Supadata key, a ScreenshotOne key, a Fathom webhook secret), scrubbed in every copy here and flagged for the agency to rotate at the source. It also surfaced real defects in the underlying automations rather than hiding them: disconnected branches, a video pipeline that never writes its result back to its own tracking sheet, an "8-stage" email sequence where only the first stage is actually wired up live.