性能报告生成器
这是一个AI Chatbot, Multimodal AI领域的自动化工作流,包含 9 个节点。主要使用 Code, Gmail, Webhook, RespondToWebhook, ChainLlm 等节点。 基于AI的模拟求职面试:包含语音、评估和Gmail报告
- •Google 账号和 Gmail API 凭证
- •HTTP Webhook 端点(n8n 会自动生成)
{
"meta": {
"templateCreatedBy": "n8n-ai-assistant"
},
"name": "性能报告生成器",
"tags": [
"assessment",
"report",
"ai-analysis",
"email"
],
"nodes": [
{
"id": "report-overview",
"name": "报告生成器概述",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
100
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "report-webhook",
"name": "接收面试数据",
"type": "n8n-nodes-base.webhook",
"position": [
-100,
300
],
"webhookId": "2587540b-3552-4617-82c2-06b0729d1d6c",
"parameters": {},
"typeVersion": 2
},
{
"id": "ai-assessor",
"name": "AI 面试评估器",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
120,
300
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "openrouter-model",
"name": "OpenRouter聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
120,
500
],
"parameters": {},
"typeVersion": 1
},
{
"id": "process-report",
"name": "处理报告数据",
"type": "n8n-nodes-base.code",
"position": [
340,
300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "display-report",
"name": "显示 HTML 报告",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
560,
200
],
"parameters": {},
"typeVersion": 1.4
},
{
"id": "email-report",
"name": "邮件评估报告",
"type": "n8n-nodes-base.gmail",
"position": [
560,
400
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "setup-notes",
"name": "设置要求",
"type": "n8n-nodes-base.stickyNote",
"position": [
600,
600
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "criteria-info",
"name": "评估标准",
"type": "n8n-nodes-base.stickyNote",
"position": [
-100,
600
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"Process Report Data": {
"main": [
[
{
"node": "Display HTML Report",
"type": "main",
"index": 0
},
{
"node": "Email Assessment Report",
"type": "main",
"index": 0
}
]
]
},
"AI Interview Assessor": {
"main": [
[
{
"node": "Process Report Data",
"type": "main",
"index": 0
}
]
]
},
"OpenRouter Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Interview Assessor",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Receive Interview Data": {
"main": [
[
{
"node": "AI Interview Assessor",
"type": "main",
"index": 0
}
]
]
}
}
}如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - AI 聊天机器人, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
Gerald Denor
@dominixaiGerald Akhidenor is an AI Automation Lead Creative with 5 years of experience in AI automation consultancy. He specializes in n8n and API integrations, driving innovative automation solutions. As founder of DominixAI, Gerald combines creative vision and technical expertise to streamline processes and boost efficiency through cutting-edge AI technologies. Website: https://dominixai.com JobMonkey: https://trafficabc.com/jobmonkey-application-generator/
分享此工作流