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
- 1Copy the workflow JSON from the template page.
- 2In n8n, go to Workflows and click Import from JSON.
- 3Paste the JSON. The workflow appears with all nodes and connections.
- 4Add your credentials (Gmail, Slack, etc.) to each node that needs them.
- 5Activate the workflow.
All n8n templates
n8n: Email Digest to Slack
Poll Gmail every 15 minutes. Filter by label or sender. Post a digest to a Slack channel.
n8n: GitHub PR to Discord
Webhook listener for GitHub PR events. Posts formatted notifications to a Discord channel.
n8n: Gmail to Slack Automation
Reads Gmail on a schedule, filters important emails, and forwards digests to Slack.
n8n: Webhook Data Sync
Receives data via webhook, transforms it, and syncs to an external API endpoint.
n8n: Slack Notification Pipeline
Webhook-triggered Slack notifications with severity filtering and channel routing.
n8n: Webhook Processor
Generic webhook processor with conditional routing, data transformation, and HTTP forwarding.
n8n: Web Scraper to Sheet
Scrapes a list of URLs on a schedule, extracts key data, and posts results to Slack.
n8n: Lead Scoring Workflow
Scores incoming leads from a webhook, applies rules, and routes hot leads to Slack.
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 →