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.
Pinterest Video to MP4 Downloader with Email Delivery RapidAPI Integration This n8n workflow automates downloading Pinterest...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote, n8n-nodes-base.googledrive
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sk developer .
Original n8n.io sourceThis 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.
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.
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 | Convert Pinterest videos to MP4 with Google Drive storage and email delivery |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Content Creation |
| Author | Sk developer |
| Published | 02 Aug 2025 |
Use the JSON export at /data/workflows/6839/6839.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.
Pinterest Video to MP4 Downloader with Email Delivery RapidAPI Integration This n8n workflow automates downloading Pinterest...
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 Content Creation use case.