{
  "name": "Transcribe and analyze meetings or podcasts with ElevenLabs and Google Gemini AI",
  "nodes": [
    {
      "id": "3636a64e-7b0e-4ee3-8837-d7ecb59a29a9",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -576,
        96
      ]
    },
    {
      "id": "41fb00ed-9bd1-495a-935b-714d562ab539",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -144,
        96
      ]
    },
    {
      "id": "2fa6fdc5-3bd7-4e17-9f23-90c32c6989d6",
      "name": "Call 'ElevenLabs Text-to-Speech'",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": [
        544,
        336
      ]
    },
    {
      "id": "576849a8-b2ab-4b17-b96a-c912f027c709",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -544,
        704
      ]
    },
    {
      "id": "0d9ec033-f75c-4ad4-9d70-fcfd9045e363",
      "name": "Get audio urls",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -384,
        96
      ]
    },
    {
      "id": "b486796d-9cb8-45ab-8a0a-7d6ba1af087b",
      "name": "Speech-to-Text",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        112,
        112
      ]
    },
    {
      "id": "ac72a840-ce27-490c-ab7f-003b5ec3684a",
      "name": "Update row",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        112,
        336
      ]
    },
    {
      "id": "a05956e3-2151-4897-94f5-8b63972a1ada",
      "name": "Transcript Analysis",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        -224,
        704
      ]
    },
    {
      "id": "6a8e5bd2-8a45-4f9f-bd57-e80c071dbd67",
      "name": "Send email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        560,
        704
      ]
    },
    {
      "id": "5ba1820c-8aef-435f-88e1-e6242f50ad18",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -592,
        -672
      ],
      "parameters": {
        "width": 704,
        "height": 320,
        "content": "## Transcribe and Analyze Meetings or Podcasts (audio/video) using ElevenLabs Speech-to-Text\n\nThis model excels in scenarios requiring accurate speech-to-text conversion:\n- Transcription Services: Per"
      }
    },
    {
      "id": "b2a10f86-4613-47a2-b733-3e85083b3bba",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -592,
        -320
      ],
      "parameters": {
        "width": 704,
        "height": 176,
        "content": "## STEP 1\n- Register for FREE to [Elevenlabs](https://try.elevenlabs.io/ahkbf00hocnu)\n- Clone this [Sheet](https://docs.google.com/spreadsheets/d/1046e1OLfwiu1vfvnX_i2LP3yXOGL_87_BxyiXgkVmuU/edit?usp="
      }
    },
    {
      "id": "84780869-7d02-4d43-8831-9eac1409f79b",
      "name": "Markdown",
      "type": "n8n-nodes-base.markdown",
      "position": [
        208,
        704
      ]
    },
    {
      "id": "6f182a94-bfe7-4718-b323-dc0be3b503b8",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        48,
        32
      ],
      "parameters": {
        "width": 224,
        "height": 240,
        "content": "## Transcript"
      }
    },
    {
      "id": "ab04db7f-43f8-43aa-a476-b19ca55f8b5e",
      "name": "Add Transcript to Doc",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        544,
        112
      ]
    },
    {
      "id": "70c2a0e6-7d19-457a-ad28-3bb6dafa7142",
      "name": "Create Doc",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        320,
        112
      ]
    },
    {
      "id": "0fcf062e-5603-46bc-bf4f-3d62cf1640a0",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -304,
        640
      ],
      "parameters": {
        "width": 400,
        "height": 240,
        "content": "## Analysis"
      }
    },
    {
      "id": "e4ff9aae-a943-4763-a4ac-3db77532d75e",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -592,
        -112
      ],
      "parameters": {
        "width": 704,
        "height": 96,
        "content": "## STEP 2\n- Set YOUR_EMAIL_ADDRESS in \"Send email\" node"
      }
    }
  ],
  "connections": {
    "Markdown": {
      "main": [
        [
          {
            "node": "Send email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Doc": {
      "main": [
        [
          {
            "node": "Add Transcript to Doc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update row": {
      "main": [
        [
          {
            "node": "Call 'ElevenLabs Text-to-Speech'",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get audio urls": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Speech-to-Text": {
      "main": [
        [
          {
            "node": "Create Doc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Speech-to-Text",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transcript Analysis": {
      "main": [
        [
          {
            "node": "Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add Transcript to Doc": {
      "main": [
        [
          {
            "node": "Update row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call 'ElevenLabs Text-to-Speech'": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Transcript Analysis",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get audio urls",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}