Community Contributed Workflow Importer
detail.loadingPreview
Imports workflows from a specified source, either file upload or remote instance.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow template is designed to facilitate the import of n8n workflows. It supports importing workflows from two primary sources:
- File Upload: Users can upload an n8n workflow file directly.
- Remote Instance: Users can fetch workflows from a configured n8n instance.
The workflow handles credential management, API requests to remote instances, and prepares the workflow data for import.
Key Features
- Supports importing workflows via file upload.
- Enables fetching workflows from configured remote n8n instances.
- Manages n8n instance configurations including API keys and base URLs.
- Extracts and processes workflow data from various sources.
- Includes error handling for import failures.
How To Use
- Configure Instances: In the
Settingsnode, define your remote n8n instances with theirname,apiKey, andbaseUrl. - Select Source: Choose between 'File Upload' or 'Remote Instance' using the 'Determine Workflow Source' node.
- File Upload: If 'File Upload' is selected, use the 'Extract from File' node to provide your workflow JSON.
- Remote Instance: If 'Remote Instance' is chosen, select the desired source instance from the dropdown in the 'Choose Instance' node.
- Execute: Run the workflow. The imported workflow data will be available for further processing or direct import.
Apps Used
Workflow JSON
{
"id": "4a1d93a4-68cc-428b-b729-a8ff8f72241e",
"name": "Community Contributed Workflow Importer",
"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: 4a1d93a4-68cc...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
N8N Workflow Deployer
Deploys n8n workflows from Google Drive into your n8n instance.
Auto Resume Disabled Workflows
Automatically resumes disabled n8n workflows that are tagged for auto-resume.
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.
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.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.