{
  "name": "Automated daily task reminder emails with Google Sheets & SMTP",
  "nodes": [
    {
      "id": "d0351dad-1983-4dbc-a823-33aacbac1610",
      "name": "Daily Reminder Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1328,
        0
      ]
    },
    {
      "id": "72e59a50-855c-46c4-a08f-86ba7fef5f7e",
      "name": "Read Content Calendar",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1104,
        0
      ]
    },
    {
      "id": "88e008b6-d682-47f4-98b0-174c4539fcdb",
      "name": "Filter Today's Tasks",
      "type": "n8n-nodes-base.filter",
      "position": [
        -880,
        0
      ]
    },
    {
      "id": "7c5f2a5f-e1fa-411f-a902-2ffa5c42a384",
      "name": "Send Reminder Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -656,
        0
      ]
    },
    {
      "id": "1c81c65c-b547-400f-89d2-4821bc8c546f",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        -432,
        0
      ]
    },
    {
      "id": "01e7103e-017c-4daa-ae24-39acebda4443",
      "name": "Update row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -208,
        0
      ]
    },
    {
      "id": "98dfa376-a5d8-4e1b-b304-a5218ee74cc4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1424,
        -224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "7a1a69e6-f3d2-4a83-8dba-ebca9afe62e9",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1200,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "3447d4fc-6e15-483e-ab07-26ff743b369c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1008,
        -288
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "dd89d395-60e8-431c-a402-ecbe544a0555",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -752,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "31404004-0e48-46e8-b530-d08d8ecce0a7",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -576,
        -272
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "bf511f72-5e9b-4bb4-a2e4-633e666a0ca8",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -224,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Reminder Email": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Today's Tasks": {
      "main": [
        [
          {
            "node": "Send Reminder Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Content Calendar": {
      "main": [
        [
          {
            "node": "Filter Today's Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Reminder Trigger": {
      "main": [
        [
          {
            "node": "Read Content Calendar",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}