N8N Workflow Deployer
detail.loadingPreview
Deploys n8n workflows from Google Drive into your n8n instance.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the deployment of n8n workflows. It reads workflow JSON files from a Google Drive folder, cleans them, and then creates or updates them in your n8n instance using the n8n API. It also supports applying tags to the deployed workflows.
Key Features
- Reads workflow JSON files from a designated Google Drive folder.
- Cleans workflow JSON by removing unnecessary settings.
- Uses n8n API to create or update workflows.
- Allows for setting specific tags on deployed workflows.
- Provides detailed setup instructions via sticky notes.
How To Use
- Set up Google Drive Folders: Create 'ToDeploy' and 'Deployed' folders in Google Drive and update the respective nodes.
- Generate n8n API Key: Obtain an API key from your n8n instance's settings.
- Configure n8n API Authentication: Set up n8n API credentials in the 'Get Existing Workflow Tags', 'Create n8n Workflow', and 'Set Workflow Tag' nodes.
- Set Instance URL: Define your n8n instance URL in the 'Set n8n URL variable' node.
- Get Workflow Tag ID: Run the 'Get Workflow Tags' node and copy the desired Tag ID.
- Configure Tag and URL Variables: Update the 'Set n8n API URL & Tag ID variables' node with your n8n instance URL and the obtained Tag ID.
- Activate Workflow: Ensure the workflow is set to 'Active'.
- Add JSON Files: Place your workflow JSON files into the 'ToDeploy' folder in Google Drive.
Apps Used
Workflow JSON
{
"id": "eda7caa8-c920-4620-a290-1de138a36b29",
"name": "N8N Workflow Deployer",
"nodes": 0,
"category": "Workflow Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: eda7caa8-c920...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Auto Resume Disabled Workflows
Automatically resumes disabled n8n workflows that are tagged for auto-resume.
Community Contributed Workflow Importer
Imports workflows from a specified source, either file upload or remote instance.
Telegram Workflow Activator
Control n8n workflow activation and deactivation via Telegram commands.
Schedule Workflow Activity Time
Activates and deactivates a workflow on a daily schedule.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.