静かな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