🎬 Convert Pinterest videos to MP4 with Google Drive storage and email delivery

⚑ 221 views · 🎬 Content Creation & Video

Description

πŸ“₯ Pinterest Video to MP4 Downloader with Email Delivery | RapidAPI Integration

This n8n workflow automates downloading Pinterest videos as MP4 files using the Pinterest Video Downloader API, uploads them to Google Drive, sets public access permissions, and emails the sharable download link to the user.


πŸ“ Node-by-Node Explanation

1️⃣ n8n Form Trigger β†’ Captures the Pinterest video URL and user email from a web form to start the workflow.
2️⃣ HTTP Request β†’ Sends the submitted URL to Pinterest Video Downloader API to process and fetch downloadable MP4 links.
3️⃣ Wait β†’ Pauses the workflow, allowing the API enough time to complete the MP4 conversion.
4️⃣ HTTP Downloader β†’ Downloads the generated MP4 video from the API response.
5️⃣ Upload To Google Drive β†’ Uploads the downloaded MP4 file to Google Drive for cloud storage.
6️⃣ Set Permissions Google Drive β†’ Sets file permissions to allow public access via sharable link.
7️⃣ Send Email β†’ Sends an automated email with the Google Drive download link to the user’s provided email address.


πŸ’‘ Use Case


βœ… Benefits

πŸ”— Nodes Used

Send Email, HTTP Request, Google Drive, n8n Form Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup