Skip to main content

Download Instagram videos to Google Drive with auto-email delivery

Workflow preview

Workflow preview
100%
Download Instagram videos to Google Drive with auto-email delivery preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Download Instagram Videos to Google Drive with Auto Email Delivery Effortlessly convert Instagram videos to MP4 and automatically store them on Google Drive with a shareable download link sent t...

Best for

  • File Management automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.emailsend

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sk developer .

Original n8n.io source

1.1 Workflow description

Title
Download Instagram videos to Google Drive with auto-email delivery
Workflow name
Download Instagram videos to Google Drive with auto-email delivery

πŸš€ Download Instagram Videos to Google Drive with Auto-Email Delivery

Effortlessly convert Instagram videos to MP4 and automatically store them on Google Drive with a shareable download link sent to the user via email. This n8n workflow uses the Instagram Video Downloader API to automate the process of downloading Instagram videos, uploading them to Google Drive, and sending the download link directly to users.

With this workflow, you can automate Instagram video downloads without manual effort.


πŸ“ Node-by-Node Explanation

  1. n8n Form Trigger
    Captures the Instagram video URL and the user's email address from a web form. This initiates the workflow process.

  2. API Request (Instagram Video Downloader)
    Sends the Instagram video URL to the Instagram Video Downloader API for processing and fetching the MP4 video data.

  3. Check API Response (If Node)
    Validates the API response to ensure no errors were returned. If the response is valid, the workflow continues; otherwise, it halts the process.

  4. Download Instagram Video (HTTP Request)
    Downloads the MP4 video from the API response to proceed with the next steps.

  5. Upload to Google Drive
    Saves the downloaded MP4 video file to Google Drive for secure storage.

  6. Set Permissions (Google Drive)
    Adjusts the file’s permissions to make it publicly accessible, allowing anyone with the link to view or download the MP4.

  7. Send Email with Download Link
    Sends an automated email to the user with a link to download their converted MP4 file, completing the process.


βœ… Use Cases

  • Marketing Campaigns: Save Instagram videos for use in marketing and promotional campaigns.
  • Social Media Teams: Automate the process of downloading Instagram content for team collaboration.
  • Client Deliverables: Automatically deliver Instagram MP4 links to clients without manual work.

πŸš€ Benefits

  • Fast & Reliable: Integration with the Instagram Video Downloader API guarantees quick video downloads.
  • Fully Automated: The entire process is automated from start to finish, eliminating manual steps.
  • Cloud Storage: Securely store MP4 files on Google Drive with easy sharing options.
  • Instant Delivery: Users receive their MP4 download link immediately via email.
  • No Manual Effort: Automates the download and sharing process without any need for manual interaction.

πŸ”‘ Resolved: The process of downloading Instagram videos and sharing them is now fully automated using the Instagram Video Downloader API, Google Drive storage, and instant email delivery.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - n8n Form Trigger

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Upload To Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 10 - Set permissions Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - API Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Check for API Error

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 14 - Download Instagram Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Deliver Download Link to User

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 1

3. Summary Table

Workflow Download Instagram videos to Google Drive with auto-email delivery
Complexity advanced
Nodes 15
Categories File Management
Author Sk developer
Published 03 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6921/6921.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Download Instagram videos to Google Drive with auto-email delivery do?

Download Instagram Videos to Google Drive with Auto Email Delivery Effortlessly convert Instagram videos to MP4 and automatically store them on Google Drive with a shareable download link sent t...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your File Management use case.