8
n8n 中文网amn8n.com

我的工作流2

中级

这是一个Lead Generation领域的自动化工作流,包含 13 个节点。主要使用 Filter, HttpRequest, GoogleSheets, SplitInBatches, GoogleSheetsTrigger 等节点。 使用Rapid Email Verifier为Google表格自动验证邮件

前置要求
  • 可能需要目标 API 的认证凭证
  • Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "O9e1SfXnhax8YZal",
  "meta": {
    "instanceId": "f080fafc9937b6b383f471ad8cc35ad1727032832bd16212f900e0577db46644"
  },
  "name": "我的工作流 2",
  "tags": [],
  "nodes": [
    {
      "id": "13f98fdb-07fc-49a9-9362-1eb1bab2e1ee",
      "name": "监控新邮件条目",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        112,
        544
      ],
      "parameters": {
        "event": "rowAdded",
        "options": {},
        "pollTimes": {
          "item": [
            {
              "mode": "everyHour"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "",
          "cachedResultName": "Your Email Verification Spreadsheet"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "28e1409f-e4ef-46aa-b035-a8227d5d6646",
      "name": "更新验证结果",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1584,
        544
      ],
      "parameters": {
        "columns": {
          "value": {
            "SrNo": "={{ $('Filter Unverified Emails').item.json.SrNo }}",
            "Email Verified": "={{ $json.status }}"
          },
          "schema": [
            {
              "id": "SrNo",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "SrNo",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Name",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Email",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email Verified",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Email Verified",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "SrNo"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "appendOrUpdate",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "",
          "cachedResultName": "Your Email Verification Spreadsheet"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "XruFPA2NpYd9OmBT",
          "name": "Google Sheets account"
        }
      },
      "typeVersion": 4.6,
      "alwaysOutputData": true
    },
    {
      "id": "2ee35cec-c0a0-476e-b91e-ee18e586f989",
      "name": "工作流概览",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "color": 6,
        "width": 416,
        "height": 192,
        "content": "📧 自动化邮件验证系统"
      },
      "typeVersion": 1
    },
    {
      "id": "601194a5-7ddf-48e4-814d-7f8be5a4cb99",
      "name": "设置说明",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        496,
        0
      ],
      "parameters": {
        "color": 5,
        "width": 416,
        "height": 208,
        "content": "⚙️ 快速设置指南"
      },
      "typeVersion": 1
    },
    {
      "id": "99d920b4-a489-4215-8757-0f123f6351e8",
      "name": "触发器说明",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        272
      ],
      "parameters": {
        "color": 4,
        "width": 352,
        "height": 192,
        "content": "🚀 监控触发器"
      },
      "typeVersion": 1
    },
    {
      "id": "0f7b061a-3410-48a6-bc71-39d93595ff6d",
      "name": "过滤未验证的邮件",
      "type": "n8n-nodes-base.filter",
      "position": [
        528,
        544
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "80aa56a4-b365-448f-9214-71f0ba758947",
              "operator": {
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json['Email Verified'] }}",
              "rightValue": ""
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "0af226e1-ded6-4fb4-b5af-296b02be9c63",
      "name": "批量处理邮件",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        832,
        544
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "92f176f5-6cef-4b7f-abd7-0a8bd6b9eda2",
      "name": "验证邮件地址",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1216,
        544
      ],
      "parameters": {
        "url": "https://rapid-email-verifier.fly.dev/api/validate",
        "options": {},
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "email",
              "value": "={{ $json.Email }}"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "7513234f-b1a3-4fe8-b167-410bb8a6921e",
      "name": "过滤逻辑",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        352,
        256
      ],
      "parameters": {
        "color": 4,
        "width": 352,
        "height": 192,
        "content": "🔍 智能过滤"
      },
      "typeVersion": 1
    },
    {
      "id": "d45072c3-7be3-423a-8afc-f787fc484772",
      "name": "批量处理",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        752,
        256
      ],
      "parameters": {
        "color": 4,
        "width": 256,
        "height": 224,
        "content": "⚙️ 批量处理"
      },
      "typeVersion": 1
    },
    {
      "id": "e8d919ee-92d1-41b8-8862-6c12e8bff6d5",
      "name": "API 详情",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1072,
        256
      ],
      "parameters": {
        "color": 4,
        "width": 352,
        "height": 224,
        "content": "🌐 邮件验证 API"
      },
      "typeVersion": 1
    },
    {
      "id": "dc571bb2-e2f0-4a5d-870b-62f388c7609f",
      "name": "结果更新",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1472,
        256
      ],
      "parameters": {
        "color": 4,
        "width": 352,
        "height": 224,
        "content": "✅ 结果更新"
      },
      "typeVersion": 1
    },
    {
      "id": "8e1eeaaf-823b-468b-90c4-6bd03c068a34",
      "name": "性能指标",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        992,
        0
      ],
      "parameters": {
        "color": 7,
        "width": 416,
        "height": 224,
        "content": "📈 工作流性能"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a5ff6180-438a-4e77-98ea-372bf7177dc8",
  "connections": {
    "Verify Email Address": {
      "main": [
        [
          {
            "node": "Update Verification Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Unverified Emails": {
      "main": [
        [
          {
            "node": "Process Emails in Batches",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Monitor New Email Entries": {
      "main": [
        [
          {
            "node": "Filter Unverified Emails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Emails in Batches": {
      "main": [
        [],
        [
          {
            "node": "Verify Email Address",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Verification Results": {
      "main": [
        [
          {
            "node": "Process Emails in Batches",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 潜在客户开发

需要付费吗?

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

工作流信息
难度等级
中级
节点数量13
分类1
节点类型6
难度说明

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

外部链接
在 n8n.io 查看

分享此工作流