workflows.fit
Back to n8n workflows
n8n templateFreeBy Sk developer

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...

CommunicationHITLCore NodesDevelopmentData & StorageForm TriggerSticky NoteGoogle Drive
Loading interactive preview...

Template notes

πŸš€ 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](https://rapidapi.com/skdeveloper/api/instagram-video-downloader13) 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](https://rapidapi.com/skdeveloper/api/instagram-video-downloader13) 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.