Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Transform YouTube Videos to Social Media Content with Vizard AI and GPT‑4.1 Overview This n8n template fetches new YouTube videos, enriches them with Vizard AI metadata, generates social‑media capt...
n8n-nodes-base.manualtrigger, n8n-nodes-base.splitout, n8n-nodes-base.httprequest, n8n-nodes-base.splitinbatches, n8n-nodes-base.stickynote, n8n-nodes-base.limit, n8n-nodes-base.webhook, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Basil Irfan.
Original n8n.io sourceTransform YouTube Videos to Social Media Content with Vizard AI and GPT‑4.1
This n8n template fetches new YouTube videos, enriches them with Vizard AI metadata, generates social‑media captions using GPT‑4.1, logs everything to Google Sheets, and notifies you by email. It’s a turnkey solution for content creators and marketers who need an end‑to‑end automated pipeline from video publishing to post scheduling.
Import the Template
Configure Credentials
Vizard API and set your VIZARDAI_API_KEY.Adjust Limits
maxItems to control batch size.| Column | Description |
|---|---|
videoId |
Unique YouTube video identifier |
projectId |
Vizard AI project ID returned |
videoUrl |
Original YouTube video URL |
title |
Video title |
transcript |
Transcribed text from Vizard AI |
viralScore |
Vizard AI’s viral‑score metric |
viralReason |
Explanation for viral score |
generatedCaption |
GPT‑4.1–generated caption in JSON { "caption": ""} |
clipEditorUrl |
URL to Vizard’s clip editor |
Read YouTube RSS Feed)Limit Videos to N)Create Vizard Project & Retrieve Vizard Metadata)Iterate Each Video)Generate Social Media Captions)Log to Google Sheets)Email Summary)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 | Transform YouTube videos to social media content with Vizard AI and GPT-4.1 |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Content Creation, Multimodal AI |
| Author | Basil Irfan |
| Published | 24 Jul 2025 |
Use the JSON export at /data/workflows/6381/6381.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.
Transform YouTube Videos to Social Media Content with Vizard AI and GPT‑4.1 Overview This n8n template fetches new YouTube videos, enriches them with Vizard AI metadata, generates social‑media capt...
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, Multimodal AI use case.