N
n8n Store
Workflow Market
Household & Business Weekly Rhythm Planner (v1)

Household & Business Weekly Rhythm Planner (v1)

by shecodesflo0 views

Description

Categories

📊 Productivity🤖 AI & Machine Learning

Nodes Used

n8n-nodes-base.ifn8n-nodes-base.ifn8n-nodes-base.ifn8n-nodes-base.setn8n-nodes-base.cronn8n-nodes-base.notionn8n-nodes-base.functionn8n-nodes-base.functionn8n-nodes-base.functionn8n-nodes-base.telegram
PriceFree
Views0
Last Updated11/28/2025
workflow.json
{
  "meta": {
    "templateCredsWarning": "Attach Email (+ Notion/Telegram if enabled) credentials after import. No secrets in JSON."
  },
  "name": "Household & Business Weekly Rhythm Planner (v1)",
  "nodes": [
    {
      "name": "Sticky: README",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Sticky: Prereqs + CSV",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Sticky: Setup Checklist",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Sticky: Testing & Behavior",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Sticky: Compliance + Troubleshooting",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        360
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Weekly Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        -160,
        40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -160,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Set: User Config",
      "type": "n8n-nodes-base.set",
      "position": [
        80,
        200
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Function: Sample Tasks",
      "type": "n8n-nodes-base.function",
      "position": [
        360,
        60
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "If: Notion Enabled?",
      "type": "n8n-nodes-base.if",
      "position": [
        360,
        240
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Notion: Get Tasks",
      "type": "n8n-nodes-base.notion",
      "position": [
        540,
        240
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Function: Extract Notion Tasks",
      "type": "n8n-nodes-base.function",
      "position": [
        720,
        240
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Function: Build Weekly Plan",
      "type": "n8n-nodes-base.function",
      "position": [
        900,
        120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Email: Send to You",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        60
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "If: Partner Enabled?",
      "type": "n8n-nodes-base.if",
      "position": [
        900,
        220
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Email: Send to Partner",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        220
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "If: Telegram Enabled?",
      "type": "n8n-nodes-base.if",
      "position": [
        900,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Telegram: Notify",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1140,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "On Error",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        -160,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "On Error → Email Owner",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "pinData": {},
  "connections": {
    "On Error": {
      "main": [
        [
          {
            "node": "On Error → Email Owner",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weekly Cron": {
      "main": [
        [
          {
            "node": "Set: User Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Function: Sample Tasks",
            "type": "main",
            "index": 0
          },
          {
            "node": "Set: User Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set: User Config": {
      "main": [
        [
          {
            "node": "If: Notion Enabled?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion: Get Tasks": {
      "main": [
        [
          {
            "node": "Function: Extract Notion Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If: Notion Enabled?": {
      "main": [
        [
          {
            "node": "Notion: Get Tasks",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "If: Partner Enabled?": {
      "main": [
        [
          {
            "node": "Email: Send to Partner",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "If: Telegram Enabled?": {
      "main": [
        [
          {
            "node": "Telegram: Notify",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Function: Sample Tasks": {
      "main": [
        [
          {
            "node": "Function: Build Weekly Plan",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function: Build Weekly Plan": {
      "main": [
        [
          {
            "node": "Email: Send to You",
            "type": "main",
            "index": 0
          },
          {
            "node": "If: Partner Enabled?",
            "type": "main",
            "index": 0
          },
          {
            "node": "If: Telegram Enabled?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function: Extract Notion Tasks": {
      "main": [
        [
          {
            "node": "Function: Build Weekly Plan",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

相关工作流