{
  "name": "Daily task reminder system: Airtable to Slack automated notifications",
  "nodes": [
    {
      "id": "e1ead24d-88ca-4ced-84a0-ba43cf6f37c1",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        592,
        832
      ]
    },
    {
      "id": "e6c3deb8-951e-47fc-8fd1-4e0e2e01bc8e",
      "name": "Search records",
      "type": "n8n-nodes-base.airtable",
      "position": [
        704,
        1792
      ]
    },
    {
      "id": "5d1a4028-c79f-48f5-8dc7-cd860276c1ce",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        768,
        3200
      ]
    },
    {
      "id": "8568fbf1-6ffe-43b6-9516-74bc64cf3e46",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 1000,
        "height": 3760,
        "content": "# Still reminding people about their tasks manually every morning?\n\nLet’s be honest — who wants to start the day chasing teammates about what they need to do?\n\nWhat if Slack could do it for you — auto"
      }
    }
  ],
  "connections": {
    "Search records": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Search records",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}