{
  "name": "🌸 CFO sunrise — Soft-Tech morning brief for household CEOs (n8n template)",
  "nodes": [
    {
      "id": "Cron1",
      "name": "Start (Cron @ 08:00)",
      "type": "n8n-nodes-base.cron",
      "position": [
        260,
        260
      ]
    },
    {
      "id": "Note0",
      "name": "🗒️ Sticky — Submission",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "NoteBrand",
      "name": "🗒️ Sticky — Brand",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        720,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "NoteSetup",
      "name": "🗒️ Sticky — Setup & Testing",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1100,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "SetBrand",
      "name": "Brand Settings",
      "type": "n8n-nodes-base.set",
      "position": [
        560,
        260
      ]
    },
    {
      "id": "FuncTime",
      "name": "Time Window",
      "type": "n8n-nodes-base.function",
      "position": [
        840,
        260
      ]
    },
    {
      "id": "HTTPBank",
      "name": "Bank Balances (HTTP)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1140,
        180
      ]
    },
    {
      "id": "HTTPShopify",
      "name": "Shopify Orders (HTTP)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1140,
        260
      ]
    },
    {
      "id": "HTTPStripe",
      "name": "Stripe Invoices (Open)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1140,
        340
      ]
    },
    {
      "id": "GCal",
      "name": "Google Calendar — Today",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1140,
        420
      ]
    },
    {
      "id": "Assemble",
      "name": "Assemble Snapshot",
      "type": "n8n-nodes-base.function",
      "position": [
        1400,
        300
      ]
    },
    {
      "id": "OpenAI",
      "name": "Draft Top 3 (OpenAI)",
      "type": "n8n-nodes-base.openAi",
      "position": [
        1600,
        300
      ]
    },
    {
      "id": "BuildMsg",
      "name": "Build Message (Soft HTML)",
      "type": "n8n-nodes-base.function",
      "position": [
        1800,
        300
      ]
    },
    {
      "id": "EmailSend",
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2000,
        260
      ]
    },
    {
      "id": "Telegram",
      "name": "Send Telegram (optional)",
      "type": "n8n-nodes-base.telegram",
      "position": [
        2000,
        340
      ]
    }
  ],
  "connections": {
    "Time Window": {
      "main": [
        [
          {
            "node": "Bank Balances (HTTP)",
            "type": "main",
            "index": 0
          },
          {
            "node": "Shopify Orders (HTTP)",
            "type": "main",
            "index": 0
          },
          {
            "node": "Stripe Invoices (Open)",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google Calendar — Today",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Brand Settings": {
      "main": [
        [
          {
            "node": "Time Window",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Assemble Snapshot": {
      "main": [
        [
          {
            "node": "Draft Top 3 (OpenAI)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Bank Balances (HTTP)": {
      "main": [
        [
          {
            "node": "Assemble Snapshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Draft Top 3 (OpenAI)": {
      "main": [
        [
          {
            "node": "Build Message (Soft HTML)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start (Cron @ 08:00)": {
      "main": [
        [
          {
            "node": "Brand Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Orders (HTTP)": {
      "main": [
        [
          {
            "node": "Assemble Snapshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Stripe Invoices (Open)": {
      "main": [
        [
          {
            "node": "Assemble Snapshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Message (Soft HTML)": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Telegram (optional)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar — Today": {
      "main": [
        [
          {
            "node": "Assemble Snapshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}