n8n8 templates

n8n Workflow Templates

Pre-built n8n workflows you can import directly. Each template is a real JSON file with actual node configurations. Copy the JSON, paste it into n8n, connect your credentials, and you are running.

Why n8n for workflow automation

n8n is an open-source workflow automation tool. You connect nodes visually. Each node does one thing: read email, filter data, send a Slack message, call an API. Chain them together and you have a workflow.

The templates below are real n8n JSON files. They use actual n8n node types liken8n-nodes-base.gmail, n8n-nodes-base.slack, and n8n-nodes-base.webhook. No placeholder values. Each one is a working starting point.

How to import a template

  1. 1Copy the workflow JSON from the template page.
  2. 2In n8n, go to Workflows and click Import from JSON.
  3. 3Paste the JSON. The workflow appears with all nodes and connections.
  4. 4Add your credentials (Gmail, Slack, etc.) to each node that needs them.
  5. 5Activate the workflow.

All n8n templates

Common use cases

Email automation

Read Gmail on a schedule, filter by sender or keyword, forward digests to Slack or Discord.

Webhook processing

Receive webhooks from any service, transform the payload, route it to the right destination.

Data sync

Keep data in sync between services. Pull from one API, push to another on a schedule.

Notifications

Monitor events and send alerts. GitHub PRs to Discord, form submissions to Slack, uptime checks to email.

Looking for more?

The Runbooks marketplace has 97+ templates across n8n, OpenClaw, LangChain, Make.com, and AutoGPT. Browse by framework or category.

Browse all templates →

Quick facts

Frameworkn8n
File typeworkflow.json
Import methodJSON paste
Templates8
CostFree (self-hosted n8n)