{
  "name": "Automate candidate rejections with GPT-4o-mini, Gmail & ClickUp task tracking",
  "nodes": [
    {
      "id": "4fda932e-4730-482d-952e-7ac16e2e53f2",
      "name": "Send Rejection Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        208,
        352
      ]
    },
    {
      "id": "169eb781-745d-464b-9200-36e8f717049b",
      "name": "Get row(s) in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1296,
        64
      ]
    },
    {
      "id": "9a34ce1c-e471-4137-99b2-3b667fafb717",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1568,
        64
      ]
    },
    {
      "id": "cb16c914-5913-4e39-9d19-810f0bc54e34",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        -608,
        64
      ]
    },
    {
      "id": "6e34b7f2-b75d-481c-9a8f-915441f33b9c",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -352,
        64
      ]
    },
    {
      "id": "5e1800cc-efc8-45a1-96ce-8952c8ecdf41",
      "name": "Create a task",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        224,
        160
      ]
    },
    {
      "id": "aa4d3b97-ca6b-4dc1-b956-4c7c4d70f373",
      "name": "Code1",
      "type": "n8n-nodes-base.code",
      "position": [
        -32,
        80
      ]
    },
    {
      "id": "c3943233-b5c8-43b9-9d05-a2131896cc4b",
      "name": "Basic LLM Chain",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -1040,
        64
      ]
    },
    {
      "id": "620afca3-0cf8-44a8-90b2-00a71291ad8a",
      "name": "Azure OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
      "position": [
        -1088,
        272
      ]
    },
    {
      "id": "772ae5a5-0f38-463f-910e-d0c9ba8c351d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -688,
        208
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "831f088d-4d12-4e5f-ba0d-b8568bce1f9e",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        352,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a6dfd803-b53d-4403-87b8-f0808266fbf3",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        544
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f262a965-363e-4be4-befa-e8a187b186ca",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        -192
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c2497022-256a-4e83-b14a-127d1d63153f",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -384,
        208
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d350ebe5-e6e7-49b7-bbc4-2da9247e8c40",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1168,
        416
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c3824f6f-ce1e-4f1c-b075-fd51c7f19717",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1040,
        -208
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "ecde2db4-72db-470e-904b-2736ccbb1682",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1376,
        -224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "5f49e379-01c6-4824-85a9-811e2cceda85",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1648,
        240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [],
        [
          {
            "node": "Code1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code1": {
      "main": [
        [
          {
            "node": "Send Rejection Email",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create a task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "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
          }
        ]
      ]
    }
  }
}