8
n8n 한국어amn8n.com

宁静 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)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수15
카테고리2
노드 유형9
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder 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에서 보기

이 워크플로우 공유

카테고리

카테고리: 34