厌倦了追赶截止日期?Airtable 知道它们,Slack 会发送给您。

初级

这是一个Project Management领域的自动化工作流,包含 4 个节点。主要使用 Slack、Airtable、ScheduleTrigger 等节点。 每日任务提醒系统:Airtable 到 Slack 自动通知

前置要求
  • Slack Bot Token 或 Webhook URL
  • Airtable API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "PA9zKFnQ4ymUqIcq",
  "meta": {
    "instanceId": "e95c8554b03e2c16a5c8c44cc7d45f6192b966fba75d5438d1201989ceff13e2",
    "templateCredsSetupCompleted": true
  },
  "name": "厌倦了追赶截止日期?Airtable 知道它们,Slack 会发送给您。",
  "tags": [],
  "nodes": [
    {
      "id": "5ce69b0e-4828-430c-a254-a690947fab76",
      "name": "由 Github 模型提供支持",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        500,
        1000
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 9
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "c5dafe8d-4e21-46ac-8f78-f27b1128b434",
      "name": "搜索记录",
      "type": "n8n-nodes-base.airtable",
      "position": [
        620,
        1960
      ],
      "parameters": {
        "base": {
          "__rl": true,
          "mode": "list",
          "value": "appPk6zfIQ1EbBq43",
          "cachedResultUrl": "https://airtable.com/appPk6zfIQ1EbBq43",
          "cachedResultName": "Tâches"
        },
        "table": {
          "__rl": true,
          "mode": "list",
          "value": "tblLkuoQ9AYsAQ0io",
          "cachedResultUrl": "https://airtable.com/appPk6zfIQ1EbBq43/tblLkuoQ9AYsAQ0io",
          "cachedResultName": "Produits"
        },
        "options": {},
        "operation": "search",
        "filterByFormula": "={Statut} = \"En cours\""
      },
      "credentials": {
        "airtableTokenApi": {
          "id": "UnEwVjZLC3vauPax",
          "name": "Airtable Personal Access Token account 4"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "e04b65a2-6c37-4595-b815-987946e6290b",
      "name": "发送消息",
      "type": "n8n-nodes-base.slack",
      "position": [
        680,
        3380
      ],
      "webhookId": "e25887fe-9fe2-4750-824d-3e3cf706dd6a",
      "parameters": {
        "text": "=New task for {{ $json.name }}: *{{ $json[\"Titre\"] }}* 👉 Deadline: {{ $json[\"Date limite\"] }}\n",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "list",
          "value": "C0945G1M3T2",
          "cachedResultName": "tous-n8n"
        },
        "otherOptions": {},
        "authentication": "oAuth2"
      },
      "credentials": {
        "slackOAuth2Api": {
          "id": "Uw4BOaewm5FIDdQM",
          "name": "Slack account"
        }
      },
      "typeVersion": 2.3
    },
    {
      "id": "8ccb049d-aa1b-487c-a38a-2062a7215f0d",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        180
      ],
      "parameters": {
        "width": 1000,
        "height": 3760,
        "content": "# 还在每天早上手动提醒人们完成任务吗?"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "12115582-a447-4b9f-aab4-782c85bd99b4",
  "connections": {
    "Search records": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Search records",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

这是一个初级难度的工作流,适用于Project Management等场景。适合 n8n 新手,包含 1-5 个节点的简单工作流

需要付费吗?

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

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

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

作者
Baptiste Fort

Baptiste Fort

@baptistefort

👋 I'm Baptiste Fort. What if automating was simply our way of taking back control in a world that's moving too fast? I build workflows that are simple, useful — sometimes invisible lol. Automation isn’t cheating. It’s just being one step ahead.

外部链接
在 n8n.io 上查看 →

分享此工作流