8
n8n 中文网amn8n.com

使用Gmail进行冷邮件外展

中级

这是一个Marketing领域的自动化工作流,包含 6 个节点。主要使用 Gmail, GoogleSheets, SplitInBatches, ScheduleTrigger 等节点。 使用Gmail和Google Sheets的自动冷邮件外展

前置要求
  • Google 账号和 Gmail API 凭证
  • Google Sheets API 凭证

分类

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "mcMZMEYwE7DfnM5a",
  "meta": {
    "instanceId": "18c9b77a7db94bab09d77f4a9c44dd94853695bba1618cb7bc3c4bc412c07c1e"
  },
  "name": "使用 Gmail 进行冷邮件外展",
  "tags": [],
  "nodes": [
    {
      "id": "46595977-723a-412e-a286-4d0b89ab0929",
      "name": "计划触发器",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        60,
        0
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "38d81f78-90ba-4afc-a76a-17036fccc87a",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "ad7a4803-e989-4424-b153-7db26eb0ad7b",
      "name": "批量处理潜在客户",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        500,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "680d867f-13d0-444c-a574-2e15e14e4846",
      "name": "发送个性化邮件",
      "type": "n8n-nodes-base.gmail",
      "position": [
        780,
        -100
      ],
      "webhookId": "ad8c804e-857d-4a94-b722-65b0776f1d10",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "dbd89a27-35bb-48d8-9ac5-2fa1d5d8ae05",
      "name": "获取潜在客户",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        280,
        0
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "628aab46-b398-4b36-85d1-014d652afab1",
      "name": "更新潜在客户状态",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        980,
        0
      ],
      "parameters": {},
      "typeVersion": 4.5
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "d5e6cda8-c19f-4d84-b8a7-3caac878d7a0",
  "connections": {
    "Fetch Leads": {
      "main": [
        [
          {
            "node": "Batch Processing of Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Fetch Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Lead Status": {
      "main": [
        [
          {
            "node": "Batch Processing of Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Personalized Email": {
      "main": [
        [
          {
            "node": "Update Lead Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Batch Processing of Leads": {
      "main": [
        [],
        [
          {
            "node": "Send Personalized Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 营销

需要付费吗?

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

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

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

作者
Rahul Joshi

Rahul Joshi

@rahul08

Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.

外部链接
在 n8n.io 查看

分享此工作流