在 Google Sheets 中使用 Email Validator AI 自动化邮件验证
中级
这是一个Lead Generation, AI Summarization领域的自动化工作流,包含 11 个节点。主要使用 HttpRequest, GoogleSheets, ManualTrigger, SplitInBatches 等节点。 使用 Email Validator AI 在 Google Sheets 中实现邮件验证自动化
前置要求
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "60c025075753afcab9f803964b4caaca9402f435deb4efafbb8e3b93b54d8752"
},
"nodes": [
{
"id": "c1fe40ba-44dc-4b9b-b6ba-e3be53e58b9c",
"name": "当点击\"执行工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
80,
180
],
"parameters": {},
"typeVersion": 1
},
{
"id": "35e321f8-0d51-4d08-973f-3aa6cc7c6540",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
300,
180
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "url",
"value": ""
},
"documentId": {
"__rl": true,
"mode": "url",
"value": ""
},
"authentication": "serviceAccount"
},
"credentials": {
"googleApi": {
"id": "Rt0RWApx8PL9t0RF",
"name": "Google Docs account"
}
},
"typeVersion": 4.6
},
{
"id": "0a4594fe-0fa5-4c9d-a2b8-b6d747c8fcbe",
"name": "遍历项目",
"type": "n8n-nodes-base.splitInBatches",
"position": [
640,
180
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "c89ee585-2187-437c-a541-7accad9bf9a6",
"name": "HTTP 请求",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueErrorOutput",
"position": [
920,
200
],
"parameters": {
"url": "https://email-validator-ai.p.rapidapi.com/email.php",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "multipart-form-data",
"sendHeaders": true,
"bodyParameters": {
"parameters": [
{
"name": "email",
"value": "={{ $json.email }}"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "x-rapidapi-host",
"value": "email-validator-ai.p.rapidapi.com"
},
{
"name": "x-rapidapi-key",
"value": "your key"
}
]
}
},
"retryOnFail": false,
"typeVersion": 4.2
},
{
"id": "67fbd30e-fce6-4d4a-b956-6e915ef32806",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"height": 340,
"content": "### 🔘 当点击“执行工作流”时"
},
"typeVersion": 1
},
{
"id": "57c6547d-e0bf-412c-b4dc-17e3a7eee5f0",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
280,
0
],
"parameters": {
"height": 340,
"content": "### 📄 Google Sheets(读取)"
},
"typeVersion": 1
},
{
"id": "a52a13a2-448b-4edd-b56c-46a8276336f3",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
560,
0
],
"parameters": {
"height": 340,
"content": "### 🔁 循环遍历项(分批拆分)"
},
"typeVersion": 1
},
{
"id": "15ff72ad-4f94-4c9c-a763-3613a4d92d3e",
"name": "便签4",
"type": "n8n-nodes-base.stickyNote",
"position": [
840,
0
],
"parameters": {
"height": 340,
"content": "### 🌐 HTTP 请求(RapidAPI)"
},
"typeVersion": 1
},
{
"id": "efbdaf78-2e00-4b07-86b3-3b804abdbb11",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
1200,
160
],
"parameters": {
"height": 380,
"content": "### 📄 Google Sheets(更新)"
},
"typeVersion": 1
},
{
"id": "e7ece89d-82ea-434b-bfc6-be30299dac43",
"name": "Google Sheets(更新行)",
"type": "n8n-nodes-base.googleSheets",
"position": [
1280,
360
],
"parameters": {
"columns": {
"value": {
"email": "={{ $json.email }}",
"is_disposable ": "={{ $json.disposable }}"
},
"schema": [
{
"id": "email",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "is_disposable ",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "is_disposable ",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"email"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "url",
"value": ""
},
"documentId": {
"__rl": true,
"mode": "url",
"value": ""
},
"authentication": "serviceAccount"
},
"credentials": {
"googleApi": {
"id": "Rt0RWApx8PL9t0RF",
"name": "Google Docs account"
}
},
"typeVersion": 4.6
},
{
"id": "41e4dabd-f1ce-4f8b-b0b0-b128317824e2",
"name": "便签5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-780,
-140
],
"parameters": {
"width": 720,
"height": 1280,
"content": "# 📊 邮箱验证与 Google Sheets 更新"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"HTTP Request": {
"main": [
[
{
"node": "Google Sheets ( Update Row )",
"type": "main",
"index": 0
}
],
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[],
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets ( Update Row )": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 潜在客户开发, AI 摘要总结
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用RapidAPI验证和丰富Google表格中的电话号码
使用RapidAPI验证和丰富Google表格中的电话号码
Http Request
Google Sheets
Manual Trigger
+2
11 节点Sk developer
潜在客户开发
潜在客户开发与邮件工作流
使用Google Maps、SendGrid和AI自动化B2B潜在客户开发与邮件营销
If
Set
Code
+21
141 节点Ezema Kingsley Chibuzo
潜在客户开发
使用Perplexity AI和Google Sheets通过业务数据丰富公司域名
使用Perplexity AI和Google Sheets通过业务数据丰富公司域名
Code
Http Request
Google Sheets
+3
9 节点Naveen Choudhary
潜在客户开发
使用Google Sheets、SerpAPI、Apify和GPT-4o提取本地企业联系人
使用Google Sheets、SerpAPI、Apify和GPT-4o提取本地企业联系人
Code
Filter
Summarize
+10
18 节点Robert Breen
潜在客户开发
使用Bright Data和Google Gemini的Google Maps企业抓取和线索丰富
使用Bright Data和Google Gemini的Google Maps企业抓取和线索丰富工具
Set
Code
Wait
+11
29 节点Ranjan Dailata
潜在客户开发
批量下载无水印TikTok视频至Google Drive并追踪
批量下载无水印TikTok视频至Google Drive并追踪
Wait
Google Drive
Http Request
+4
21 节点Sk developer
文件管理