{
  "name": "Automated task reminders & daily recaps using Google Sheets and Slack",
  "nodes": [
    {
      "id": "6173c474-bdf3-4066-a7f3-0d6aa59c4a96",
      "name": "Start: Cron Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        -288,
        176
      ]
    },
    {
      "id": "ad92e170-65ed-41a3-909d-063c1d02bdd7",
      "name": "Fetch Tasks from Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -32,
        176
      ]
    },
    {
      "id": "126d822b-85b2-4c5c-87e1-6d759d9bf2b8",
      "name": "Check Task Deadlines",
      "type": "n8n-nodes-base.if",
      "position": [
        224,
        176
      ]
    },
    {
      "id": "2a958536-cb0a-4a01-a1e0-4253a474c2b1",
      "name": "Update Last Reminder Sent",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        464,
        272
      ]
    },
    {
      "id": "c43df2f4-ec79-4b57-ac57-30ca2d822cfe",
      "name": "Daily Recap Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        -288,
        480
      ]
    },
    {
      "id": "0171cb17-54c7-4dd4-8243-ed97a9237bd4",
      "name": "Fetch Completed Tasks",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -64,
        480
      ]
    },
    {
      "id": "f852d299-3f23-4755-aaa6-e16745925160",
      "name": "Send a Slack Reminder",
      "type": "n8n-nodes-base.slack",
      "position": [
        464,
        96
      ]
    },
    {
      "id": "55101bb4-a1ec-490b-b3f6-a5969e4512c0",
      "name": "Send a Slack Reminder1",
      "type": "n8n-nodes-base.slack",
      "position": [
        160,
        480
      ]
    },
    {
      "id": "7ab80956-b706-428d-b152-26cc9738eddd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1392,
        -304
      ],
      "parameters": {
        "width": 960,
        "height": 1504,
        "content": "# 📝 Rize Lite – Google Sheets + Slack Productivity Tracker\n\n## ⚙️ Workflow Setup\n\n### Google Sheets\n1. Create a Google Sheet with two tabs:\n   - **Tasks** (main tracker)\n     | Task ID | Task Name | A"
      }
    }
  ],
  "connections": {
    "Daily Recap Trigger": {
      "main": [
        [
          {
            "node": "Fetch Completed Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start: Cron Trigger": {
      "main": [
        [
          {
            "node": "Fetch Tasks from Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Task Deadlines": {
      "main": [
        [
          {
            "node": "Send a Slack Reminder",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Update Last Reminder Sent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Completed Tasks": {
      "main": [
        [
          {
            "node": "Send a Slack Reminder1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Tasks from Google Sheets": {
      "main": [
        [
          {
            "node": "Check Task Deadlines",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}