宁静 CFO 日出 — 软科技晨间简报(가족 CEO)🌸
중급
이것은Personal Productivity, AI Summarization분야의자동화 워크플로우로, 15개의 노드를 포함합니다.주로 Set, Cron, OpenAi, Function, Telegram 등의 노드를 사용하며. 🌸 CFO 일출 — 가족 CEO를 위한 소프트테크 오전 브리핑 (n8n 템플릿)
사전 요구사항
- •OpenAI API Key
- •Telegram Bot Token
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"templateCredsNote": "Use credentials for HTTP Header Auth (Stripe, Shopify, Bank), Google OAuth2, SMTP, Telegram."
},
"name": "Serene CFO Sunrise — Soft‑Tech Morning Brief (Household CEO) 🌸",
"nodes": [
{
"id": "Cron1",
"name": "시작 (Cron @ 08:00)",
"type": "n8n-nodes-base.cron",
"position": [
260,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "Note0",
"name": "🗒️ 스티키 — 제출",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "NoteBrand",
"name": "🗒️ 스티키 — 브랜드",
"type": "n8n-nodes-base.stickyNote",
"position": [
720,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "NoteSetup",
"name": "🗒️ 스티키 — 설정 및 테스트",
"type": "n8n-nodes-base.stickyNote",
"position": [
1100,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "SetBrand",
"name": "브랜드 설정",
"type": "n8n-nodes-base.set",
"position": [
560,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "FuncTime",
"name": "시간 창",
"type": "n8n-nodes-base.function",
"position": [
840,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "HTTPBank",
"name": "은행 잔고 (HTTP)",
"type": "n8n-nodes-base.httpRequest",
"notes": "Swap URL/provider for Relay/Plaid as needed. Keep tokens in credentials.",
"position": [
1140,
180
],
"parameters": {},
"notesInFlow": true,
"typeVersion": 3
},
{
"id": "HTTPShopify",
"name": "Shopify 주문 (HTTP)",
"type": "n8n-nodes-base.httpRequest",
"notes": "Prefer native Shopify node if you like.",
"position": [
1140,
260
],
"parameters": {},
"notesInFlow": true,
"typeVersion": 3
},
{
"id": "HTTPStripe",
"name": "Stripe 미결제 송장",
"type": "n8n-nodes-base.httpRequest",
"position": [
1140,
340
],
"parameters": {},
"notesInFlow": true,
"typeVersion": 3
},
{
"id": "GCal",
"name": "Google 캘린더 — 오늘",
"type": "n8n-nodes-base.googleCalendar",
"position": [
1140,
420
],
"parameters": {},
"typeVersion": 3
},
{
"id": "Assemble",
"name": "스냅샷 조립",
"type": "n8n-nodes-base.function",
"position": [
1400,
300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "OpenAI",
"name": "상위 3개 초안 작성 (OpenAI)",
"type": "n8n-nodes-base.openAi",
"position": [
1600,
300
],
"parameters": {},
"typeVersion": 4
},
{
"id": "BuildMsg",
"name": "메시지 작성 (Soft HTML)",
"type": "n8n-nodes-base.function",
"position": [
1800,
300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "EmailSend",
"name": "이메일 전송",
"type": "n8n-nodes-base.emailSend",
"position": [
2000,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "Telegram",
"name": "Telegram 전송 (선택사항)",
"type": "n8n-nodes-base.telegram",
"position": [
2000,
340
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"version": 2,
"settings": {
"timezone": "America/Los_Angeles"
},
"connections": {
"FuncTime": {
"main": [
[
{
"node": "HTTPBank",
"type": "main",
"index": 0
},
{
"node": "HTTPShopify",
"type": "main",
"index": 0
},
{
"node": "HTTPStripe",
"type": "main",
"index": 0
},
{
"node": "GCal",
"type": "main",
"index": 0
}
]
]
},
"SetBrand": {
"main": [
[
{
"node": "FuncTime",
"type": "main",
"index": 0
}
]
]
},
"Assemble": {
"main": [
[
{
"node": "OpenAI",
"type": "main",
"index": 0
}
]
]
},
"HTTPBank": {
"main": [
[
{
"node": "Assemble",
"type": "main",
"index": 0
}
]
]
},
"OpenAI": {
"main": [
[
{
"node": "BuildMsg",
"type": "main",
"index": 0
}
]
]
},
"Cron1": {
"main": [
[
{
"node": "SetBrand",
"type": "main",
"index": 0
}
]
]
},
"HTTPShopify": {
"main": [
[
{
"node": "Assemble",
"type": "main",
"index": 0
}
]
]
},
"HTTPStripe": {
"main": [
[
{
"node": "Assemble",
"type": "main",
"index": 0
}
]
]
},
"BuildMsg": {
"main": [
[
{
"node": "EmailSend",
"type": "main",
"index": 0
}
],
[
{
"node": "Telegram",
"type": "main",
"index": 0
}
]
]
},
"GCal": {
"main": [
[
{
"node": "Assemble",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 개인 생산성, AI 요약
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
자동 재무 추적기: 영수증 동기화, 현금 흐름 예측 및 월간 리포트 수신
Gmail, Google 스프레드시트, GPT-4o 월간 보고서를 사용한 자동 재정 추적기
If
Set
Cron
+
If
Set
Cron
17 노드Shelly-Ann Davy
청구서 처리
작업일지 기록
AI 작업시간표 생성기 - Gmail, 캘린더, GitHub을 Google 스프레드시트에 통합
If
Set
Code
+
If
Set
Code
31 노드Luka Zivkovic
개인 생산성
AI 자기소개서를 사용한 직업 검색 자동화
Google Jobs, RemoteOK 및 GPT-3.5를 사용한 AI 자기소개서 포함 채용 공고 검색 자동화
If
Set
Code
+
If
Set
Code
17 노드Shelly-Ann Davy
개인 생산성
독일 아파트 찾기 및 자동 신청 (메모 기능 포함)
Immobilienscout24 및 Google 서비스 통합을 사용한 독일 아파트 자동 검색 및 신청
Set
Cron
Function
+
Set
Cron
Function
22 노드Abbas Ali
개인 생산성
Notion에서 고객 육성 이메일 및 리뷰 수집 자동 실행
Telegram을 통해 Google 캘린더 및 Notion CRM을 사용한 자동화된 회의 일정 조정
If
Set
Code
+
If
Set
Code
19 노드Shelly-Ann Davy
지원 챗봇
Affirmative Sender + 매일 감사 요약(건강) v2
Notion, 이메일 및 Telegram을 사용한 일일 긍정적인 말과 주간 감사 요약
If
Set
Cron
+
If
Set
Cron
26 노드Shelly-Ann Davy
개인 생산성
워크플로우 정보
난이도
중급
노드 수15
카테고리2
노드 유형9
저자
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유