n8n中的Tawk.to聊天到Gmail警报自动化
初级
这是一个Support Chatbot领域的自动化工作流,包含 3 个节点。主要使用 Set, Gmail, Webhook 等节点。 将Tawk.to聊天消息通知发送到Gmail
前置要求
- •Google 账号和 Gmail API 凭证
- •HTTP Webhook 端点(n8n 会自动生成)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 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)可能需要您自行付费。
相关工作流推荐
每日货币更新
通过CurrencyFreaks API和Gmail发送每日货币汇率更新
Set
Gmail
Http Request
+2
7 节点Sarfaraz Muhammad Sajib
加密货币交易
WhatsApp上的AI电影推荐器
WhatsApp上的AI电影推荐器
If
Set
Code
+5
20 节点Oneclick AI Squad
客服机器人
与 XML 文件聊天
使用 GPT 和 LangChain 分析与聊天 XML 文件
Set
Xml
Code
+7
10 节点Sarfaraz Muhammad Sajib
文档提取
牙科诊所接待员
使用 Google Calendar、AI 助手和邮件通知自动化牙科预约
If
Code
Gmail
+7
14 节点Md Sabirul Islam
客服机器人
具备多步骤工具执行的AI驱动HVAC排程代理
通过AI代理、Google日历和Gmail自动化HVAC服务排程
Wait
Gmail
Webhook
+11
30 节点Bhuvanesh R
客服机器人
从Notion自动执行客户培育邮件和评价收集
通过Telegram使用Google日历和Notion CRM自动化会议安排
If
Set
Code
+8
19 节点Shelly-Ann Davy
客服机器人