{
  "name": "Summarize Apple podcast episodes with ElevenLabs and GPT-5-MINI",
  "nodes": [
    {
      "id": "sticky-overview",
      "name": "Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3776,
        -128
      ],
      "parameters": {
        "width": 556,
        "height": 1000,
        "content": "## 🎙️ Summarize Apple Podcast Episodes with ElevenLabs and GPT-5-MINI\n\n**Paste one or more Apple Podcast episode URLs into a form (one per line) and receive a structured AI-generated summary by email "
      }
    },
    {
      "id": "sticky-s1",
      "name": "Section: User Input",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3200,
        208
      ],
      "parameters": {
        "width": 238,
        "height": 298,
        "content": "## ① User Input\nUser submits Apple Podcast episode URLs via the n8n form."
      }
    },
    {
      "id": "sticky-s2",
      "name": "Section: Podcast Discovery",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2928,
        208
      ],
      "parameters": {
        "width": 962,
        "height": 298,
        "content": "## ② Podcast Discovery\nLooks up the RSS feed via iTunes API and extracts the matching episode MP3 URL(s)."
      }
    },
    {
      "id": "sticky-s3",
      "name": "Section: Transcription & Summary",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1936,
        208
      ],
      "parameters": {
        "width": 490,
        "height": 298,
        "content": "## ③ Transcription & AI Summary\nTranscribes the episode audio and generates a structured summary with GPT-5-MINI."
      }
    },
    {
      "id": "sticky-s4",
      "name": "Section: Email Delivery",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1408,
        208
      ],
      "parameters": {
        "width": 442,
        "height": 298,
        "content": "## ④ Email Delivery\nCombines all summaries into an HTML email and sends it to the recipient."
      }
    },
    {
      "id": "elevenlabs-stt",
      "name": "Transcribe Episode with ElevenLabs",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1872,
        320
      ]
    },
    {
      "id": "fca607d8-ec3a-434f-96ea-b9f3151f9ba9",
      "name": "Submit Podcast URLs",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -3104,
        320
      ]
    },
    {
      "id": "b263c0b1-797d-4197-b6aa-4b967d9af20e",
      "name": "Parse Input URLs",
      "type": "n8n-nodes-base.code",
      "position": [
        -2880,
        320
      ]
    },
    {
      "id": "cd36a002-1b68-49b6-a2f9-f56c0bbf675d",
      "name": "Look Up RSS Feed via iTunes",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -2688,
        320
      ]
    },
    {
      "id": "970c1467-b612-4460-8c86-d3643f617bcf",
      "name": "Extract RSS Feed URL",
      "type": "n8n-nodes-base.code",
      "position": [
        -2496,
        320
      ]
    },
    {
      "id": "376cb838-552b-4e44-bfd4-99b4285f6918",
      "name": "Find Episode MP3 URL",
      "type": "n8n-nodes-base.code",
      "position": [
        -2112,
        320
      ]
    },
    {
      "id": "934ac04a-c9da-4ddc-ba9a-882f7b8bef0a",
      "name": "Fetch RSS Feed",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -2304,
        320
      ]
    },
    {
      "id": "c2d71e27-2920-4399-afae-fe22db9eb32f",
      "name": "Build HTML Email",
      "type": "n8n-nodes-base.code",
      "position": [
        -1360,
        320
      ]
    },
    {
      "id": "9fb5b75e-c772-4c14-87dc-2dcd9dd8c0de",
      "name": "Generate Episode Summary",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -1696,
        320
      ]
    },
    {
      "id": "db9a8c06-c22f-4ddc-9d13-f3fa37c985d6",
      "name": "Send Summary Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -1168,
        320
      ]
    }
  ],
  "connections": {
    "Fetch RSS Feed": {
      "main": [
        [
          {
            "node": "Find Episode MP3 URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build HTML Email": {
      "main": [
        [
          {
            "node": "Send Summary Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Input URLs": {
      "main": [
        [
          {
            "node": "Look Up RSS Feed via iTunes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Submit Podcast URLs": {
      "main": [
        [
          {
            "node": "Parse Input URLs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract RSS Feed URL": {
      "main": [
        [
          {
            "node": "Fetch RSS Feed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Find Episode MP3 URL": {
      "main": [
        [
          {
            "node": "Transcribe Episode with ElevenLabs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Episode Summary": {
      "main": [
        [
          {
            "node": "Build HTML Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Look Up RSS Feed via iTunes": {
      "main": [
        [
          {
            "node": "Extract RSS Feed URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transcribe Episode with ElevenLabs": {
      "main": [
        [
          {
            "node": "Generate Episode Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}