Deploy workflows from Google Drive to n8n instance
Automatically deploy n8n workflows by simply dropping JSON files into a Google Drive folder—this template watches for new exports, cleans and imports them into your n8n instance, applies a tag, and then archives the p...
Template notes
Automatically deploy n8n workflows by simply dropping JSON files into a Google Drive folder—this template watches for new exports, cleans and imports them into your n8n instance, applies a tag, and then archives the processed files.
Who is this template for? This workflow template is designed for n8n power users, and automation specialists who need a simple, reliable way to bulk‑deploy or version‑control n8n workflows via Google Drive. It’s perfect if you: - Manage multiple n8n instances (staging, production, etc.) - Want an easy “drop‑in” approach to publish new or updated workflows - Prefer storing/exporting JSON in Drive rather than editing in the UI
---
Use case Manually importing .json exports into n8n is slow and error‑prone. With this template you can: - Keep your workflows in a shared Drive folder (version control friendly) - Automatically sanitize each file so only supported settings go through - Tag deployed workflows consistently for easy filtering - Move processed files to a “Deployed” folder for clear change tracking
---
How it works 1. Watch “ToDeploy” folder in Google Drive for new .json files 2. Download & parse each file into a JSON object 3. Clean payload: strip out everything except the allowed executionOrder (and timezone if you choose) 4. POST the cleaned workflow to your n8n instance via /api/v1/workflows 5. PUT a predefined tag onto the newly created workflow 6. Move file to your “Deployed” folder when import succeeds, or capture the workflow name & error if it fails
---
Setup instructions