{
  "name": "Convert blog posts to audio content with Eleven Labs & GPT-4",
  "nodes": [
    {
      "id": "89557e6d-4a2d-417f-b323-ffe632ebb5a8",
      "name": "RSS Feed Trigger",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "4e7186aa-c4a8-425a-9cc5-2f505e36696d",
      "name": "Extract & Clean Article Data",
      "type": "n8n-nodes-base.set",
      "position": [
        224,
        0
      ]
    },
    {
      "id": "a881c3d2-9980-428a-a85d-4eb700d35e0d",
      "name": "Convert Text to Speech",
      "type": "@elevenlabs/n8n-nodes-elevenlabs.elevenLabs",
      "position": [
        448,
        0
      ]
    },
    {
      "id": "37cebd8a-ceab-4ffa-83fd-5f046fde43b7",
      "name": "Upload Audio File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        672,
        0
      ]
    },
    {
      "id": "0796f202-3a46-4cf4-b8e7-2ec41004ba65",
      "name": "Generate Metadata",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        896,
        0
      ]
    },
    {
      "id": "0dcd3160-1a32-4c13-b3d6-93f1c45227fc",
      "name": "Combine All Metadata",
      "type": "n8n-nodes-base.set",
      "position": [
        1296,
        0
      ]
    },
    {
      "id": "81d43a0c-3a16-4f8b-a320-88d8ba483731",
      "name": "Log Audio Production",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1520,
        0
      ]
    },
    {
      "id": "52da2181-689d-44f1-97ec-4f50a2311e22",
      "name": "Is for Email Distribution?",
      "type": "n8n-nodes-base.if",
      "position": [
        1744,
        0
      ]
    },
    {
      "id": "a80d6ee9-f222-411f-aa6f-aa6151e04903",
      "name": "Send Audio Notification via Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1968,
        -96
      ]
    },
    {
      "id": "4e637fd0-015c-4f0d-9fb9-5782c66f23f6",
      "name": "Notify Internal Team",
      "type": "n8n-nodes-base.slack",
      "position": [
        1968,
        96
      ]
    },
    {
      "id": "44c25fdf-b212-4d26-83d3-0a0704bd8437",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -176
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c0cace1f-436f-4437-aa2e-d84b299488c8",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -144,
        400
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "RSS Feed Trigger": {
      "main": [
        [
          {
            "node": "Extract & Clean Article Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Metadata": {
      "main": [
        [
          {
            "node": "Combine All Metadata",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload Audio File": {
      "main": [
        [
          {
            "node": "Generate Metadata",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine All Metadata": {
      "main": [
        [
          {
            "node": "Log Audio Production",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log Audio Production": {
      "main": [
        [
          {
            "node": "Is for Email Distribution?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert Text to Speech": {
      "main": [
        [
          {
            "node": "Upload Audio File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is for Email Distribution?": {
      "main": [
        [
          {
            "node": "Send Audio Notification via Email",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Notify Internal Team",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract & Clean Article Data": {
      "main": [
        [
          {
            "node": "Convert Text to Speech",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}