{
  "name": "Transform YouTube videos to social media content with Vizard AI and GPT-4.1",
  "nodes": [
    {
      "id": "e6d53ca0-ad48-4a6d-980a-dd4830349a5f",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        288,
        240
      ]
    },
    {
      "id": "02b7f8b4-2267-4128-9de4-c0f25071bac5",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        752,
        832
      ]
    },
    {
      "id": "5253a001-b39e-4f08-837a-06bdae7dd1ac",
      "name": "Retrieve Vizard Project",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        528,
        832
      ]
    },
    {
      "id": "6cb634e8-5814-40f2-a194-5df6059b915f",
      "name": "Send Longform to Vizard",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        928,
        240
      ]
    },
    {
      "id": "b98f477d-c1df-4bb8-8973-9838bae05cc0",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        960,
        832
      ]
    },
    {
      "id": "13c99d5a-8548-4b66-9351-4fa33ac76087",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        608
      ],
      "parameters": {
        "width": 1720,
        "height": 440,
        "content": "# 2. Retrieve & generate\n\n### This flow retrieves the Vizard project through webhook, and then splits the videos before adding them to a Google Sheet.\n### Things to adjust: Vizard Credentials (HTTP Re"
      }
    },
    {
      "id": "9b02a8ce-83b2-42af-bdba-00a55c024d94",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        48
      ],
      "parameters": {
        "width": 1720,
        "height": 380,
        "content": "# 1. Scrape & send\n\n### This flow scrapes a channel of your choosing, and then sends new videos to Vizard for later clipping. \n### Things to adjust: YouTube Channel ID (RSS Feed), Vizard Credentials ("
      }
    },
    {
      "id": "aff81d26-9508-4923-b081-c45553e42025",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        704,
        240
      ]
    },
    {
      "id": "e8b866be-b8bd-475d-a9cc-eb33961e0ab8",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        288,
        832
      ]
    },
    {
      "id": "164469dd-137a-4197-9123-60b20f50d050",
      "name": "Append row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1552,
        832
      ]
    },
    {
      "id": "9578fbfc-4329-42c8-b8d3-81ad7c3482b5",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1344,
        656
      ]
    },
    {
      "id": "4ad1bccd-6b2a-4678-8424-f3b8b9294112",
      "name": "Read youtube RSS feed",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        512,
        240
      ]
    },
    {
      "id": "3cbbddb6-c7fe-459d-a274-89eb53917cc3",
      "name": "Generate captions",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1184,
        832
      ]
    },
    {
      "id": "3a01414f-0599-4668-8cf2-e2bfb2076f0e",
      "name": "Wait for processing",
      "type": "n8n-nodes-base.wait",
      "position": [
        1744,
        832
      ]
    }
  ],
  "connections": {
    "Limit": {
      "main": [
        [
          {
            "node": "Send Longform to Vizard",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Retrieve Vizard Project",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Generate captions",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate captions": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append row in sheet": {
      "main": [
        [
          {
            "node": "Wait for processing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait for processing": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read youtube RSS feed": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Vizard Project": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Read youtube RSS feed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}