{
  "name": "Summarize YouTube videos into structured content ideas with AI and Airtable",
  "nodes": [
    {
      "id": "eb18fe74-8812-48ab-b977-41f5cedf9a76",
      "name": "Get video transcript",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        880,
        0
      ]
    },
    {
      "id": "7a672f41-646f-46bf-be8b-96a84c1b0dd7",
      "name": "Get Video ID",
      "type": "n8n-nodes-base.code",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "4b026bcf-7563-4444-8ce1-9e9a89eef56d",
      "name": "Combine Transcripts",
      "type": "n8n-nodes-base.code",
      "position": [
        1320,
        0
      ]
    },
    {
      "id": "693ab15f-307e-4fdf-9752-2cc64a80307d",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        240,
        0
      ]
    },
    {
      "id": "1df795e2-ac7e-42a8-a1f4-2c292b704613",
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        460,
        0
      ]
    },
    {
      "id": "8b2cfd44-4897-403c-9393-5cc917baa673",
      "name": "Get Full Transcript",
      "type": "n8n-nodes-base.set",
      "position": [
        1540,
        0
      ]
    },
    {
      "id": "8ea3c1a7-d428-467f-aff2-9b3f572f911f",
      "name": "Get All Transcripts",
      "type": "n8n-nodes-base.set",
      "position": [
        1100,
        0
      ]
    },
    {
      "id": "6cff40d0-18ba-4ae0-a1c9-070d8fb39347",
      "name": "Get Main Idea & Key Takeaways",
      "type": "n8n-nodes-base.set",
      "position": [
        2120,
        0
      ]
    },
    {
      "id": "1e71d56b-3140-4dd8-b4d8-cdbe9eb24bde",
      "name": "Extract detailed summary",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        1760,
        0
      ]
    },
    {
      "id": "942a77e1-5773-4657-a38c-2b1013af6544",
      "name": "Update Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        2320,
        0
      ]
    },
    {
      "id": "4cc08263-7293-4c2b-8684-d15a67a61d33",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        -580
      ],
      "parameters": {
        "width": 460,
        "height": 200,
        "content": "## 📝 Description\n\nAutomatically turn YouTube videos into clear, structured content ideas stored in Airtable. This workflow pulls new video links from Airtable, extracts transcripts using a RapidAPI se"
      }
    },
    {
      "id": "299c6f10-c4a1-4da7-a198-121b054c8882",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        -340
      ],
      "parameters": {
        "width": 460,
        "height": 220,
        "content": "## ⚙️ What It Does\n- **Scans** Airtable for new YouTube video links every 5 minutes..\n- **Extracts** the transcript of the video using a third-party API via RapidAPI.\n- **Summarizes** the content to g"
      }
    },
    {
      "id": "48d11dd7-556d-4154-b580-396c55aa5645",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1300,
        -580
      ],
      "parameters": {
        "width": 500,
        "height": 460,
        "content": "## 🧰 Setup Instructions\n1. Clone this template into your n8n workspace.\n2. Open the Get YouTube Sources node and configure your Airtable credentials.\n3. In the Get video transcript node:\n   - Enter yo"
      }
    }
  ],
  "connections": {
    "Airtable": {
      "main": [
        [
          {
            "node": "Get Video ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Video ID": {
      "main": [
        [
          {
            "node": "Get video transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine Transcripts": {
      "main": [
        [
          {
            "node": "Get Full Transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get All Transcripts": {
      "main": [
        [
          {
            "node": "Combine Transcripts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Full Transcript": {
      "main": [
        [
          {
            "node": "Extract detailed summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get video transcript": {
      "main": [
        [
          {
            "node": "Get All Transcripts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract detailed summary": {
      "main": [
        [
          {
            "node": "Get Main Idea & Key Takeaways",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Main Idea & Key Takeaways": {
      "main": [
        [
          {
            "node": "Update Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}