8
n8n 中文网amn8n.com

工作流更新时在Mattermost发送消息

初级

这是一个IT Ops领域的自动化工作流,包含 4 个节点。主要使用 Set, Webhook, Mattermost, WorkflowTrigger 等节点。 当工作流更新时,在Mattermost上发送消息

前置要求
  • HTTP Webhook 端点(n8n 会自动生成)

分类

工作流预览
可视化展示节点连接关系,支持缩放和平移

无法加载工作流预览

导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "nodes": [
    {
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        490,
        460
      ],
      "webhookId": "c0345765-4488-4ac8-a9da-02f647dd2b90",
      "parameters": {
        "path": "c0345765-4488-4ac8-a9da-02f647dd2b90",
        "options": {}
      },
      "typeVersion": 1
    },
    {
      "name": "设置",
      "type": "n8n-nodes-base.set",
      "position": [
        690,
        460
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "Message",
              "value": "Hello!"
            }
          ]
        },
        "options": {},
        "keepOnlySet": true
      },
      "typeVersion": 1
    },
    {
      "name": "Mattermost",
      "type": "n8n-nodes-base.mattermost",
      "position": [
        690,
        610
      ],
      "parameters": {
        "message": "=The workflow {{$workflow.name}}, was updated.",
        "channelId": "toyi3uoycf8rirtm7d5jm15sso",
        "attachments": [],
        "otherOptions": {}
      },
      "credentials": {
        "mattermostApi": "Mattermost Credentials"
      },
      "typeVersion": 1
    },
    {
      "name": "工作流触发器",
      "type": "n8n-nodes-base.workflowTrigger",
      "position": [
        490,
        610
      ],
      "parameters": {
        "events": [
          "update"
        ]
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Workflow Trigger": {
      "main": [
        [
          {
            "node": "Mattermost",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - IT 运维

需要付费吗?

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

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

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

外部链接
在 n8n.io 查看

分享此工作流