8
n8n 中文网amn8n.com

基于IMAP回复的邮件序列停止器

中级

这是一个Social Media领域的自动化工作流,包含 10 个节点。主要使用 Code, GoogleSheets, EmailReadImap 等节点。 使用IMAP和Google表格基于回复自动停止邮件序列

前置要求
  • Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "BjAH6U8A1BMNtX7W",
  "meta": {
    "instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc"
  },
  "name": "IMAP Reply-Based Sequence Stopper",
  "tags": [],
  "nodes": [
    {
      "id": "4fbf8996-96e4-415c-929f-656629a987a4",
      "name": "Email Trigger (IMAP)",
      "type": "n8n-nodes-base.emailReadImap",
      "position": [
        500,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "f8b81645-947d-4ea4-8808-e86c4a6ef8f6",
      "name": "Track replies",
      "type": "n8n-nodes-base.code",
      "position": [
        720,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5d30a213-a5b2-4c07-ad48-a7b4c1c3424c",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "def234c3-9968-4288-b58f-7259e67f448f",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        180
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "034b73cc-389d-4b6f-a8c7-16043decc2df",
      "name": "Sticky Note 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        740,
        80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "41c67b1a-221e-4d83-8ee0-a2531267ec40",
      "name": "Sticky Note 4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2fe77256-90ec-463d-8aa5-f250f2100015",
      "name": "Sticky Note 5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "714310f0-8abd-47ca-a217-1f5f06bc94f4",
      "name": "SMART MATCHING",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        940,
        340
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "021e5c31-55d2-4784-a7bd-b722a36f6c96",
      "name": "AUTO-STOP SEQUENCES",
      "type": "n8n-nodes-base.code",
      "position": [
        1160,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "a21db415-c853-4eb4-9c7d-22530763aa9a",
      "name": "Update Record",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1400,
        340
      ],
      "parameters": {},
      "typeVersion": 4.6
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f088a1b0-a58f-4e48-9165-7e139280e62f",
  "connections": {
    "Track replies": {
      "main": [
        [
          {
            "node": "SMART MATCHING",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SMART MATCHING": {
      "main": [
        [
          {
            "node": "AUTO-STOP SEQUENCES",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AUTO-STOP SEQUENCES": {
      "main": [
        [
          {
            "node": "Update Record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Trigger (IMAP)": {
      "main": [
        [
          {
            "node": "Track replies",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 社交媒体

需要付费吗?

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

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

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

作者
David Olusola

David Olusola

@dae221

AI automation consultant working with ambitious businesses on their most complex operational challenges. For project inquiries, reach me at david@daexai.com

外部链接
在 n8n.io 查看

分享此工作流