{
  "name": "Notion Task Digest",
  "nodes": [
    {
      "parameters": {},
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "typeVersion": 1,
      "position": [
        300,
        300
      ],
      "notes": "// Notion Task Digest \u2014 Cron: CONFIGURE: replace with your credentials. See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Notion Database Query",
      "type": "n8n-nodes-base.notion",
      "typeVersion": 1,
      "position": [
        480,
        300
      ],
      "notes": "// Notion Task Digest \u2014 Notion Database Query: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "IF overdue",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        660,
        300
      ],
      "notes": "// Notion Task Digest \u2014 IF overdue: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "OpenAI Summarize",
      "type": "n8n-nodes-base.openAi",
      "typeVersion": 1,
      "position": [
        840,
        300
      ],
      "notes": "// Notion Task Digest \u2014 OpenAI Summarize: See Setup PDF p.3 for customization (15 min). AI prompt is in the OpenAI node \u2014 edit tone there.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Slack + Email",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        1020,
        300
      ],
      "notes": "// Notion Task Digest \u2014 Slack + Email: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    }
  ],
  "connections": {
    "Cron": {
      "main": [
        [
          {
            "node": "Notion Database Query",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion Database Query": {
      "main": [
        [
          {
            "node": "IF overdue",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF overdue": {
      "main": [
        [
          {
            "node": "OpenAI Summarize",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Summarize": {
      "main": [
        [
          {
            "node": "Slack + Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "0e70f3b7-2b07-4343-b00c-38241477729e",
  "meta": {
    "templateId": "notion-task-digest",
    "pack": "Agency Automation Starter Kit",
    "tier": "core",
    "version": "1.0.0",
    "docs": "See Setup PDF + Loom (15-min customize guide)",
    "support": "Updates free for 6 months \u2014 n8n node changes patched"
  }
}