8
n8n 中文网amn8n.com

实时域名提取与邮箱语法验证

初级

这是一个Building Blocks领域的自动化工作流,包含 5 个节点。主要使用 Set, DebugHelper, ManualTrigger 等节点。 实时提取域名并验证邮箱语法

前置要求
  • 无特殊前置要求,导入即可使用
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "8eadf351d49a11e77d3a57adf374670f06c5294af8b1b7c86a1123340397e728"
  },
  "nodes": [
    {
      "id": "2f7c95cb-2545-48b6-aa77-55a6619aa3b6",
      "name": "当点击\"测试工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        140,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1cb42024-9743-4002-b0f5-180d3d95fc44",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        22
      ],
      "parameters": {
        "color": 4,
        "width": 818,
        "height": 446,
        "content": "## 电子邮件验证和提取域名"
      },
      "typeVersion": 1
    },
    {
      "id": "215ff8f7-f94b-4999-a0db-c3ee93041001",
      "name": "设置这些字段以提取域名",
      "type": "n8n-nodes-base.set",
      "position": [
        660,
        240
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "be48e606-536b-48a0-a0b9-ba1ca0296e75",
              "name": "Valid EmailIs email ",
              "type": "string",
              "value": "={{ $json.email.isEmail() }}"
            },
            {
              "id": "68e983c1-3f12-45ab-a441-ca54444a1f42",
              "name": "Extract Domain",
              "type": "string",
              "value": "={{ $json.email.extractDomain() }}"
            },
            {
              "id": "37447324-b80a-40cf-a41e-92c7550f3702",
              "name": "email",
              "type": "string",
              "value": "={{ $json.email }}"
            }
          ]
        }
      },
      "typeVersion": 3.3
    },
    {
      "id": "e85e9445-2f43-4545-a41d-f9ced6e8c8d9",
      "name": "生成随机数据",
      "type": "n8n-nodes-base.debugHelper",
      "position": [
        420,
        240
      ],
      "parameters": {
        "category": "randomData",
        "randomDataType": "email"
      },
      "typeVersion": 1
    },
    {
      "id": "d7bb0ffd-df07-4f1b-be68-1776fc3fe7e4",
      "name": "便签 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        360,
        160
      ],
      "parameters": {
        "height": 253,
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {
    "Generate random data": [
      {
        "email": "Megan.Lueilwitz@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Tommie70@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Joanna.Fisher@yahoo.com",
        "confirmed": false
      },
      {
        "email": "Terrence.Hettinger@yahoo.com",
        "confirmed": false
      },
      {
        "email": "Eddie.Bradtke@hotmail.com",
        "confirmed": false
      },
      {
        "email": "Marcus.Considine64@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Constance.Markshotmail.com",
        "confirmed": false
      },
      {
        "email": "Dominick.Corwin@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Ellen54@yahoo.com",
        "confirmed": true
      },
      {
        "email": "Angel.Hartmann40@hotmail.com",
        "confirmed": false
      }
    ]
  },
  "connections": {
    "Generate random data": {
      "main": [
        [
          {
            "node": "Set these fields to extract domain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking \"Test workflow\"": {
      "main": [
        [
          {
            "node": "Generate random data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 构建模块

需要付费吗?

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

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

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

作者
Imperol

Imperol

@imperolq

Automation expert with years of experience helping businesses improve their efficiency and productivity with smart automations that are affordable, scalable, and flexible.

外部链接
在 n8n.io 查看

分享此工作流