{
  "name": "Client Nurture Email Automation from Notion",
  "tags": [],
  "nodes": [
    {
      "id": "1",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "2",
      "name": "Get Date",
      "type": "n8n-nodes-base.code",
      "position": [
        460,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "3",
      "name": "Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        680,
        300
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "4",
      "name": "Calculate Days",
      "type": "n8n-nodes-base.code",
      "position": [
        900,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5",
      "name": "Day 7",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6",
      "name": "Day 30",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7",
      "name": "Day 60",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        600
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8",
      "name": "Email 7",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1340,
        200
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "9",
      "name": "Email 30",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1340,
        400
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "10",
      "name": "Email 60",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1340,
        600
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "11",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "12",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "13",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "14",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        900,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "15",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1120,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "16",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1340,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "17",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        480
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "settings": {},
  "updatedAt": "2025-09-29T00:00:00.000Z",
  "versionId": "1",
  "staticData": null,
  "connections": {
    "Day 7": {
      "main": [
        [
          {
            "node": "Email 7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Day 30": {
      "main": [
        [
          {
            "node": "Email 30",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Day 60": {
      "main": [
        [
          {
            "node": "Email 60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion": {
      "main": [
        [
          {
            "node": "Calculate Days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Date": {
      "main": [
        [
          {
            "node": "Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate Days": {
      "main": [
        [
          {
            "node": "Day 7",
            "type": "main",
            "index": 0
          },
          {
            "node": "Day 30",
            "type": "main",
            "index": 0
          },
          {
            "node": "Day 60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}