{
  "name": "Weekly Client Report",
  "nodes": [
    {
      "parameters": {},
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "typeVersion": 1,
      "position": [
        300,
        300
      ],
      "notes": "// Weekly Client Report \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": "Airtable Query",
      "type": "n8n-nodes-base.airtable",
      "typeVersion": 1,
      "position": [
        480,
        300
      ],
      "notes": "// Weekly Client Report \u2014 Airtable Query: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Function (calc KPIs)",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        660,
        300
      ],
      "notes": "// Weekly Client Report \u2014 Function (calc KPIs): See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "OpenAI Write Summary",
      "type": "n8n-nodes-base.openAi",
      "typeVersion": 1,
      "position": [
        840,
        300
      ],
      "notes": "// Weekly Client Report \u2014 OpenAI Write Summary: See Setup PDF p.3 for customization (15 min). AI prompt is in the OpenAI node \u2014 edit tone there.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Gmail PDF-ready Email",
      "type": "n8n-nodes-base.gmail",
      "typeVersion": 1,
      "position": [
        1020,
        300
      ],
      "notes": "// Weekly Client Report \u2014 Gmail PDF-ready Email: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    }
  ],
  "connections": {
    "Cron": {
      "main": [
        [
          {
            "node": "Airtable Query",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable Query": {
      "main": [
        [
          {
            "node": "Function (calc KPIs)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function (calc KPIs)": {
      "main": [
        [
          {
            "node": "OpenAI Write Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Write Summary": {
      "main": [
        [
          {
            "node": "Gmail PDF-ready Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "44c02947-57ef-4346-b64e-296f165f8f59",
  "meta": {
    "templateId": "weekly-client-report",
    "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"
  }
}