8
n8n 中文网amn8n.com

每日Easy Redmine任务摘要发送至Microsoft Teams频道

中级

这是一个Project Management, Multimodal AI领域的自动化工作流,包含 9 个节点。主要使用 Set, SplitOut, MicrosoftTeams, SplitInBatches, ScheduleTrigger 等节点。 Easy Redmine与Microsoft Teams工作流模板

前置要求
  • 无特殊前置要求,导入即可使用
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "xsuWTwhJDHUQQVjz",
  "meta": {
    "instanceId": "ccf4e500c5536799e0925f03390f0fd338e2b5a5bc862f6a57b5552acfdf3861",
    "templateCredsSetupCompleted": true
  },
  "name": "每日 Easy Redmine 任务摘要发送至 Microsoft Teams 频道",
  "tags": [],
  "nodes": [
    {
      "id": "fc2c5dd2-e626-4647-ba2c-af9d00f51264",
      "name": "每日触发器(工作日8:30)",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -160,
        360
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "weeks",
              "triggerAtDay": [
                1,
                2,
                3,
                4,
                5
              ],
              "triggerAtHour": 8,
              "triggerAtMinute": 30
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "cf290a32-5f96-4c70-926c-30e449a92e21",
      "name": "按查询获取问题",
      "type": "@easysoftware/n8n-nodes-easy-redmine.easyRedmine",
      "position": [
        80,
        360
      ],
      "parameters": {
        "issueQueryId": 4809
      },
      "credentials": {
        "easyRedmineApi": {
          "id": "abcd1234abcd1234",
          "name": "EasyRemide"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "ef26cd7d-0950-4847-946b-fea9659db37f",
      "name": "拆分问题",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        340,
        360
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "issues"
      },
      "typeVersion": 1
    },
    {
      "id": "d7e750fb-6c80-46e1-bbfc-202937adc1c4",
      "name": "保留相关字段并添加链接",
      "type": "n8n-nodes-base.set",
      "position": [
        560,
        360
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "48f456af-93c0-47be-bf25-8bd3dff5a42e",
              "name": "id",
              "type": "number",
              "value": "={{ $json.id }}"
            },
            {
              "id": "3f02bc20-d310-40a5-85b2-81fe1e535c07",
              "name": "subject",
              "type": "string",
              "value": "={{ $json.subject }}"
            },
            {
              "id": "9869f590-352b-433a-adeb-deb5d36ad1e5",
              "name": "author.name",
              "type": "string",
              "value": "={{ $json.author.name }}"
            },
            {
              "id": "838ad7d9-05e1-4be7-b359-4805740c2a9c",
              "name": "description",
              "type": "string",
              "value": "={{ $json.description }}"
            },
            {
              "id": "124b94db-506d-4312-a802-694c22a88bc5",
              "name": "link",
              "type": "string",
              "value": "=https://easy-redmine-application.com/issues/{{ $json.id }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "c46b0f6a-9327-4251-97d6-6be532b310dd",
      "name": "发送消息到团队频道",
      "type": "n8n-nodes-base.microsoftTeams",
      "position": [
        1180,
        380
      ],
      "webhookId": "a6326de8-775a-4e72-ab6e-a83637a06c59",
      "parameters": {
        "chatId": {
          "__rl": true,
          "mode": "list",
          "value": "19:328bdd03-7527-428f-865b-87c50d8daa66_af502038-8477-4ce6-9694-d56231f5f8fa@unq.gbl.spaces",
          "cachedResultUrl": "https://teams.microsoft.com/l/chat/19%3A328bdd03-7527-428f-865b-87c50d8daa66_af502038-8477-4ce6-9694-d56231f5f8fa%40unq.gbl.spaces/0?tenantId=eb70cc06-ad73-44a6-ac58-5550fce11ed1",
          "cachedResultName": "My Team Channel"
        },
        "message": "=Name: <b>{{ $json.subject }}</b><br>Link: <a href=\"{{ $json.link }}\"\">{{ $json.id }}</a></b> <br> Author: <b>{{ $json.author.name }}</b> <br> Description:<br> {{ $json.description }} <b>",
        "options": {},
        "resource": "chatMessage",
        "contentType": "html"
      },
      "credentials": {
        "microsoftTeamsOAuth2Api": {
          "id": "asdf987654asdf987654",
          "name": "MS Teams"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "9623f022-6837-4a01-a2b0-77ff70412f66",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        160
      ],
      "parameters": {
        "color": 7,
        "width": 1600,
        "height": 480,
        "content": "## 调用 Easy Redmine 问题并将相关信息发送到 MS Teams 频道"
      },
      "typeVersion": 1
    },
    {
      "id": "0ab382a3-70f9-49a2-84fd-306f14dac153",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1440,
        160
      ],
      "parameters": {
        "width": 340,
        "height": 480,
        "content": "## 最终输出"
      },
      "typeVersion": 1
    },
    {
      "id": "ea8e1a81-b454-4785-9fe1-dd2468e990d0",
      "name": "便签4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -980,
        160
      ],
      "parameters": {
        "width": 700,
        "height": 1120,
        "content": "## 每日团队任务摘要发送至 MS Teams"
      },
      "typeVersion": 1
    },
    {
      "id": "18f34577-cc2d-45d8-8b83-60529875eaa2",
      "name": "为每个任务运行",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        800,
        360
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "39fcc592-bbc5-43b1-9bb6-b2f0f056017e",
  "connections": {
    "Split Out Issues": {
      "main": [
        [
          {
            "node": "Keep Relevant Fields & Add Link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run for Each Task": {
      "main": [
        [],
        [
          {
            "node": "Message into Team Channel",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Issues by Query": {
      "main": [
        [
          {
            "node": "Split Out Issues",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message into Team Channel": {
      "main": [
        [
          {
            "node": "Run for Each Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Trigger (8:30 work-days)": {
      "main": [
        [
          {
            "node": "Get Issues by Query",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Keep Relevant Fields & Add Link": {
      "main": [
        [
          {
            "node": "Run for Each Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 项目管理, 多模态 AI

需要付费吗?

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

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

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

作者
Easy8.ai

Easy8.ai

@easy8ai

We guide B2B companies to use AI agents & automations with ease. Powered by Easy Software & n8n.

外部链接
在 n8n.io 查看

分享此工作流