面试官简报包
高级
这是一个HR, AI Summarization领域的自动化工作流,包含 16 个节点。主要使用 Code, Gmail, GoogleDrive, GoogleSheets, ManualTrigger 等节点。 使用Google表格和GPT-4o从简历生成AI驱动的面试简报
前置要求
- •Google 账号和 Gmail API 凭证
- •Google Drive API 凭证
- •Google Sheets API 凭证
- •OpenAI API Key
使用的节点 (16)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "Q0XfAnTulsSa2PXw",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
"templateCredsSetupCompleted": true
},
"name": "面试官简报包",
"tags": [],
"nodes": [
{
"id": "9f6ee7bd-dbb4-4424-90af-96f3c4cef415",
"name": "发送跟进邮件1",
"type": "n8n-nodes-base.gmail",
"position": [
688,
48
],
"webhookId": "0c82c299-6938-42ed-bda6-5007d79af34f",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "05512004-69c4-40c1-a927-32437eabad10",
"name": "获取表格中的行",
"type": "n8n-nodes-base.googleSheets",
"position": [
-608,
48
],
"parameters": {},
"typeVersion": 4
},
{
"id": "755efe2a-92f7-424c-8dc1-23b8b078accc",
"name": "基础 LLM 链",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
288,
48
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "6ab7fa6e-1f6d-406d-b87f-14aedbeab062",
"name": "Azure OpenAI聊天模型1",
"type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
"position": [
288,
288
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b5f63b84-daf1-49d9-a7dd-7fed1fd033de",
"name": "当点击\"执行工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-816,
48
],
"parameters": {},
"typeVersion": 1
},
{
"id": "70d8f7be-01f2-430a-871a-f469a1c0cd3c",
"name": "下载文件",
"type": "n8n-nodes-base.googleDrive",
"position": [
-400,
48
],
"parameters": {},
"typeVersion": 3
},
{
"id": "4d83ae47-dc8d-4541-b4d5-16ec90038f48",
"name": "从文件提取",
"type": "n8n-nodes-base.extractFromFile",
"position": [
-176,
48
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9f7ac343-94f8-4079-834e-d0cf046476b6",
"name": "代码",
"type": "n8n-nodes-base.code",
"position": [
48,
48
],
"parameters": {},
"typeVersion": 2
},
{
"id": "3a1b8614-1fdb-4c85-9a4b-fc7ce839d0ee",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-880,
256
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "19f95e7e-5946-4f11-87c0-c6850395bbb3",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-672,
-208
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "d03282dc-712e-454e-a4d0-698751192101",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-448,
224
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "71c24508-72ba-4d20-8ae7-c7cb19e84848",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-240,
-192
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "7c158ad5-823b-4fa7-a238-4bbb456b56d9",
"name": "便签说明4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-16,
224
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "4f01fb48-f4c8-4074-a5f4-023d149cc199",
"name": "便签说明5",
"type": "n8n-nodes-base.stickyNote",
"position": [
288,
-384
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "92f3441a-b1c4-41a4-aaec-c4e22acd8d83",
"name": "便签6",
"type": "n8n-nodes-base.stickyNote",
"position": [
640,
208
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "eb0e2eb5-5e7a-4bca-8cea-c2cb84613095",
"name": "便签 7",
"type": "n8n-nodes-base.stickyNote",
"position": [
272,
432
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "61a5ee71-d3cb-42cd-9348-5e3f61568aea",
"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
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 人力资源, AI 摘要总结
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
结构化面试反馈收集
使用GPT-4o-mini、Gmail和ClickUp任务跟踪自动化候选人拒绝
If
Code
Gmail
+6
18 节点Rahul Joshi
人力资源
个性化拒绝/下一步邮件
使用Google Sheets、GPT-4o-mini、Gmail和ClickUp自动化候选人拒绝
If
Set
Code
+7
38 节点Rahul Joshi
人力资源
恢复收件箱到表格自动化
从Gmail解析简历至Google Sheets - 使用Azure OpenAI GPT-4o
Code
Gmail
Google Drive
+6
18 节点Rahul Joshi
人力资源
JD匹配分数
使用 Google Drive、Google Sheets 和 GPT-4o 评估简历与职位描述的匹配度
Code
Google Drive
Google Sheets
+5
37 节点Rahul Joshi
人力资源
技能差距 → 培训推荐
为 HR 团队使用 GPT-4o、Google Sheets 和 Gmail 个性化候选人反馈
If
Code
Gmail
+7
27 节点Rahul Joshi
内容创作
Drive到ClickUp简历自动化
使用GPT-4o和Google表格从Google Drive处理简历到ClickUp
Code
Click Up
Google Drive
+6
16 节点Rahul Joshi
人力资源
工作流信息
难度等级
高级
节点数量16
分类2
节点类型9
作者
Rahul Joshi
@rahul08Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.
外部链接
在 n8n.io 查看 →
分享此工作流