Non ci sono articoli nel tuo carrello.
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.
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.