Block 1 - n8n Form Trigger
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
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...
n8n-nodes-base.formtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.emailsend
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sk developer .
Original n8n.io sourceEffortlessly 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.
n8n Form Trigger
Captures the Instagram video URL and the user's email address from a web form. This initiates the workflow process.
API Request (Instagram Video Downloader)
Sends the Instagram video URL to the Instagram Video Downloader API for processing and fetching the MP4 video data.
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.
Download Instagram Video (HTTP Request)
Downloads the MP4 video from the API response to proceed with the next steps.
Upload to Google Drive
Saves the downloaded MP4 video file to Google Drive for secure storage.
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.
Send Email with Download Link
Sends an automated email to the user with a link to download their converted MP4 file, completing the process.
π 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.
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.
| 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 |
Use the JSON export at /data/workflows/6921/6921.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.