{
  "name": "Generate AI-powered interview briefs from resumes using Google Sheets & GPT-4o",
  "nodes": [
    {
      "id": "9f6ee7bd-dbb4-4424-90af-96f3c4cef415",
      "name": "Send Follow-up Email1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        688,
        48
      ]
    },
    {
      "id": "05512004-69c4-40c1-a927-32437eabad10",
      "name": "Get row(s) in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -608,
        48
      ]
    },
    {
      "id": "755efe2a-92f7-424c-8dc1-23b8b078accc",
      "name": "Basic LLM Chain",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        288,
        48
      ]
    },
    {
      "id": "6ab7fa6e-1f6d-406d-b87f-14aedbeab062",
      "name": "Azure OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
      "position": [
        288,
        288
      ]
    },
    {
      "id": "b5f63b84-daf1-49d9-a7dd-7fed1fd033de",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -816,
        48
      ]
    },
    {
      "id": "70d8f7be-01f2-430a-871a-f469a1c0cd3c",
      "name": "Download file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -400,
        48
      ]
    },
    {
      "id": "4d83ae47-dc8d-4541-b4d5-16ec90038f48",
      "name": "Extract from File",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        -176,
        48
      ]
    },
    {
      "id": "9f7ac343-94f8-4079-834e-d0cf046476b6",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        48,
        48
      ]
    },
    {
      "id": "3a1b8614-1fdb-4c85-9a4b-fc7ce839d0ee",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -880,
        256
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "19f95e7e-5946-4f11-87c0-c6850395bbb3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -672,
        -208
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d03282dc-712e-454e-a4d0-698751192101",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -448,
        224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "71c24508-72ba-4d20-8ae7-c7cb19e84848",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        -192
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "7c158ad5-823b-4fa7-a238-4bbb456b56d9",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -16,
        224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "4f01fb48-f4c8-4074-a5f4-023d149cc199",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        288,
        -384
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "92f3441a-b1c4-41a4-aaec-c4e22acd8d83",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        208
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "eb0e2eb5-5e7a-4bca-8cea-c2cb84613095",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        272,
        432
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download file": {
      "main": [
        [
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "Send Follow-up Email1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "Download file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Azure OpenAI Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}