Veni AI
템플릿으로 돌아가기
워크플로 템플릿

Household & Business Weekly Rhythm Planner (V1) | Operasyon için n8n Otomasyon İş Akışı Şablonu (Cron, Notion)

n8n için hazır otomasyon şablonu: Household & Business Weekly Rhythm Planner (V1). 15 düğüm. Entegrasyonlar: Cron, Notion. JSON'u kopyalayıp n8n'e içe aktarın.

15 노드Household_Business_Weekly_Rhythm_Planner_V1-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
}
]
]
}
}
}

n8n 에디터: Ctrl+V로 붙여넣기워크플로가 생성됩니다