Installing in n8n
Import and configure your workflows in n8n
Installing Workflows in n8n
This guide will help you import your Supern8n workflows into your n8n instance and get them running.
Prerequisites
Before you begin, make sure you have:
- A running n8n instance (cloud or self-hosted)
- Downloaded your workflow
.jsonfile from Supern8n - Access to n8n's web interface
Don't have n8n yet? Visit n8n.io to get started with a free cloud account or self-hosted installation.
Importing Workflows into n8n
Method 1: Import from File (Recommended)
- Open your n8n instance in your web browser
- Navigate to Workflows using the left sidebar
- Click the "+" button or select "Add Workflow"
- Click the three-dot menu (⋮) in the top right corner
- Select "Import from File"
- Choose your downloaded
.jsonfile - Click "Open" to import
The workflow will now appear in your n8n workspace.
Method 2: Import from URL
If you have a workflow URL:
- Open the three-dot menu (⋮) in the top right
- Select "Import from URL"
- Paste the workflow URL
- Click "Import"
Method 3: Copy and Paste
For advanced users:
- Open the workflow
.jsonfile in a text editor - Copy all the JSON content
- In n8n, open the three-dot menu
- Select "Import from Clipboard"
- Paste the copied JSON
- Click "Import"
Configuring Your Workflow
After importing, you need to configure the workflow:
Step 1: Review Workflow Structure
- Examine the nodes - Click on each node to understand what it does
- Check connections - Verify all nodes are properly connected
- Read node descriptions - Many nodes include helpful comments
Step 2: Configure Credentials
Most workflows require API credentials:
- Identify required services - Look for nodes with a red warning icon
- Click on a node that needs credentials
- Click "Create New Credential" in the Credentials dropdown
- Enter your API keys or authentication details
- Test the connection
- Repeat for all required services
Common services that need credentials:
- Gmail, Google Sheets, Google Drive
- Slack, Discord, Telegram
- HubSpot, Salesforce, Airtable
- Stripe, PayPal, Shopify
- And many more!
Step 3: Customize Settings
Adjust workflow settings to match your needs:
Workflow settings - Click the gear icon to:
- Change the workflow name
- Set execution timeout
- Configure error handling
Node-specific settings - For each node:
- Update field values (emails, names, etc.)
- Adjust data mappings
- Configure filters or conditions
Step 4: Test the Workflow
Before activating:
- Click "Execute Workflow" (or use the play button)
- Check the output of each node
- Verify data flows correctly through the workflow
- Fix any errors that appear
Use the "Execute Node" feature to test individual nodes.
Activating Your Workflow
Once testing is complete:
For Trigger-Based Workflows
- Toggle the Active switch in the top right (it turns green)
- Verify the trigger is properly configured:
- Webhook triggers - Copy the webhook URL
- Schedule triggers - Confirm timing is correct
- App triggers - Test the trigger event
For Manual Workflows
Leave the workflow inactive and execute manually when needed using the "Execute Workflow" button.
Version Compatibility
Checking n8n Version
- Click your profile icon in n8n
- Select "About n8n"
- Note your current version
Workflow Requirements
Each Supern8n workflow lists its minimum n8n version on the product page. Most workflows require:
- n8n version 0.220.0 or higher
- Some advanced workflows may need newer versions
Updating n8n
If you need to update n8n:
- Cloud users - Automatic updates, always on latest version
- Self-hosted (npm) - Run
npm install -g n8n@latest - Self-hosted (Docker) - Pull the latest image:
docker pull n8nio/n8n:latest
Common Import Issues
"Invalid Workflow File" Error
Cause: Corrupted or incomplete JSON file
Solution:
- Re-download the workflow from Supern8n
- Ensure the file extension is
.json(not.json.txt) - Don't edit the file in a text editor
- Try importing in a different browser
Missing Node Types
Cause: Your n8n version doesn't have required nodes
Solution:
- Update n8n to the latest version
- Check if you need community nodes installed
- Verify the workflow's n8n version requirements
Credentials Not Saving
Cause: Browser or session issues
Solution:
- Clear browser cache and cookies
- Try in incognito/private browsing mode
- Check your n8n instance isn't in read-only mode
- Restart your n8n instance
Workflow Imports but Shows Errors
Cause: Missing credentials or incorrect configuration
Solution:
- Click on nodes with red warning icons
- Configure credentials for each service
- Update any placeholder values (emails, IDs, etc.)
- Check node-specific settings
Best Practices
Organize Your Workflows
- Use descriptive names - "Lead Enrichment - HubSpot to Slack"
- Add tags - Categorize by department or function
- Create folders - Group related workflows
- Document changes - Add notes when you customize
Backup Your Workflows
Regularly export your configured workflows:
- Open the workflow
- Click three-dot menu (⋮)
- Select "Download"
- Save to a backup location
This preserves your customizations and credentials settings.
Test in a Safe Environment
- Use test accounts when possible
- Start with manual execution before activating triggers
- Monitor executions closely at first
- Set up error notifications to catch issues early
Getting Help
In-App Resources
- n8n Documentation - docs.n8n.io
- Community Forum - community.n8n.io
- Node documentation - Click the "?" icon in each node
Supern8n Support
- Email support - hello@supern8n.com
- Live chat - Available during business hours
- Help articles - Browse our help center
Next Steps
Once your workflow is installed and configured:
- Learn about customizing workflows
- Set up monitoring and error handling
- Explore advanced workflow features
- Connect with our community
Happy automating!
Still Need Help?
Our support team is here to assist you