パントリー ソフトウェア在庫補充 — Notion → 買い物リスト + メール

中級

これはPersonal Productivity, Multimodal AI分野の自動化ワークフローで、15個のノードを含みます。主にSet, Cron, Notion, Function, EmailSendなどのノードを使用。 Notion とメール通知を使った食品冷蔵庫在庫の自動管理

前提条件
  • Notion API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "name": "Pantry Soft-Stock Refill — Notion → Grocery List + Email",
  "nodes": [
    {
      "id": "1",
      "name": "デイリートリガー",
      "type": "n8n-nodes-base.cron",
      "position": [
        260,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "2",
      "name": "ユーザー設定",
      "type": "n8n-nodes-base.set",
      "position": [
        260,
        220
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "3",
      "name": "パントリーアイテム取得",
      "type": "n8n-nodes-base.notion",
      "position": [
        540,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "4",
      "name": "既存の購入リスト取得",
      "type": "n8n-nodes-base.notion",
      "position": [
        540,
        540
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5",
      "name": "購入リスト計算",
      "type": "n8n-nodes-base.function",
      "position": [
        820,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "6",
      "name": "買い物リスト作成",
      "type": "n8n-nodes-base.notion",
      "position": [
        1100,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "7",
      "name": "メール作成",
      "type": "n8n-nodes-base.function",
      "position": [
        1380,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "8",
      "name": "メール送信",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1640,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "9",
      "name": "エラーハンドラー",
      "type": "n8n-nodes-base.errorTrigger",
      "disabled": true,
      "position": [
        260,
        700
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "10",
      "name": "## 説明",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "11",
      "name": "## セットアップチェックリスト",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "12",
      "name": "## デモ & ギャラリー",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        380
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "13",
      "name": "## QA / テスト計画",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        540
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "14",
      "name": "## タグ & カテゴリ",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        700
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "15",
      "name": "## 帰属表示 & ライセンス",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        860
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {},
  "versionId": "1.0.0",
  "staticData": null,
  "connections": {
    "1": {
      "main": [
        [
          {
            "node": "2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2": {
      "main": [
        [
          {
            "node": "3",
            "type": "main",
            "index": 0
          },
          {
            "node": "4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3": {
      "main": [
        [
          {
            "node": "5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4": {
      "main": [
        [
          {
            "node": "5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5": {
      "main": [
        [
          {
            "node": "6",
            "type": "main",
            "index": 0
          },
          {
            "node": "7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7": {
      "main": [
        [
          {
            "node": "8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 個人の生産性, マルチモーダルAI

有料ですか?

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

関連ワークフロー

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

経験者向け、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