4.3 KiB
n8nworkflows.xyz
Standalone and versionable archive of n8n workflows from the official n8n.io/workflows website. This repository allows you to preserve, version, and reuse workflow templates in minimal format, ready to be imported offline.
📋 Table of Contents
📁 Repository Structure
n8nworkflows.xyz/
├── archive/
│ └── workflows/
│ ├── workflow-name-id-1/
│ │ ├── readme.md
│ │ ├── workflow.json
│ │ ├── metadata.json
│ │ └── workflow-name-id-1.webp
│ ├── workflow-name-id-2/
│ │ └── ...
│ └── ...
└── README.md
Each workflow is isolated in its own folder to facilitate navigation, versioning, and individual import.
📄 Archived Workflow Format
Each workflow folder contains exactly 4 files:
| File | Description |
|---|---|
readme.md |
Complete workflow description in Markdown (original template's readme field) |
workflow.json |
Raw workflow export in JSON format, ready to be imported into n8n |
metadata.json |
Metadata: author (user_*), tags, creation date, public link to https://n8n.io/workflows/<workflowId> |
<slug-and-id>.webp |
Workflow screenshot (hero image from Supabase worklowscreenshot bucket) |
📚 Workflows Summary (10 workflows)
- .DS_Store
- AI-Powered n8n Release Notes Summary Notifications via Gmail with GPT-5-Mini-10236
- Automated Post-Purchase Product Delivery & Upsell with Jotform, GDrive, Gemini-9582
- Create Linear tickets from Notion content-2138
- Extract Information from a Logo Sheet using forms, AI, Google Sheet and Airtable-2650
- Generate Multi-Platform Social Media Posts with GPT-4.1 and PostPulse-9195
- Learn Workflow Logic with Merge, IF & Switch Operations-5996
- readme.md
- Simple Eval for Legal Benchmarking-4712
- Upload Google Drive Files to an InfraNodus Graph-4486
🔗 Useful Links
📝 License
This repository archives public workflows from n8n.io/workflows. Each workflow retains its original license. Refer to individual metadata for more information.
The archiving code and repository structure are licensed under MIT.
⚠️ Disclaimer
This project is independent and not officially affiliated with n8n. It is a personal initiative aimed at facilitating access to and preservation of public n8n workflows.
Made with ❤️ for the n8n community