{
  "name": "Transform raw hiring transcripts into briefs & scorecards with AI and Google Docs",
  "nodes": [
    {
      "id": "680c3b20-8bfb-403f-893f-0bcb2fa82bcd",
      "name": "Sending raw hiring brief transcript",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -40,
        -80
      ]
    },
    {
      "id": "5c131ad3-5c02-41c8-844e-6733fd75a94c",
      "name": "Extracting text",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        120,
        -80
      ]
    },
    {
      "id": "a3e449a4-dfb3-4521-827e-4c998c1821d5",
      "name": "Summarizing raw transcript",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        280,
        -80
      ]
    },
    {
      "id": "57c1aad9-7c87-4742-8a7a-7be2f6a6e0c3",
      "name": "Generating scorecards",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        680,
        -140
      ]
    },
    {
      "id": "1ab4bc8f-fb00-4e19-9228-5ca0683632f1",
      "name": "Creating hiring brief file",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        680,
        80
      ]
    },
    {
      "id": "249d8f89-7e97-42d6-87d8-8e1acb02de9d",
      "name": "Adding brief to file",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        880,
        80
      ]
    },
    {
      "id": "7738eab0-0be8-43a8-828d-cbcdc0fce3ef",
      "name": "Creating Scorecards file",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        1040,
        -140
      ]
    },
    {
      "id": "3781bf90-331a-4dff-af85-47f74ffebdfe",
      "name": "Adding scorecards to File",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        1260,
        -140
      ]
    },
    {
      "id": "a9950174-c55f-4c47-b22a-b1bb0f17af2f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -460
      ],
      "parameters": {
        "width": 747,
        "height": 332,
        "content": "### 💡 Who is this template for ?\nBasically anyone involved in recurring recruiting processes and looking to save a considerable amount of time and energy (Talent acquisitions Managers, recruiting cons"
      }
    },
    {
      "id": "5088789a-80bc-490a-b5b5-8bf7f7371257",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        700,
        -260
      ],
      "parameters": {
        "width": 202,
        "height": 96,
        "content": "👇 Feel free to adapt the prompt so that the format of the scorecards reflects your existing process. "
      }
    }
  ],
  "connections": {
    "Extracting text": {
      "main": [
        [
          {
            "node": "Summarizing raw transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generating scorecards": {
      "main": [
        [
          {
            "node": "Creating Scorecards file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Creating Scorecards file": {
      "main": [
        [
          {
            "node": "Adding scorecards to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Creating hiring brief file": {
      "main": [
        [
          {
            "node": "Adding brief to file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Summarizing raw transcript": {
      "main": [
        [
          {
            "node": "Creating hiring brief file",
            "type": "main",
            "index": 0
          },
          {
            "node": "Generating scorecards",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sending raw hiring brief transcript": {
      "main": [
        [
          {
            "node": "Extracting text",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}