Skip to content

Latest commit

 

History

50 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n Templates — by Paolo Ronco

A curated collection of ready-to-use n8n templates for automation, data extraction, integrations, and notification systems. Each template ships with a complete importable workflow, a setup guide, and supporting assets.

Available on GitHub Available on Gitea

n8n Templates

  • Free templates — fully documented, ready to import.
  • Paid templates — production-grade, end-to-end automations.
  • My n8n Creator profile: n8n.io/creators/paoloronco

Repository structure

Show structure
n8n-templates/
├── free-templates/
│   ├── 1-amazonluna-fetch/
│   ├── 2-SaveInvoices/
│   ├── 3-Certification-Creation&Validation/
│   ├── 3a-Certification-Creation&Validation With PDF Templates/
│   ├── 4-RSS_News_Tech/
│   ├── 5 v1 -online_menu-push_notifications/
│   ├── 5 v2 online_menu-push_notifications-homeassistant-TTS/
│   ├── 5 v3 online_menu-push_notifications-homeassistant-TTS-BACcalculation/
│   └── 6 Sync n8n schedule to GoogleCalendar/
├── paid-templates/
│   ├── 1 - WordPress AI VoiceOvers with Google Cloud/
│   ├── 2 - AI News - Social Publishing Automation/
│   ├── 3 - Reliable Backup & Sync Execution Validation (Log-Driven)/
│   └── 4 - WordPress AI Chatbot/
└── README.md

Each template folder typically contains the workflow JSON, a README.md setup guide, an assets/ directory, and — where relevant — additional docs/ or supporting files.


Free templates

1. Amazon Luna — Fetch "Included with Prime" games and notify

Automatically fetch and maintain an updated catalog of Amazon Luna "Included with Prime" games. Queries Amazon's official Luna endpoint, extracts the full metadata, and syncs it into Google Sheets without duplicates — then notifies you of changes.

2. Save Invoices

Fetches invoice emails from your ISP or utility provider, downloads the attached PDF, stores it in Google Drive (or FTP/SFTP), extracts the invoice details with AI, and logs everything into Google Sheets.

3. Certificate Creation & Validation

A complete end-to-end digital certification system: it automates the full lifecycle of a certificate — creation, PDF generation, and verification via API or a user-friendly HTML page.

3a. Certificate Creation & Validation — with PDF Templates

The evolved version of template 3. Instead of generating PDFs from raw HTML, it uses PDF Generator API templates for a cleaner, more maintainable, and more scalable approach.

Key differences from the HTML version:

Recommended for new implementations. The HTML-based version is kept for backward compatibility and educational purposes.

4. Tech News Digest — RSS → AI → Email

Collects, filters, deduplicates, summarizes, and delivers a daily briefing on technology, AI, and cybersecurity. It ingests ~25 curated RSS feeds, normalizes and caps each source, and uses a resilient multi-model AI chain (OpenAI primary, Gemini fallback, deterministic renderer) to produce a concise HTML newsletter, delivered to a subscriber list via SMTP.

Files: News_Tech_EN.json (workflow), readme.md (GitHub setup guide), readme-n8n.md (n8n marketplace description), Assets/ (workflow diagram).

5 v1. Online Menu — Push notifications from customer orders

Receive instant push notifications whenever a customer places an order on your menu website — powered by n8n and a self-hosted ntfy.sh instance. No third-party notification APIs, no paid plans. Includes a ready-to-host static menu website with a customer order page and a password-protected admin panel.

5 v2. Online Menu — Push notifications + Home Assistant voice announcements

Extends 5 v1: receive a push notification and trigger a voice announcement on your Google Home every time an order comes in — powered by n8n, ntfy.sh, and Home Assistant TTS. Fully self-hosted, no cloud TTS fees.

5 v3. Online Menu — Push notifications + Home Assistant TTS + BAC tracking

Extends 5 v2 with Blood Alcohol Concentration (BAC) logic on top of push notifications and Home Assistant TTS announcements.

6. Sync n8n schedules to Google Calendar

Reads every workflow on your n8n instance every 30 minutes, extracts their schedule triggers, and keeps a matching recurring event on Google Calendar — one event per workflow, always in sync.


Paid templates

1. WordPress → AI VoiceOver Automation

Transforms WordPress articles into multilingual, human-sounding audio, powered by n8n, OpenAI, Google Cloud Text-to-Speech (Long Audio), and Google Sheets. Handles text cleaning, translation, long-form TTS generation, WordPress publishing, and status tracking — fully automatic and production-ready.

2. AI News — Social Publishing Automation

Collects the latest news from any topic via RSS feeds, analyzes it with AI, and automatically produces ready-to-post Instagram content — title, caption, and AI-generated image. Ideal for creators and brands that want consistent, on-trend social channels without manual content drafting.

3. Reliable Backup & Sync Execution Validation (Log-Driven)

Monitors filesystem sync and backup jobs by validating their execution logs — not by running or inspecting the jobs themselves.

Design principles:

After purchase you receive the workflow.json, reference sync-job shell script templates that generate compatible logs, and complete setup documentation.

4. WordPress AI Chatbot

A production-ready AI chatbot for WordPress sites using n8n, a vector database, and OpenAI. Provides semantic search across your content with Retrieval-Augmented Generation (RAG).

Buy on Gumroad n8n Shop

Folder: /paid-templates/4 - WordPress AI Chatbot · Video: YouTube walkthrough

Key capabilities

  • No coding required — import workflows and configure.
  • Semantic search using vector embeddings (Qdrant or MongoDB Atlas).
  • Built-in authentication and GDPR-compliant logging (SHA3-256 IP hashing).
  • Multilingual support (English and Italian, extensible).
  • Works with the free tiers of all required services.

Features

  • Intent classification — routes queries between small talk, content search, and optional profile/skills lookups.
  • Semantic search — meaning-based retrieval with Cohere reranking and intelligent document chunking.
  • Security — bearer-token webhook auth, input sanitization, server-side API key management, HTTPS-only.
  • User experience — responsive chat UI, simple [wp_ai_chatbot] shortcode, customizable styling, mobile-optimized.

Requirements

  • n8n (self-hosted or cloud).
  • A basic understanding of nodes and credentials.
  • Service-specific credentials depending on the template — e.g. Google APIs, OpenAI/Gemini, SMTP, ntfy.sh, or bot tokens. Each template's README lists exactly what it needs.

How to use a template

  1. Open n8n.
  2. Import the workflow JSON of your chosen template.
  3. Configure the required credentials.
  4. Read the template's README (and any docs/ files) for advanced configuration.
  5. Run once manually, then enable the schedule or trigger.

Useful links

About

Maintained by Paolo Ronco. Templates aim to be modular, clean, easy to customize, and production-ready.

To contribute, suggest ideas, or request new templates, open an issue. If these templates help you, consider starring the repository — more are on the way.

About

Collection of ready-to-use n8n templates for automations, data fetching, notifications, and integrations. Includes free workflows, detailed guides, and modular components for building powerful automations quickly.

Topics

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages