毎日業務のピルス

中級

これはAI Summarization, Multimodal AI分野の自動化ワークフローで、6個のノードを含みます。主にCron, Gmail, Notion, OpenAi, Stripeなどのノードを使用。 Notion、Gmail、Stripe、カレンダー、そして GPT-4o を使って毎日のビジネスサマリー生成

前提条件
  • Googleアカウント + Gmail API認証情報
  • Notion API Key
  • OpenAI API Key
  • Stripe API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "daily-pulse-002",
  "name": "Daily Business Pulse",
  "tags": [
    "daily routine",
    "morning ritual",
    "solopreneur",
    "small business",
    "automation",
    "no-code",
    "Notion",
    "Gmail",
    "Stripe",
    "Google Calendar",
    "GPT-4o",
    "productivity",
    "peace of mind",
    "soft tech",
    "tax preparer",
    "consultant",
    "service-based business"
  ],
  "nodes": [
    {
      "id": "cron-morning",
      "name": "Cron Trigger - 毎日7時",
      "type": "n8n-nodes-base.cron",
      "position": [
        100,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "notion-tasks",
      "name": "Notion から上位3タスクを取得",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "stripe-income",
      "name": "昨日の収益を取得 (Stripe)",
      "type": "n8n-nodes-base.stripe",
      "position": [
        300,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "google-calendar",
      "name": "本日のカレンダーイベントを取得",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        300,
        600
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "openai-motivation",
      "name": "GPT-4o でモチベーションメッセージを生成",
      "type": "n8n-nodes-base.openAi",
      "position": [
        500,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "gmail-digest",
      "name": "デイリーダイジェストメールを送信",
      "type": "n8n-nodes-base.gmail",
      "position": [
        700,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {},
  "versionId": "v1.0",
  "connections": {
    "cron-morning": {
      "main": [
        [
          "Notion から上位3タスクを取得",
          "main",
          0
        ],
        [
          "昨日の収益を取得 (Stripe)",
          "main",
          0
        ],
        [
          "本日のカレンダーイベントを取得",
          "main",
          0
        ]
      ]
    },
    "google-calendar": {
      "main": [
        [
          "GPT-4o でモチベーションメッセージを生成",
          "main",
          0
        ]
      ]
    },
    "notion-tasks": {
      "main": [
        [
          "デイリーダイジェストメールを送信",
          "main",
          0
        ]
      ]
    },
    "stripe-income": {
      "main": [
        [
          "デイリーダイジェストメールを送信",
          "main",
          0
        ]
      ]
    },
    "openai-motivation": {
      "main": [
        [
          "デイリーダイジェストメールを送信",
          "main",
          0
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - AI要約, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数6
カテゴリー2
ノードタイプ6
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

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