{
  "name": "Assignment deadline reminders with Notion and email for students & teachers",
  "nodes": [
    {
      "id": "81408bba-7960-4776-ad5b-8cab6a1be7f4",
      "name": "Notion - Get Assignments",
      "type": "n8n-nodes-base.notion",
      "position": [
        120,
        140
      ]
    },
    {
      "id": "509165a7-1401-4420-a81a-cf296c1fa312",
      "name": "IF Assignments Exist",
      "type": "n8n-nodes-base.if",
      "position": [
        340,
        140
      ]
    },
    {
      "id": "ddb1e8bd-ca1f-46c2-9322-42f0bf229b2c",
      "name": "Send Email Reminder",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        780,
        140
      ]
    },
    {
      "id": "c189406c-ddf0-4e6f-a97b-39b8c669ecd7",
      "name": "No Assignments",
      "type": "n8n-nodes-base.noOp",
      "position": [
        560,
        340
      ]
    },
    {
      "id": "d2f78ed0-606f-4d51-8644-c7f8bbe49f25",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -680,
        -240
      ],
      "parameters": {
        "width": 760,
        "height": 280,
        "content": "## System Architecture\n- **Assignment Tracking Pipeline**:\n  - **Set Schedule For Trigger**: Initiates the workflow daily at 9 AM on weekdays.\n  - **Notion - Get Assignments**: Retrieves upcoming assi"
      }
    },
    {
      "id": "aff6db0a-985f-450b-9ff8-016bda6dcb6f",
      "name": "SplitOutItems itemList",
      "type": "n8n-nodes-base.itemLists",
      "position": [
        560,
        140
      ]
    },
    {
      "id": "488f6c7c-33f5-4b4e-95b3-63d054a83d21",
      "name": "Set Schedule For Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -100,
        140
      ]
    }
  ],
  "connections": {
    "IF Assignments Exist": {
      "main": [
        [
          {
            "node": "SplitOutItems itemList",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Assignments",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SplitOutItems itemList": {
      "main": [
        [
          {
            "node": "Send Email Reminder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion - Get Assignments": {
      "main": [
        [
          {
            "node": "IF Assignments Exist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Schedule For Trigger": {
      "main": [
        [
          {
            "node": "Notion - Get Assignments",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}