n8n Workflow Gallery

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.

  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
  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

Automate your version control workflows:

  • Automatic commits when files change
  • Create PRs from Slack commands
  • Security alerts for branch protection changes

Streamline your deployment pipeline:

  • Trigger CI/CD from any event
  • Beautiful deployment notifications
  • Alert routing and escalation

Productivity boosters:

  • Clean up inactive Slack channels
  • Forward important emails to Slack
  • Scheduled backups to cloud storage

Most workflows require:

  • An n8n instance (self-hosted or n8n Cloud)
  • API credentials for connected services
  • Webhook endpoints (for trigger-based workflows)

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

Yes! All workflows are provided under the MIT license. Use them in personal or commercial projects.

No, these workflows work with both self-hosted n8n and n8n Cloud.

Absolutely! These are starting points. Customize them to fit your specific needs.

If you find a bug or have suggestions, please open an issue on our GitHub repository.