将新收到的电子邮件作为新行添加到Google Sheets电子表格中。
初级
这是一个Other, Building Blocks领域的自动化工作流,包含 4 个节点。主要使用 GmailTrigger, GoogleSheets 等节点。 将新收到的电子邮件作为新行添加到Google Sheets电子表格中
前置要求
- •Google 账号和 Gmail API 凭证
- •Google Sheets API 凭证
使用的节点 (4)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "dCLvOuZgc8tToQwu",
"meta": {
"instanceId": "14e4c77104722ab186539dfea5182e419aecc83d85963fe13f6de862c875ebfa",
"templateCredsSetupCompleted": true
},
"name": "将新收到的电子邮件作为新行添加到 Google Sheets 电子表格中。",
"tags": [],
"nodes": [
{
"id": "4db1f92f-6425-41c4-8f26-94e13ef5cd1f",
"name": "Gmail 触发器",
"type": "n8n-nodes-base.gmailTrigger",
"notes": "Gmail Trigger\n",
"position": [
-200,
-20
],
"parameters": {
"filters": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"credentials": {
"gmailOAuth2": {
"id": "",
"name": ""
}
},
"notesInFlow": true,
"typeVersion": 1.2
},
{
"id": "77c70cbd-fca7-4925-9a47-e2c903b8a64e",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
180,
-20
],
"parameters": {
"columns": {
"value": {
"body": "={{ $json.snippet }}",
"Subject": "={{ $json.Subject }}",
"Sender Email": "={{ $json.From }}"
},
"schema": [
{
"id": "Sender Email",
"type": "string",
"display": true,
"required": false,
"displayName": "Sender Email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Subject",
"type": "string",
"display": true,
"required": false,
"displayName": "Subject",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "body",
"type": "string",
"display": true,
"required": false,
"displayName": "body",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "",
"cachedResultName": ""
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1o28BFBtzzsnwN01VTcfRp2BUyAFi9e-91H_b920_gJc",
"cachedResultUrl": "",
"cachedResultName": ""
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "",
"name": ""
}
},
"typeVersion": 4.5
},
{
"id": "0bc68783-e959-40f7-8cc3-a8800e62029a",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-260,
-80
],
"parameters": {
"color": 2,
"width": 660,
"height": 260,
"content": "### 将新收到的电子邮件作为新行添加到 Google Sheets 电子表格中。"
},
"typeVersion": 1
},
{
"id": "90a94a4d-60fc-40d2-8b1e-1bf01c98d789",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-260,
200
],
"parameters": {
"color": 2,
"width": 660,
"content": "## 描述:"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "d8ab2b16-b091-455b-ad43-8e117a49e297",
"connections": {
"Gmail Trigger": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 其他, 构建模块
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
将新的Google Calendar事件发布到Telegram
将新的Google Calendar事件发布到Telegram
Telegram
Google Calendar Trigger
4 节点WeblineIndia
其他
客户反馈循环分析器
使用AI、Google表格和Slack提醒自动分类客户反馈
Code
Gmail
Slack
+7
11 节点WeblineIndia
杂项
将图片从JPG/PNG转换为WebP
使用APYHub和Google Drive自动优化图片:将JPG/PNG转换为WebP
Set
Code
Switch
+5
12 节点Davide
其他
从Google Sheets自动创建Google Calendar事件
基于Google Sheets数据自动创建Google Calendar事件
Code
Google Calendar
Google Sheets Trigger
+1
5 节点WeblineIndia
其他
自动化 PDF 转 HTML 转换
使用PDF.co和Google Drive将PDF转换为HTML
If
Code
Google Drive
+3
7 节点WeblineIndia
构建模块
将Google联系人的每日生日提醒发送到Slack
从Google联系人获取每日生日提醒并发送到Slack
If
Slack
Filter
+3
7 节点WeblineIndia
其他
工作流信息
难度等级
初级
节点数量4
分类2
节点类型3
作者
WeblineIndia
@weblineindiaA Leading Software Engineering, Consulting & Outsourcing Services Company in USA & India serving Clients Globally since 1999.
外部链接
在 n8n.io 查看 →
分享此工作流