8
n8n 中文网amn8n.com

使用APILayer API验证邮箱地址

初级

这是一个Lead Generation领域的自动化工作流,包含 4 个节点。主要使用 Set, HttpRequest, ManualTrigger 等节点。 使用APILayer API验证邮箱地址

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "a45d1jkHh90Cr2bF",
  "meta": {
    "instanceId": "546be790303d737c735a8648874bae91a6b66b48cd2b10cbe4cbfb78039ceb03"
  },
  "name": "使用 APILayer API 验证邮箱地址",
  "tags": [],
  "nodes": [
    {
      "id": "e95f1b1c-1463-4538-b5db-b3e7de2439d7",
      "name": "当点击\"执行工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        140,
        280
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f0c4b220-4ea8-4091-88ad-3caf34d891b4",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        20
      ],
      "parameters": {
        "width": 900,
        "height": 500,
        "content": "## 使用 APILayer API 验证邮箱地址"
      },
      "typeVersion": 1
    },
    {
      "id": "a943df23-8465-44a4-b8c4-c7d2fcde6440",
      "name": "设置邮箱和访问密钥",
      "type": "n8n-nodes-base.set",
      "position": [
        360,
        280
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "cd960b83-b90c-4ff5-a507-ae1af5a9078d",
              "name": "email",
              "type": "string",
              "value": ""
            },
            {
              "id": "60904e7e-7a74-4b34-b36a-43139a1fe868",
              "name": "access_key",
              "type": "string",
              "value": ""
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "d52a933a-b70d-4ccd-b380-7c016e0cf0e6",
      "name": "向 APILayer 发起请求",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        580,
        280
      ],
      "parameters": {
        "url": "=https://apilayer.net/api/check?access_key={{ $json.access_key }}&email={{ $json.email }}",
        "options": {}
      },
      "typeVersion": 4.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "36ac2a1b-00ad-4161-98f5-09e9bc74cb53",
  "connections": {
    "Set Email & Access Key": {
      "main": [
        [
          {
            "node": "Make Request to APILayer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Set Email & Access Key",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 潜在客户开发

需要付费吗?

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

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

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

外部链接
在 n8n.io 查看

分享此工作流