8
n8n 中文网amn8n.com

为新Shopify客户创建Mautic联系人

初级

这是一个Sales, Marketing领域的自动化工作流,包含 3 个节点。主要使用 Mautic, ShopifyTrigger 等节点。 为新Shopify客户创建Mautic联系人

前置要求
  • Shopify Admin API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
  },
  "nodes": [
    {
      "id": "a5f74e05-acea-4ff4-b3b2-5997850be036",
      "name": "新客户",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        180,
        420
      ],
      "webhookId": "8efd263c-73fb-481b-90d8-8ae0db929548",
      "parameters": {
        "topic": "customers/create",
        "authentication": "accessToken"
      },
      "credentials": {
        "shopifyAccessTokenApi": {
          "id": "37",
          "name": "[UPDATE ME]"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "5b4a9e71-3aa7-40d8-a439-79a504c60a46",
      "name": "创建联系人",
      "type": "n8n-nodes-base.mautic",
      "position": [
        400,
        420
      ],
      "parameters": {
        "email": "={{$node[\"On new customer\"].json[\"email\"]}}",
        "options": {},
        "lastName": "={{$node[\"On new customer\"].json[\"last_name\"]}}",
        "firstName": "={{$node[\"On new customer\"].json[\"first_name\"]}}",
        "additionalFields": {}
      },
      "credentials": {
        "mauticApi": {
          "id": "34",
          "name": "[UPDATE ME]"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "4b7b306e-1b4c-464f-b8f0-373167ded16f",
      "name": "备注",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        600
      ],
      "parameters": {
        "width": 332,
        "height": 116,
        "content": "### 向 Mautic 添加更多字段"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On new customer": {
      "main": [
        [
          {
            "node": "Create contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 销售, 营销

需要付费吗?

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

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

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

作者
n8n Team

n8n Team

@n8n-team

Meet the official n8n team. We specialize in building workflows that transform intricate tasks into seamless operations.

外部链接
在 n8n.io 查看

分享此工作流