求职申请代理
中级
这是一个Multimodal AI领域的自动化工作流,包含 15 个节点。主要使用 If, Form, Markdown, GmailTool, FormTrigger 等节点。 求职申请自动化代理
前置要求
- •Google 账号和 Gmail API 凭证
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
- •OpenAI API Key
使用的节点 (15)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "TgerHOX1Lk3hIGiM",
"meta": {
"instanceId": "061ca141d020a6e1355b8c7fe05f92a699e37e92079ad2e150a506ee8bbe9e11"
},
"name": "求职申请 Agent",
"tags": [],
"nodes": [
{
"id": "edb25e44-ef64-4997-ba1f-a101c9cbbba3",
"name": "表单提交时",
"type": "n8n-nodes-base.formTrigger",
"position": [
-832,
176
],
"webhookId": "cd48da96-9083-435f-8587-d4f38bec0f5a",
"parameters": {
"options": {
"appendAttribution": false
},
"formTitle": "Lead Agent",
"formFields": {
"values": [
{
"fieldLabel": "Target Business Website",
"requiredField": true
},
{
"fieldType": "dropdown",
"fieldLabel": "Applying As",
"fieldOptions": {
"values": [
{
"option": "Video Editor"
},
{
"option": "SEO Expert"
},
{
"option": "Full-Stack Developer"
},
{
"option": "Social Media Manager"
}
]
},
"requiredField": true
}
]
},
"responseMode": "lastNode",
"formDescription": "Give the Target Business URL"
},
"typeVersion": 2.2
},
{
"id": "b5b96cc7-730d-48bd-a03d-a592c417a422",
"name": "AI 代理",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
800,
160
],
"parameters": {
"text": "=Business/Company Info: {{ $('Information Extractor').item.json.output.Summary }}\nEmaill Address: {{ $('Information Extractor').item.json.output['Email Address'] }}\n\nApplied Position: {{ $('On form submission').item.json['Applying As'] }}",
"options": {
"systemMessage": "=You task is to make a perfect Email based on the applied position for the Company/Business. And send the email with a perfect subject to the email address.\nMy Name is Jamal Mia. And my working experience data is given for the applied position in the google Sheet."
},
"promptType": "define"
},
"typeVersion": 2.1
},
{
"id": "f3a53306-65df-4baa-95bc-83e3b16f1b02",
"name": "OpenAI 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
800,
384
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5",
"cachedResultName": "gpt-5"
},
"options": {}
},
"typeVersion": 1.2
},
{
"id": "b6871b1c-92dd-4cd5-883d-a1df5eed3a05",
"name": "在 Gmail 中发送消息",
"type": "n8n-nodes-base.gmailTool",
"position": [
1184,
432
],
"webhookId": "4c34f0dd-0d7f-4358-a3b9-2554cc0488c8",
"parameters": {
"sendTo": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('To', ``, 'string') }}",
"message": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Message', ``, 'string') }}",
"options": {
"senderName": "Jamal Mia",
"appendAttribution": false
},
"subject": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Subject', ``, 'string') }}",
"emailType": "text"
},
"typeVersion": 2.1
},
{
"id": "dbe11241-a8df-497a-87c1-b3f68cf2818d",
"name": "在 Google Sheets 中获取行",
"type": "n8n-nodes-base.googleSheetsTool",
"position": [
992,
432
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1PMZvVn239wT2EXWZ45WL5UE_12PNZOMzlH54V03DXoM/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1PMZvVn239wT2EXWZ45WL5UE_12PNZOMzlH54V03DXoM",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1PMZvVn239wT2EXWZ45WL5UE_12PNZOMzlH54V03DXoM/edit?usp=drivesdk",
"cachedResultName": "Working Experience Data"
}
},
"typeVersion": 4.6
},
{
"id": "d9efc3ed-4370-4440-855a-e7a2dd2b25bc",
"name": "表单",
"type": "n8n-nodes-base.form",
"position": [
1328,
160
],
"webhookId": "a6e69f44-4568-4ebc-af72-100ffdc05c39",
"parameters": {
"options": {},
"operation": "completion",
"completionTitle": "Agent Response",
"completionMessage": "={{ $json.output }}"
},
"typeVersion": 1
},
{
"id": "a1da7bcc-2f62-4511-80b4-1eff9e446ff9",
"name": "HTTP请求",
"type": "n8n-nodes-base.httpRequest",
"position": [
-624,
176
],
"parameters": {
"url": "={{ $json[\"Target Business Website\"] }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "32d6f5b9-f806-4984-9e43-7e4f76245e4c",
"name": "Markdown",
"type": "n8n-nodes-base.markdown",
"position": [
-416,
176
],
"parameters": {
"html": "={{ $json.data }}",
"options": {}
},
"typeVersion": 1
},
{
"id": "61fae134-469e-4991-8e98-523b99c65123",
"name": "信息提取器",
"type": "@n8n/n8n-nodes-langchain.informationExtractor",
"position": [
-208,
176
],
"parameters": {
"text": "={{ $json.data }}",
"options": {},
"attributes": {
"attributes": [
{
"name": "Email Address",
"required": true,
"description": "only 1 email address from the data in perfect email format"
},
{
"name": "Summary",
"required": true,
"description": "a simple summary about the Company/Business"
}
]
}
},
"typeVersion": 1.2
},
{
"id": "ef4190f4-487d-4f08-97a0-853c57352535",
"name": "OpenAI 聊天模型1",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-160,
352
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5",
"cachedResultName": "gpt-5"
},
"options": {}
},
"typeVersion": 1.2
},
{
"id": "2565ac6d-5423-4ded-ab2b-15db5025f158",
"name": "如果",
"type": "n8n-nodes-base.if",
"position": [
256,
176
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "44e1e352-e6ec-43fd-b49c-23f46eba15b5",
"operator": {
"type": "string",
"operation": "contains"
},
"leftValue": "={{ $json.output[\"Email Address\"] }}",
"rightValue": "@"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "43dd189f-42f0-498a-af10-1f87c5ae948b",
"name": "无操作,不执行任何操作",
"type": "n8n-nodes-base.noOp",
"position": [
528,
272
],
"parameters": {},
"typeVersion": 1
},
{
"id": "6bb7b6b1-04da-42f8-8f05-ed25f2cc3820",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"color": 7,
"width": 464,
"height": 80,
"content": "# 求职申请 Agent - GPT 5"
},
"typeVersion": 1
},
{
"id": "1e8fdc0b-7144-4e1a-802b-e6a405fb5da2",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-832,
592
],
"parameters": {
"color": 7,
"width": 768,
"height": 608,
"content": "---"
},
"typeVersion": 1
},
{
"id": "7e1d3203-adbd-4e4d-a146-b39ba5fa62d8",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
672
],
"parameters": {
"color": 7,
"width": 480,
"height": 464,
"content": "## 从这里开始:分步 YouTube 教程 :star:"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "d71c296f-542f-40c4-92f0-ac43c291ef10",
"connections": {
"If": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
],
[
{
"node": "No Operation, do nothing",
"type": "main",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "Form",
"type": "main",
"index": 0
}
]
]
},
"Markdown": {
"main": [
[
{
"node": "Information Extractor",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Markdown",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"On form submission": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model1": {
"ai_languageModel": [
[
{
"node": "Information Extractor",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Information Extractor": {
"main": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
]
},
"Send a message in Gmail": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get row(s) in sheet in Google Sheets": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
AI潜在客户挖掘智能体
使用Apify、AI和Gmail的自动化潜在客户生成与冷邮件发送
If
Set
Wait
+11
20 节点Rakin Jakaria
潜在客户开发
在可视化参考库中探索n8n节点
在可视化参考库中探索n8n节点
If
Ftp
Set
+93
113 节点I versus AI
其他
落地页分析器
落地页分析代理
Form
Markdown
Form Trigger
+5
10 节点Rakin Jakaria
AI 摘要总结
在 Google Sheets 中拥有数据存储
个人知识助手:通过 Telegram 和 Google Sheets 提取和检索摘要
If
Filter
Markdown
+10
24 节点Rakin Jakaria
个人效率
一体化智能体
个人AI智能体
If
Gmail
Telegram
+13
30 节点Rakin Jakaria
AI 聊天机器人
YouTube 趋势发现器
YouTube 趋势发现助手
If
Set
Code
+8
17 节点Rakin Jakaria
市场调研