Trello 到 Slack 通知触发器:任务卡片移动提醒
中级
这是一个自动化工作流,包含 9 个节点。主要使用 Set、Slack、HttpRequest、ManualTrigger、TrelloTrigger 等节点。 Trello 到 Slack 通知触发器:任务/卡片移动提醒
前置要求
- •Slack Bot Token 或 Webhook URL
- •可能需要目标 API 的认证凭证
分类
未分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "edea30b9-4fe9-4c32-a10b-4775910ef67e",
"name": "当点击“执行工作流”时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-240,
4720
],
"parameters": {},
"typeVersion": 1
},
{
"id": "96136579-eee3-43a2-bd19-dbafe64729a0",
"name": "Trello 触发器",
"type": "n8n-nodes-base.trelloTrigger",
"position": [
-192,
5296
],
"webhookId": "7169d185-3c6c-4436-822a-8ee37a4acef7",
"parameters": {
"id": "67c1c7df8dceef67254e6968"
},
"credentials": {
"trelloApi": {
"id": "0inUg5020tWOj6Qr",
"name": "Trello account 4"
}
},
"typeVersion": 1
},
{
"id": "48d82a0f-0492-43c8-b7fc-d99b9aeaf37e",
"name": "编辑字段",
"type": "n8n-nodes-base.set",
"position": [
112,
5104
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "7b76160f-8706-437f-89cd-9a96092ec04b",
"name": "Task",
"type": "string",
"value": "={{ $json.action.data.card.name }}"
},
{
"id": "3d78f05f-64d7-42ca-8d75-8971644860e8",
"name": "Previous Step",
"type": "string",
"value": "={{ $json.action.data.listBefore.name }}"
},
{
"id": "a55a52fd-93c7-43ff-bcc8-30299f164c73",
"name": "New Step",
"type": "string",
"value": "={{ $json.action.data.listAfter.name }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "699bfcb2-b95c-476c-8b6d-d3fcce961ff8",
"name": "发送消息2",
"type": "n8n-nodes-base.slack",
"position": [
432,
5232
],
"webhookId": "14f651eb-ad60-48fe-aa20-1e96a24be707",
"parameters": {
"text": "=Task: *{{ $json.Task }}* moved from *{{ $json['Previous Step'] }}* to *{{ $json['New Step'] }}*",
"user": {
"__rl": true,
"mode": "list",
"value": "U09ADJPB7QA",
"cachedResultName": "rbreen672"
},
"select": "user",
"otherOptions": {},
"authentication": "oAuth2"
},
"credentials": {
"slackOAuth2Api": {
"id": "xMo9MC2XXECx5Mqp",
"name": "Slack account 8"
}
},
"typeVersion": 2.3
},
{
"id": "ad64796f-5028-4040-a6b0-7d9c41d03354",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-800,
4528
],
"parameters": {
"width": 400,
"height": 1056,
"content": "## ⚙️ 设置说明"
},
"typeVersion": 1
},
{
"id": "2f22d4d3-06bb-4fe0-870b-96ee14684abd",
"name": "便签50",
"type": "n8n-nodes-base.stickyNote",
"position": [
-352,
4528
],
"parameters": {
"color": 7,
"width": 1072,
"height": 1072,
"content": "# 🔔 Trello → Slack:卡片移动提醒(n8n)"
},
"typeVersion": 1
},
{
"id": "abcff884-cea7-4ddf-a807-ed1edc8dd076",
"name": "便签51",
"type": "n8n-nodes-base.stickyNote",
"position": [
336,
4848
],
"parameters": {
"color": 3,
"width": 288,
"height": 528,
"content": "### 2️⃣ 连接 Slack"
},
"typeVersion": 1
},
{
"id": "96d6ad5a-ba0c-4a63-8bd9-95d2391a7103",
"name": "获取您的模型 ID",
"type": "n8n-nodes-base.httpRequest",
"position": [
0,
4720
],
"parameters": {
"url": "GET https://api.trello.com/1/boards/{BOARD_SHORTLINK}?fields=id&key={YOUR_TRELLO_KEY}&token={YOUR_TRELLO_TOKEN}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "40be96db-b496-4009-a211-ccfd0e0b9874",
"name": "便签52",
"type": "n8n-nodes-base.stickyNote",
"position": [
-256,
5072
],
"parameters": {
"color": 3,
"width": 224,
"height": 352,
"content": "### 1️⃣ 连接 Trello (开发者 API)"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Edit Fields": {
"main": [
[
{
"node": "Send a message2",
"type": "main",
"index": 0
}
]
]
},
"Trello Trigger": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "Get Your Model ID",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
这是一个中级难度的通用自动化工作流。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用邓白氏数据块丰富Google表格
使用邓白氏数据块丰富Google表格数据
Set
Filter
Http Request
+3
12 节点Robert Breen
Content Creation
监控Monday.com中的卡顿任务并自动发送Slack警报
监控Monday.com中的卡顿任务并自动发送Slack警报
Set
Slack
Filter
+3
9 节点Robert Breen
Project Management
每日 Trello 任务截止日期摘要发送至 Slack
每日 Trello 任务截止日期摘要发送至 Slack
Set
Code
Merge
+5
13 节点Robert Breen
Project Management
使用Indeed职位抓取和GPT-4o-mini的自动化求职信生成器
使用Indeed职位抓取和GPT-4o-mini的自动化求职信生成器
Set
Http Request
Manual Trigger
+4
10 节点Robert Breen
Multimodal AI
使用Apify爬虫和GPT-4o Mini提取YouTube创作者邮箱
使用Apify爬虫和GPT-4o Mini提取YouTube创作者邮箱
Set
Http Request
Manual Trigger
+5
12 节点Robert Breen
AI Summarization
播客笔记记录器
使用GPT和Gemini结合性能数据创建高转化率Meta广告脚本
Set
Code
Merge
+8
16 节点Robert Breen
Lead Generation
工作流信息
难度等级
中级
节点数量9
分类-
节点类型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 上查看 →
分享此工作流