静かな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 Sheets・GPT-4oを使った月次レポート自動生成 financial tracker
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の求人情報に基づく自動求人検索を行い、AI採用情報に基づく自動求人検索と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
サポートチャットボット
アフォーム送信機+週次の感謝サマリー(ヘルス)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で表示 →
このワークフローを共有