8
n8n 中文网amn8n.com

发送每日Mailchimp订阅者报告到Slack

初级

这是一个Market Research, Multimodal AI领域的自动化工作流,包含 4 个节点。主要使用 Cron, Slack, Mailchimp 等节点。 发送每日Mailchimp订阅者报告到Slack

前置要求
  • Slack Bot Token 或 Webhook URL

使用的节点 (4)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "f01290caa6c024522b0ed5bb2d09cea02bb113d8970b898b340ca3d74255326e",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "5dc54994-6a96-4da6-9122-892c51c612a7",
      "name": "开始:每日 09:00",
      "type": "n8n-nodes-base.cron",
      "position": [
        304,
        112
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 9
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "3a4fd506-a282-4bd6-bcae-53b19ef9c8ad",
      "name": "Mailchimp:获取订阅者",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        528,
        112
      ],
      "parameters": {
        "options": {},
        "operation": "getAll"
      },
      "typeVersion": 1
    },
    {
      "id": "0a75096a-b785-4bd2-a2de-b3742bc60f95",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -144
      ],
      "parameters": {
        "width": 544,
        "height": 640,
        "content": "# Mailchimp 订阅者每日 Slack 摘要"
      },
      "typeVersion": 1
    },
    {
      "id": "a7e417e8-9d41-4b6f-a364-4677012b83f6",
      "name": "每日 Mailchimp 报告消息",
      "type": "n8n-nodes-base.slack",
      "position": [
        784,
        112
      ],
      "webhookId": "0e5b56dc-53da-47c4-a805-3e739d033b27",
      "parameters": {
        "text": "=📊 Daily Mailchimp Report:|Total Subscribers: {{$json[\"_total\"]}}",
        "otherOptions": {}
      },
      "credentials": {
        "slackApi": {
          "id": "SLACK_ID",
          "name": "SLACK_CHANNEL"
        }
      },
      "typeVersion": 2.3
    }
  ],
  "pinData": {},
  "connections": {
    "Start: Daily at 09:00": {
      "main": [
        [
          {
            "node": "Mailchimp: Get Subscribers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mailchimp: Get Subscribers": {
      "main": [
        [
          {
            "node": "Daily Mailchimp Report Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 市场调研, 多模态 AI

需要付费吗?

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

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

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

作者
Ziad Adel

Ziad Adel

@ziadadel

AI Automation Growth Partner with 5 years of experience in the tech and hyper growing startups industry

外部链接
在 n8n.io 查看

分享此工作流