8
n8n 中文网amn8n.com

自动化声誉管理与市场情报系统

中级

这是一个Ticket Management, AI Summarization领域的自动化工作流,包含 12 个节点。主要使用 If, Code, Slack, Trello, GoogleSheets 等节点。 使用 GPT-4、Slack、Trello 和 Google Sheets 监控并响应 Shopify 评论

前置要求
  • Slack Bot Token 或 Webhook URL
  • Google Sheets API 凭证
  • Shopify Admin API 凭证
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "qBzhxAxQ5b6pdrDM",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae"
  },
  "name": "自动化声誉管理与市场情报系统",
  "tags": [],
  "nodes": [
    {
      "id": "e42d1c4f-737d-4c71-8f50-22cff1fb500b",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        -240
      ],
      "parameters": {
        "content": "确保您的表名与实际知识库结构匹配"
      },
      "typeVersion": 1
    },
    {
      "id": "2fdae44e-7d7d-416e-b9f8-e28f999ac406",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        -240
      ],
      "parameters": {
        "content": "确保您的表名与实际知识库结构匹配"
      },
      "typeVersion": 1
    },
    {
      "id": "6bff7fb9-0325-48fd-84cb-789126b71b03",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        -240
      ],
      "parameters": {
        "content": "确保您的表名与实际知识库结构匹配"
      },
      "typeVersion": 1
    },
    {
      "id": "c2fa7260-2562-4a43-a3b2-2ab4315639d2",
      "name": "Shopify 产品评论触发器",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -352,
        -160
      ],
      "webhookId": "03fb9eb5-27b6-4107-b8db-aabbca8df178",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "0d57eaf3-caf7-49f9-8f13-c887a2075b1d",
      "name": "使用 GPT-4 进行 AI 分析",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -48,
        -160
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "b3382d7c-9480-47d2-ab43-148306f4d542",
      "name": "解析 AI 输出",
      "type": "n8n-nodes-base.code",
      "position": [
        320,
        -160
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "f6b7a308-55bb-4590-a137-3b4fa1ccfe8e",
      "name": "条件逻辑",
      "type": "n8n-nodes-base.if",
      "position": [
        640,
        -160
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "764b41b9-3961-4949-8028-38e3d211b79a",
      "name": "Slack 提醒",
      "type": "n8n-nodes-base.slack",
      "position": [
        864,
        -160
      ],
      "webhookId": "ef93a2f5-07ab-4a52-869a-31def23a27cf",
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "ea115c6e-5f97-4bde-b981-6e38cf6b3642",
      "name": "Trello 任务创建",
      "type": "n8n-nodes-base.trello",
      "position": [
        1056,
        -160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "27221514-450a-4286-bfaa-fbe9088e2bbb",
      "name": "Google Sheets 记录器",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        640,
        144
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "c0800fa8-d933-4248-b4da-93e66a7c375d",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        64
      ],
      "parameters": {
        "content": "确保您的表名与实际知识库结构匹配"
      },
      "typeVersion": 1
    },
    {
      "id": "caf041dc-0498-4ca2-90b6-9d8bb8bff1f5",
      "name": "便签4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        80
      ],
      "parameters": {
        "content": "确保您的表名与实际知识库结构匹配"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "0beea2fb-f495-4acd-bb1b-edc061443c03",
  "connections": {
    "Slack Alert": {
      "main": [
        [
          {
            "node": "Trello Task Creation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse AI Output": {
      "main": [
        [
          {
            "node": "Conditional Logic",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google Sheets Logger",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Conditional Logic": {
      "main": [
        [
          {
            "node": "Slack Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Analysis with GPT-4": {
      "main": [
        [
          {
            "node": "Parse AI Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Product Review Trigger": {
      "main": [
        [
          {
            "node": "AI Analysis with GPT-4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 工单管理, AI 摘要总结

需要付费吗?

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

工作流信息
难度等级
中级
节点数量12
分类2
节点类型8
难度说明

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

作者
Marth

Marth

@marth

Simplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.

外部链接
在 n8n.io 查看

分享此工作流