我的工作流3

中级

这是一个HR、AI领域的自动化工作流,包含 9 个节点。主要使用 ReadPDF、SplitOut、GoogleDrive、HttpRequest、GoogleSheets 等节点,结合人工智能技术实现智能自动化。 轻松求职:自动化寻找下一份工作

前置要求
  • Google Drive API 凭证
  • 可能需要目标 API 的认证凭证
  • Google Sheets API 凭证
  • OpenAI API Key

分类

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "lN9uOQVOTZqFlVsj",
  "meta": {
    "instanceId": "143d2ab55c8bffb06f8b9c7ad30335764fdc48bbbacecbe2218dadb998a32213",
    "templateCredsSetupCompleted": true
  },
  "name": "我的工作流 3",
  "tags": [],
  "nodes": [
    {
      "id": "e5442c6a-ef95-4b78-b09a-35dee425d6f6",
      "name": "点击“执行”时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "527cc819-c439-4353-a247-c3e832485ff0",
      "name": "读取 PDF",
      "type": "n8n-nodes-base.readPDF",
      "position": [
        440,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "da9591a1-87fd-4b4e-bcae-ec2fc5264b9a",
      "name": "下载简历(PDF 文件)",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "2534a95b-7c65-4c3b-b927-9cdbfbb400a7",
      "name": "筛选相关信息",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        660,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "79a1858d-a405-4e09-8375-538550323cea",
      "name": "分析简历",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        880,
        0
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "fa7e3279-b59d-4c65-bb94-9910f47ec315",
      "name": "寻找合适的工作机会",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1240,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "f85c66f9-08a7-472f-9cf2-8049ccf62ac4",
      "name": "整理招聘信息",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1460,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5fb3753e-b5b9-4a8f-942b-986cd571764d",
      "name": "上传整理到电子表格中的招聘信息",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1700,
        0
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "2a7c8960-b9ec-4114-bc5e-0d878d7485ed",
      "name": "### 需要帮助?",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        -180
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "aa3dddb1-e084-448d-befc-dc430ad6bb48",
  "connections": {
    "Read PDF": {
      "main": [
        [
          {
            "node": "Filter Relevant Information",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyse Resume": {
      "main": [
        [
          {
            "node": "Find Suitable Job Offers ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Download Resume (PDF File)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Organise the Job Posts": {
      "main": [
        [
          {
            "node": "Upload Job Posts Organised in a Spreadsheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Find Suitable Job Offers ": {
      "main": [
        [
          {
            "node": "Organise the Job Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Resume (PDF File)": {
      "main": [
        [
          {
            "node": "Read PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Relevant Information": {
      "main": [
        [
          {
            "node": "Analyse Resume",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

这是一个中级难度的工作流,适用于HR、AI等场景。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量9
分类2
节点类型8
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Mateo Fiorito Rocha

Mateo Fiorito Rocha

@lemolex

Passionate about AI-driven automation, LLMs, and intelligent systems that enhance efficiency and engagement. Let’s build smarter workflows, send me a message!

外部链接
在 n8n.io 上查看 →

分享此工作流