{
  "id": "daily-pulse-002",
  "name": "Daily Business Pulse",
  "tags": [
    "daily routine",
    "morning ritual",
    "solopreneur",
    "small business",
    "automation",
    "no-code",
    "Notion",
    "Gmail",
    "Stripe",
    "Google Calendar",
    "GPT-4o",
    "productivity",
    "peace of mind",
    "soft tech",
    "tax preparer",
    "consultant",
    "service-based business"
  ],
  "nodes": [
    {
      "id": "cron-morning",
      "name": "Cron Trigger - 7 AM Daily",
      "type": "n8n-nodes-base.cron",
      "position": [
        100,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "notion-tasks",
      "name": "Get Top 3 Tasks from Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "stripe-income",
      "name": "Get Yesterday's Income (Stripe)",
      "type": "n8n-nodes-base.stripe",
      "position": [
        300,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "google-calendar",
      "name": "Get Today's Calendar Events",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        300,
        600
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "openai-motivation",
      "name": "Generate Motivational Message with GPT-4o",
      "type": "n8n-nodes-base.openAi",
      "position": [
        500,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "gmail-digest",
      "name": "Send Daily Digest Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        700,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "versionId": "v1.0",
  "connections": {
    "Cron Trigger - 7 AM Daily": {
      "main": [
        [
          "Get Top 3 Tasks from Notion",
          "main",
          0
        ],
        [
          "Get Yesterday's Income (Stripe)",
          "main",
          0
        ],
        [
          "Get Today's Calendar Events",
          "main",
          0
        ]
      ]
    },
    "Get Today's Calendar Events": {
      "main": [
        [
          "Generate Motivational Message with GPT-4o",
          "main",
          0
        ]
      ]
    },
    "Get Top 3 Tasks from Notion": {
      "main": [
        [
          "Send Daily Digest Email",
          "main",
          0
        ]
      ]
    },
    "Get Yesterday's Income (Stripe)": {
      "main": [
        [
          "Send Daily Digest Email",
          "main",
          0
        ]
      ]
    },
    "Generate Motivational Message with GPT-4o": {
      "main": [
        [
          "Send Daily Digest Email",
          "main",
          0
        ]
      ]
    }
  }
}