8
n8n 中文网amn8n.com

n8n中的Tawk.to聊天到Gmail警报自动化

初级

这是一个Support Chatbot领域的自动化工作流,包含 3 个节点。主要使用 Set, Gmail, Webhook 等节点。 将Tawk.to聊天消息通知发送到Gmail

前置要求
  • Google 账号和 Gmail API 凭证
  • HTTP Webhook 端点(n8n 会自动生成)

使用的节点 (3)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "yDUWltdKzcyL7PJD",
  "meta": {
    "instanceId": "29dccb3f636e984cab758d231ae358f0228fd43880fb6292144b674668680e5a",
    "templateCredsSetupCompleted": true
  },
  "name": "n8n 中的 Tawk.to 聊天到 Gmail 警报自动化",
  "tags": [],
  "nodes": [
    {
      "id": "ae1e6f64-3e83-4aaf-bf4b-a10df03f270c",
      "name": "接收 Tawk.to 请求",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -620,
        -360
      ],
      "webhookId": "a4bf95cd-a30a-4ae0-bd2a-6d96e6cca3b4",
      "parameters": {
        "path": "a4bf95cd-a30a-4ae0-bd2a-6d96e6cca3b4",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 2
    },
    {
      "id": "f342fac4-9c57-4717-8e92-f37664aabc4c",
      "name": "格式化消息",
      "type": "n8n-nodes-base.set",
      "position": [
        -400,
        -360
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "1562e142-b34a-4823-afec-a3073c88d348",
              "name": "chat_id",
              "type": "string",
              "value": "={{ $json.body.chatId }}"
            },
            {
              "id": "38edc953-5924-4a1b-821a-7146cea02c6e",
              "name": "visitor_country",
              "type": "string",
              "value": "={{ $json.body.visitor.country }}"
            },
            {
              "id": "a7aae533-a46e-40ac-9dda-19d79314580a",
              "name": "visitor_name",
              "type": "string",
              "value": "={{ $json.body.visitor.name }}"
            },
            {
              "id": "917b2c1b-711b-4349-adc3-869d3330177a",
              "name": "message",
              "type": "string",
              "value": "={{ $json.body.message.text }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "32cd7e5e-c374-4725-95bc-9cdad748d38a",
      "name": "发送警报邮件",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -180,
        -360
      ],
      "webhookId": "541842a3-7016-4745-b243-98ec2dad8ae2",
      "parameters": {
        "sendTo": "",
        "message": "=Hi Team,\n\nYou have received a new chat message.\n\nChat ID: {{$json.chat_id}}\nVisitor Name: {{$json.visitor_name}}\nVisitor Country: {{$json.visitor_country}}\n\nMessage:\n{{$json.message}}\n\nPlease respond promptly.\n\nBest regards,\nYour Support Bot\n",
        "options": {},
        "subject": "=Support Alert: New Chat from {{ $json.visitor_name }} ({{ $json.visitor_country }})",
        "emailType": "text"
      },
      "typeVersion": 2.1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a8802e9e-e31d-4179-9d73-cd629f9dfb6e",
  "connections": {
    "Send alert email": {
      "main": [
        []
      ]
    },
    "Format the message": {
      "main": [
        [
          {
            "node": "Send alert email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Tawk.to Request": {
      "main": [
        [
          {
            "node": "Format the message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 客服机器人

需要付费吗?

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

工作流信息
难度等级
初级
节点数量3
分类1
节点类型3
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

外部链接
在 n8n.io 查看

分享此工作流