Awesome n8n Templates

Active
GitHub Unknown NOASSERTION

Description

A curated library of 280+ free ready-to-use n8n automation templates covering Gmail, Telegram, Slack, Discord, Notion and other SaaS platform workflow scenarios.

Key Features

  • 280+ ready-made templates - covers automation scenarios across email, social, e-commerce, DevOps, AI and a dozen other domains
  • Covers mainstream SaaS - Gmail, Slack, Telegram, Discord, Notion, Airtable, HubSpot, etc.
  • Plug-and-play - each template is a complete importable JSON workflow, copy and use
  • Continuously updated - community-contributed new templates are regularly merged into main
  • Cleanly categorized - indexed by use case (sales automation, customer service bots, data sync)

Use Cases

💡 Business operations staff directly import templates, quickly build automation workflows without designing from scratch.
💡 AI engineers use templates as reference for learning n8n workflow design patterns and best practices.
💡 Developers quickly build prototypes to validate integration scenarios before custom development.

Quick Start

```bash
# Clone the repo
git clone https://github.com/enescingoz/awesome-n8n-templates.git
cd awesome-n8n-templates

# Import JSON files from templates/ in n8n
n8n import:workflow --input=templates/gmail-to-slack.json

# Fill in credentials then activate workflow
```

Related Projects