{
  "name": "Generate Podcast Transcript Summaries & Keywords with OpenAI and Gmail",
  "nodes": [
    {
      "id": null,
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ]
    },
    {
      "id": null,
      "name": "Input Raw Transcript",
      "type": "n8n-nodes-base.set",
      "position": [
        460,
        300
      ]
    },
    {
      "id": null,
      "name": "AI: Generate Summary",
      "type": "n8n-nodes-base.openAi",
      "position": [
        700,
        220
      ]
    },
    {
      "id": null,
      "name": "AI: Extract Keywords",
      "type": "n8n-nodes-base.openAi",
      "position": [
        700,
        380
      ]
    },
    {
      "id": null,
      "name": "Consolidate Output",
      "type": "n8n-nodes-base.set",
      "position": [
        940,
        300
      ]
    },
    {
      "id": null,
      "name": "Email Results",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1180,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Input Raw Transcript",
            "type": "main"
          }
        ]
      ]
    },
    "Consolidate Output": {
      "main": [
        [
          {
            "node": "Email Results",
            "type": "main"
          }
        ]
      ]
    },
    "AI: Extract Keywords": {
      "main": [
        [
          {
            "node": "Consolidate Output",
            "type": "main"
          }
        ]
      ]
    },
    "AI: Generate Summary": {
      "main": [
        [
          {
            "node": "Consolidate Output",
            "type": "main"
          }
        ]
      ]
    },
    "Input Raw Transcript": {
      "main": [
        [
          {
            "node": "AI: Generate Summary",
            "type": "main"
          },
          {
            "node": "AI: Extract Keywords",
            "type": "main"
          }
        ]
      ]
    }
  }
}