Block 1 - When clicking ‘Test 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.
Who is this for? This workflow is for anyone with two YouTube channels who wants to copy playlists from one to the other — no technical skills required. Whether you're a content creator, hobb...
n8n-nodes-base.manualtrigger, n8n-nodes-base.filter, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.youtube, n8n-nodes-base.stickynote, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lucía Maio Brioso.
Original n8n.io sourceThis workflow is for anyone with two YouTube channels who wants to copy playlists from one to the other — no technical skills required.
Whether you're a content creator, hobbyist, educator, or just someone managing multiple channels, this workflow helps you save time and avoid the manual work of recreating playlists video by video.
YouTube doesn't provide an option to transfer or duplicate playlists between accounts or channels. That means if you want the same playlists in two places, you're stuck:
This workflow automates the entire process for you — accurately, quickly, and with no manual work.
Retrieves all playlists from a source YouTube channel (excluding private ones)
For each playlist:
Continues smoothly even if some videos fail to copy (e.g., if they’re restricted or deleted)
Create two YouTube OAuth2 credentials in n8n:
Assign the credentials to the correct nodes as indicated in the sticky notes:
Click “Test workflow” to run it.
> ⚠️ Note: If you have many playlists or videos, you may hit YouTube’s API quota. You can request a quota increase in your Google Cloud Console if needed.
✂️ Copy only specific playlists
Use a Filter node after the playlist fetch to include only certain titles or IDs.
📝 Change the title of the copied playlists
Modify the title in the Create playlist node (e.g., add “(Copy)” or a prefix).
🔄 Automate it regularly
Replace the Manual Trigger with a Cron node if you want to run this periodically.
🧪 Test safely If you're unsure, use a secondary channel as your test target before applying changes to your main account.
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 | 🔁 Copy all YouTube playlists from one channel to another |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Social Media |
| Author | Lucía Maio Brioso |
| Published | 17 May 2025 |
Use the JSON export at /data/workflows/4154/4154.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.
Who is this for? This workflow is for anyone with two YouTube channels who wants to copy playlists from one to the other — no technical skills required. Whether you're a content creator, hobb...
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 Social Media use case.