{
  "name": "Create multi-speaker podcasts with Google Sheets, ElevenLabs v3, and Drive",
  "nodes": [
    {
      "id": "9eb580fe-7b75-4d15-92a9-19877abd3a50",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -528,
        -16
      ]
    },
    {
      "id": "4f58a82a-c01d-4f4e-9d79-8569d3c52400",
      "name": "Upload file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        368,
        -16
      ]
    },
    {
      "id": "e11d5c4a-4cbc-4fb9-9ac2-069ee0bb57a5",
      "name": "Generate podcast",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        160,
        -16
      ]
    },
    {
      "id": "e890110b-d0a9-4d8c-9beb-66642cc06406",
      "name": "Get dialogue",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -288,
        -16
      ]
    },
    {
      "id": "989198ac-709c-442f-b3e8-dca8c6c3d4b0",
      "name": "Prepare dialogue",
      "type": "n8n-nodes-base.code",
      "position": [
        -64,
        -16
      ]
    },
    {
      "id": "3d20ed34-a6c2-4bfc-881a-37c5457e9deb",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        144,
        -592
      ],
      "parameters": {
        "width": 320,
        "height": 448,
        "content": "### Tips\n\nNon-speech audio events examples:\n \nEmotions:\n[happy] [excited] [sad] [angry] [nervous] [curious] [mischievously] [serious] [sorrowful]\n\nSpeech Styles / Volume:\n[whispers] [whispering] [shou"
      }
    },
    {
      "id": "357c0a82-616e-4b6f-9e64-c2bebcaa320b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -576,
        -592
      ],
      "parameters": {
        "width": 688,
        "height": 272,
        "content": "## Generate Mutlispeaker podcast with Elevenlabs v3\n\nThe ElevenLabs Text to Dialogue API creates natural sounding expressive dialogue from text using the [Eleven v3 model](https://try.elevenlabs.io/ah"
      }
    },
    {
      "id": "bda15b17-1cf9-43f0-b2fa-c959f743b002",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -576,
        -304
      ],
      "parameters": {
        "width": 688,
        "height": null,
        "content": "### PRELIMINARY STEP \n- Clone this [sheet](https://docs.google.com/spreadsheets/d/1eB8iUQmhj3xJMpGam_slCS0ivtgTUpbcWAqeutG_HM8/edit?usp=sharing)\n- [Create a FREE account on Elevenlabs](https://try.ele"
      }
    }
  ],
  "connections": {
    "Get dialogue": {
      "main": [
        [
          {
            "node": "Prepare dialogue",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate podcast": {
      "main": [
        [
          {
            "node": "Upload file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare dialogue": {
      "main": [
        [
          {
            "node": "Generate podcast",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get dialogue",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}