Skip to main content

n8n Workflow Gallery

Download ready-to-use n8n workflows for DevOps, CI/CD, Git automation, and more. Copy or download JSON files and import directly into your n8n instance.

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
#

  1. Click the Copy button on any workflow card
  2. In n8n, go to WorkflowsAdd Workflow
  3. Click the menu (⋮) → Import from JSON
  4. Paste the copied JSON

Option 2: Download File
#

  1. Click View on a workflow card
  2. Click Download in the modal
  3. In n8n, go to WorkflowsAdd Workflow
  4. Click the menu (⋮) → Import from file
  5. 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.