{
  "name": "Score call quality and send coaching emails with Gemini, OpenAI, and Gmail",
  "nodes": [
    {
      "id": "8417be14-dc5f-400d-9729-2b593b95c8de",
      "name": "Google Drive Trigger",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -112,
        -32
      ]
    },
    {
      "id": "e55eee52-727a-410d-b4ed-4ade965a64c7",
      "name": "Download file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        80,
        -32
      ]
    },
    {
      "id": "738a55bc-6feb-494c-bccc-4cbc621a145d",
      "name": "Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        608,
        176
      ]
    },
    {
      "id": "735c13af-37ea-4ea9-a75d-ef4dc3802cd8",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        752,
        176
      ]
    },
    {
      "id": "88cd6737-751d-4057-8362-d00cb6afbc11",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1280,
        -32
      ]
    },
    {
      "id": "79166111-64de-4e8b-8625-45b337634510",
      "name": "Structured Output Parser1",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1184,
        144
      ]
    },
    {
      "id": "1bff9d5f-347b-4bda-813c-f5a1e6037f36",
      "name": "GPT-4o",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        480,
        208
      ]
    },
    {
      "id": "70625872-ef07-48c5-bfdd-22c175e9b12f",
      "name": "Transcribe",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        256,
        -32
      ]
    },
    {
      "id": "fc85fbae-8d48-4673-8e0d-8c54e22b46fe",
      "name": "AI Quality Analyst",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        560,
        -32
      ]
    },
    {
      "id": "0ef7accd-8f0f-48bb-8124-b2e42d46edd1",
      "name": "AI Quality Control (QC) Manager",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        992,
        -32
      ]
    },
    {
      "id": "4cc0f167-48d6-489f-a4f2-2b4b9d5f8dc1",
      "name": "GPT-4o1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        976,
        160
      ]
    },
    {
      "id": "bc29fe9a-f313-49bf-8a13-13f0e4b1887a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -672,
        -256
      ],
      "parameters": {
        "width": 480,
        "height": 736,
        "content": "## Automate call quality scoring and coaching with AI\n\nThis workflow helps contact centers and support teams automatically evaluate call quality and send coaching feedback without manual review. It us"
      }
    },
    {
      "id": "4eaf9693-3168-4cbf-b370-7bc58edcf649",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -176,
        -128
      ],
      "parameters": {
        "width": 576,
        "height": 320,
        "content": "## Input & File Handling"
      }
    },
    {
      "id": "2e5a4bfc-f574-4ed8-a59a-9b17d534b4ef",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        -128
      ],
      "parameters": {
        "width": 496,
        "height": 464,
        "content": "## AI Processing"
      }
    },
    {
      "id": "6153125a-72ed-41f9-b33d-4584e111ff14",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        928,
        -128
      ],
      "parameters": {
        "width": 480,
        "height": 416,
        "content": "## Output & Delivery"
      }
    }
  ],
  "connections": {
    "GPT-4o": {
      "ai_languageModel": [
        [
          {
            "node": "AI Quality Analyst",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Quality Analyst",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "GPT-4o1": {
      "ai_languageModel": [
        [
          {
            "node": "AI Quality Control (QC) Manager",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Transcribe": {
      "main": [
        [
          {
            "node": "AI Quality Analyst",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download file": {
      "main": [
        [
          {
            "node": "Transcribe",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Quality Analyst": {
      "main": [
        [
          {
            "node": "AI Quality Control (QC) Manager",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Trigger": {
      "main": [
        [
          {
            "node": "Download file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Quality Analyst",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser1": {
      "ai_outputParser": [
        [
          {
            "node": "AI Quality Control (QC) Manager",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "AI Quality Control (QC) Manager": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}