{
  "name": "Auto-create podcast from YouTube transcript using Dumpling AI and GPT-4o",
  "nodes": [
    {
      "id": "d95bcf10-2bb4-4bfd-a8ad-4128a792deb8",
      "name": " Watch for New YouTube Video via RSS",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        -500,
        -20
      ]
    },
    {
      "id": "a5492dab-f400-48d9-abd7-6c832d9d6816",
      "name": "Get Transcript from YouTube Video using Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -280,
        -20
      ]
    },
    {
      "id": "bce2bb18-c9ee-4165-ac27-5d300e354c7e",
      "name": "Transform Transcript into Podcast Script using GPT-4o",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -60,
        -20
      ]
    },
    {
      "id": "7782b5a6-c842-41be-a5c5-9eaa28a0abd0",
      "name": "Save Podcast Script and Metadata to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        300,
        -20
      ]
    },
    {
      "id": "af143efd-be64-48fc-a405-173575289ed3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        -220
      ],
      "parameters": {
        "width": 640,
        "height": 280,
        "content": "### 🎙️ Auto-Create Podcast Script from YouTube Videos\n\nThis workflow starts by monitoring a YouTube RSS feed for new uploads. Once a new video is detected, Dumpling AI extracts the full transcript. GP"
      }
    }
  ],
  "connections": {
    " Watch for New YouTube Video via RSS": {
      "main": [
        [
          {
            "node": "Get Transcript from YouTube Video using Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Transcript from YouTube Video using Dumpling AI": {
      "main": [
        [
          {
            "node": "Transform Transcript into Podcast Script using GPT-4o",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transform Transcript into Podcast Script using GPT-4o": {
      "main": [
        [
          {
            "node": "Save Podcast Script and Metadata to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}