8
n8n 中文网amn8n.com

性能报告生成器

中级

这是一个AI Chatbot, Multimodal AI领域的自动化工作流,包含 9 个节点。主要使用 Code, Gmail, Webhook, RespondToWebhook, ChainLlm 等节点。 基于AI的模拟求职面试:包含语音、评估和Gmail报告

前置要求
  • Google 账号和 Gmail API 凭证
  • HTTP Webhook 端点(n8n 会自动生成)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 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)可能需要您自行付费。

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

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

作者
Gerald Denor

Gerald Denor

@dominixai

Gerald 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/

外部链接
在 n8n.io 查看

分享此工作流