n8n Workflow Gallery
Ready-to-use automation workflows. Copy or download and import directly into n8n.
What is n8n?
n8n is a powerful workflow automation tool that lets you connect apps and automate tasks. It’s open-source, self-hostable, and offers a visual workflow builder.
How to Use These Workflows
Option 1: Copy JSON
- Click the Copy button on any workflow card
- In n8n, go to Workflows → Add Workflow
- Click the menu (⋮) → Import from JSON
- Paste the copied JSON
Option 2: Download File
- Click View on a workflow card
- Click Download in the modal
- In n8n, go to Workflows → Add Workflow
- Click the menu (⋮) → Import from file
- Select the downloaded JSON file
Workflow Categories
VCS & Git
Automate your version control workflows:
- Automatic commits when files change
- Create PRs from Slack commands
- Security alerts for branch protection changes
DevOps & CI/CD
Streamline your deployment pipeline:
- Trigger CI/CD from any event
- Beautiful deployment notifications
- Alert routing and escalation
General Automation
Productivity boosters:
- Clean up inactive Slack channels
- Forward important emails to Slack
- Scheduled backups to cloud storage
Prerequisites
Most workflows require:
- An n8n instance (self-hosted or n8n Cloud)
- API credentials for connected services
- Webhook endpoints (for trigger-based workflows)
Contributing
Have a useful workflow to share? We welcome contributions! Each workflow should include:
- Clear description of what it does
- List of prerequisites
- Proper error handling
- Comments explaining complex logic
FAQ
Are these workflows free to use?
Yes! All workflows are provided under the MIT license. Use them in personal or commercial projects.
Do I need n8n Cloud?
No, these workflows work with both self-hosted n8n and n8n Cloud.
Can I modify the workflows?
Absolutely! These are starting points. Customize them to fit your specific needs.
How do I report issues?
If you find a bug or have suggestions, please open an issue on our GitHub repository.