监控Monday.com中的卡顿任务并自动发送Slack警报
中级
这是一个Project Management, Multimodal AI领域的自动化工作流,包含 9 个节点。主要使用 Set, Slack, Filter, MondayCom, ManualTrigger 等节点。 监控Monday.com中的卡顿任务并自动发送Slack警报
前置要求
- •Slack Bot Token 或 Webhook URL
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9"
},
"nodes": [
{
"id": "707b9db8-69f2-4a58-862d-0d9c093cb680",
"name": "当点击“执行工作流”时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
320,
688
],
"parameters": {},
"typeVersion": 1
},
{
"id": "88b6a4cd-e99a-4447-ac58-db0727da256c",
"name": "获取多个项目1",
"type": "n8n-nodes-base.mondayCom",
"position": [
528,
688
],
"parameters": {
"boardId": "9865886546",
"groupId": "new_group29179",
"resource": "boardItem",
"operation": "getAll"
},
"credentials": {
"mondayComApi": {
"id": "swmFzbI2ZRBZwzn5",
"name": "Monday.com account"
}
},
"typeVersion": 1
},
{
"id": "9d3a2919-a806-4cb9-9139-e1694ab01822",
"name": "便签64",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
48
],
"parameters": {
"color": 7,
"width": 1488,
"height": 928,
"content": "# 🚨 Monday.com \"停滞\"项目 → Slack 警报 (n8n)"
},
"typeVersion": 1
},
{
"id": "b11bdbb2-1a48-4ee9-b1a8-5c3734c442c2",
"name": "便签22",
"type": "n8n-nodes-base.stickyNote",
"position": [
-208,
48
],
"parameters": {
"width": 400,
"height": 928,
"content": ""
},
"typeVersion": 1
},
{
"id": "56e805b7-3f81-434a-af8e-6852109e20ad",
"name": "设置列",
"type": "n8n-nodes-base.set",
"position": [
832,
304
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "1aa1b62d-d066-41ab-b2e6-91237d4c5980",
"name": "name",
"type": "string",
"value": "={{ $json.name }}"
},
{
"id": "f705bdab-3675-4a36-a072-ed9516f9f228",
"name": "Status",
"type": "string",
"value": "={{ $json.column_values[1].text }}"
},
{
"id": "e23d72c7-f8d1-4751-98d9-63c7842cced6",
"name": "Due Date",
"type": "string",
"value": "={{ $json.column_values[2].value }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "4cf7ebcf-d677-47c6-a8f8-ae119a2ea23d",
"name": "筛选停滞项目",
"type": "n8n-nodes-base.filter",
"position": [
1024,
544
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "0b2cfc79-9a33-4f42-b097-7a4bd4c2e885",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.Status }}",
"rightValue": "Stuck"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "e652a71f-fd4b-4c38-9505-64eb3e0ac259",
"name": "提醒团队",
"type": "n8n-nodes-base.slack",
"position": [
1376,
736
],
"webhookId": "f1024a4f-9adb-4923-9bb5-fc9b14c44c3d",
"parameters": {
"text": "={{ $json.name }} task is stuck",
"user": {
"__rl": true,
"mode": "id",
"value": "yourid"
},
"select": "user",
"otherOptions": {},
"authentication": "oAuth2"
},
"credentials": {
"slackOAuth2Api": {
"id": "kJLcFGEETWlwowIc",
"name": "Slack account 9"
}
},
"typeVersion": 2.3
},
{
"id": "5c3f083f-d7ee-4087-887b-5d1c6e686c84",
"name": "便签68",
"type": "n8n-nodes-base.stickyNote",
"position": [
448,
336
],
"parameters": {
"color": 3,
"width": 256,
"height": 480,
"content": "### 2️⃣ 连接 Monday.com 节点"
},
"typeVersion": 1
},
{
"id": "1dccbd39-f5bd-4e2d-be09-357d64f6ce1a",
"name": "便签69",
"type": "n8n-nodes-base.stickyNote",
"position": [
1312,
256
],
"parameters": {
"color": 3,
"width": 224,
"height": 640,
"content": "### 2️⃣ 连接 Slack API"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Set Columns": {
"main": [
[
{
"node": "Filter for Stuck Items",
"type": "main",
"index": 0
}
]
]
},
"Get many items1": {
"main": [
[
{
"node": "Set Columns",
"type": "main",
"index": 0
}
]
]
},
"Filter for Stuck Items": {
"main": [
[
{
"node": "Alert Team",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "Get many items1",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 项目管理, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
每日 Trello 任务截止日期摘要发送至 Slack
每日 Trello 任务截止日期摘要发送至 Slack
Set
Code
Merge
+5
13 节点Robert Breen
项目管理
Trello 看板自动清理(移除特定标签卡片)
通过移除特定标签卡片实现 Trello 看板自动清理
Filter
Trello
Split Out
+2
10 节点Robert Breen
项目管理
从Monday.com到Google Sheets创建每日任务状态快照
从Monday.com到Google Sheets创建每日任务状态快照
Set
Code
Merge
+3
9 节点Robert Breen
项目管理
每日广告支出监控:Google表格和Slack阈值提醒
使用Google表格和Slack阈值提醒的每日广告支出监控
If
Set
Code
+7
13 节点Robert Breen
内容创作
使用邓白氏数据块丰富Google表格
使用邓白氏数据块丰富Google表格数据
Set
Filter
Http Request
+3
12 节点Robert Breen
内容创作
从Google Sheets到Monday.com的自动化任务创建与状态更新
从Google Sheets到Monday.com的自动化任务创建与状态更新
Monday Com
Google Sheets
7 节点Robert Breen
项目管理
工作流信息
难度等级
中级
节点数量9
分类2
节点类型6
作者
Robert Breen
@rbreenProfessional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.
外部链接
在 n8n.io 查看 →
分享此工作流