n8n Templates — Free Downloadable Workflows
Free n8n templates for AI agents, lead gen, cold email, voice agents, video pipelines, and social media. JSON and ZIP imports for Cloud and self-host. +20% worldwide.
n8n templates is one of the fastest-growing automation queries (+20% worldwide). The term overlaps with n8n workflows — both refer to importable, pre-built automations. We use "templates" for stripped-of-credentials starter graphs and "workflows" for the running thing inside your n8n instance.
What makes a good n8n template
- Clear input contract. The trigger node and its expected payload are documented.
- Credential placeholders. No hardcoded API keys; every credential node is flagged on import.
- Error handling. At least one explicit error workflow or retry branch.
- Comments inside the workflow. Sticky notes explaining non-obvious branches.
- Idempotency where possible. Re-running should not double-send emails or double-charge.
Template categories on n8n.gjam.in
- AI Agents — LLM + tool-calling workflows
- Lead Generation — Apify, LinkedIn scrape, enrichment
- Email & Outreach — cold email, newsletters, Loom-style
- Video & Avatar — HeyGen, ElevenLabs, Veo pipelines
- Voice Agents — call automation and TTS
- Social Media — IG/FB sales, multi-channel posting
- Onboarding — premium client welcome flows
- Chat Bots — support and lead qualification
How to use a template safely in production
- Import into a staging n8n instance first.
- Connect sandbox credentials, not production keys.
- Run manually with sample data — verify each node's output.
- Stress-test edge cases (empty payload, malformed input, API error responses).
- Add monitoring: at minimum, an error workflow that posts failures to Slack or email.
- Promote the workflow to production via the n8n API or export/import.
- Activate triggers and watch the first 24 hours of executions closely.
Template vs workflow vs scenario — what to call it
The vocabulary differs slightly across tools:
- n8n: "workflow" (running) and "template" (starter export)
- Zapier: "Zap" and "Zap template"
- Make: "scenario" and "scenario template"
If you are migrating, see n8n vs Zapier and n8n vs Make.
All free templates
Sorted by date added; newest first.
Veo 3 + Nano Banana
Video generation pipeline combining Veo 3 and Nano Banana nodes in n8n.
Nano Banana AI Agent
Lightweight AI agent workflow using Nano Banana integrations for creative automation.
Voice Agent
Voice AI agent workflow for calls, speech recognition, and automated responses in n8n.
Lead Gen Systems
End-to-end lead generation system with multiple sub-flows for scraping, scoring, and routing.
Premium Onboarding Agent
Premium client onboarding sequences with tasks, emails, and checklist automation in n8n.
ElevenLabs + HeyGen Video Gen
n8n workflow connecting ElevenLabs voice synthesis with HeyGen avatar video generation.
Social Media Manager
Plan, draft, and schedule social posts across channels with n8n automation.
Loom Outreach Agent
Personalized Loom-style video outreach automation with AI scripts and send tracking.
Lead Gen with Apify
Large-scale lead generation workflow using Apify actors, enrichment, and sheet export in n8n.
Sales Agent (Instagram & Facebook)
Social DM sales agent for Instagram and Facebook with AI replies and lead capture.
Cold Email Agent
AI-powered cold email sequences with personalization and send-ready drafts in n8n.
Newsletter Agent
AI newsletter drafting, formatting, and send-prep workflow for n8n creators and marketers.
Chat Bot Agent
Customer-facing chat bot workflow with memory, tools, and escalation paths for n8n.
Lead Scraper Agent
AI-assisted lead scraping workflow with validation and deduplication for n8n.
Cold Email Workflow (JSON)
Importable n8n JSON workflow for structured cold email automation without a ZIP wrapper.
Scrape LinkedIn Workflow
LinkedIn prospect scraping workflow with export to sheets for n8n outreach pipelines.
Avatar Agent Workflow
Generate avatar scripts and video-ready outputs with an AI agent workflow for n8n.
Script Generator
AI script generator for short-form video, ads, and avatar content in n8n.
Frequently asked questions
- What are n8n templates?
- Pre-built workflow graphs you import and customize in n8n. Templates save hours versus building from a blank canvas because they include the node wiring, error handling, and integration scaffolding.
- Are n8n templates free?
- Every template on n8n.gjam.in is free. The official n8n template hub is also free. Some marketplaces (and YouTube creators) sell premium template packs — most use cases are well covered by free options.
- How do I import an n8n template?
- Download the JSON or ZIP from the template page. In your n8n instance go to Workflows → Import from File and select the downloaded file. Connect credentials, run manually once, then activate triggers.
- Can I sell workflows built from these templates?
- You can deliver client work using modified versions of our templates. You cannot resell the unmodified JSON files as a paid template product — see our Terms of Use.