Block 1 - On form submission
- 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.
LinkedIn Video to MP4 Automation with Google Drive & Sheets RapidAPI Integration This n8n workflow automatically converts LinkedIn video URLs into downloadable MP4 files using the [ LinkedIn V...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote
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 automatically converts LinkedIn video URLs into downloadable MP4 files using the LinkedIn Video Downloader API, uploads them to Google Drive with public access, and logs both the original URL and Google Drive link into Google Sheets.
It leverages the LinkedIn Video Downloader service for fast and secure video extraction.
1️⃣ On form submission → Captures LinkedIn video URL from the user via a web form.
2️⃣ HTTP Request → Calls LinkedIn Video Downloader to fetch downloadable MP4 links.
3️⃣ If → Checks for API errors and routes workflow accordingly.
4️⃣ Download mp4 → Downloads the MP4 video file from the API response URL.
5️⃣ Upload To Google Drive → Uploads the downloaded MP4 file to Google Drive.
6️⃣ Google Drive Set Permission → Makes the uploaded file publicly accessible.
7️⃣ Google Sheets → Logs successful conversions with LinkedIn URL and sharable Drive link.
8️⃣ Wait → Delays execution before logging failed attempts.
9️⃣ Google Sheets Append Row → Logs failed video downloads with N/A Drive link.
N/A.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 LinkedIn videos to MP4 with RapidAPI and store in Google Drive & sheets |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Content Creation |
| Author | Sk developer |
| Published | 02 Aug 2025 |
Use the JSON export at /data/workflows/6837/6837.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.
LinkedIn Video to MP4 Automation with Google Drive & Sheets RapidAPI Integration This n8n workflow automatically converts LinkedIn video URLs into downloadable MP4 files using the [ LinkedIn V...
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.