Business Process Automation
YouTube to Raindrop
YouTube to Raindrop
Manual
High
6
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
6
Node Types
0
Workflow JSON
3.55 KB
{
"id": 7,
"name": "YouTube to Raindrop",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-610,
160
],
"parameters": {},
"typeVersion": 1
},
{
"name": "YouTube",
"type": "n8n-nodes-base.youTube",
"position": [
-440,
240
],
"parameters": {
"part": [
"snippet"
],
"options": {},
"resource": "playlistItem",
"operation": "getAll",
"playlistId": "CHANGE_ME"
},
"credentials": {
"youTubeOAuth2Api": "Google n8n"
},
"typeVersion": 1
},
{
"name": "Filter new items",
"type": "n8n-nodes-base.function",
"position": [
-120,
240
],
"parameters": {
"functionCode": "const staticData = getWorkflowStaticData('global');\nconst newIds = items.map(item => item.json[\"resourceId\"][\"videoId\"])...Showing first 1000 characters. Click "Expand" to view the full JSON.