Blush Pink Week — 7日間のPinterestプランナ(n8n + Notion)

上級

これはSocial Media, Multimodal AI分野の自動化ワークフローで、17個のノードを含みます。主にIf, Set, Cron, Notion, Functionなどのノードを使用。 Notionとの連携機能付き7日間のPinterestコンテンツプランナー

前提条件
  • Notion API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "templateCredsWarning": "Attach Email (and Notion if enabled) credentials after import. No secrets in JSON."
  },
  "name": "Blush Pin Week — 7-Day Pinterest Planner (n8n + Notion)",
  "nodes": [
    {
      "name": "Sticky: README",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-README-0"
    },
    {
      "name": "Sticky: 前提条件 + スキーマ",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky--1"
    },
    {
      "name": "Sticky: セットアップチェックリスト",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky--2"
    },
    {
      "name": "Sticky: テストと動作",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky--3"
    },
    {
      "name": "Sticky: コンプライアンス + トラブルシューティング",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        360
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky--4"
    },
    {
      "name": "Weekly Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        -160,
        40
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Weekly-Cron-5"
    },
    {
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -160,
        200
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Manual-Trigger-6"
    },
    {
      "name": "Set: ユーザー設定",
      "type": "n8n-nodes-base.set",
      "position": [
        80,
        200
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Set--7"
    },
    {
      "name": "If: Notion有効?",
      "type": "n8n-nodes-base.if",
      "position": [
        360,
        220
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "If-Notion--8"
    },
    {
      "name": "Notion: アイデア取得",
      "type": "n8n-nodes-base.notion",
      "position": [
        540,
        220
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Notion--9"
    },
    {
      "name": "Function: アイデア抽出",
      "type": "n8n-nodes-base.function",
      "position": [
        720,
        220
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Function--10"
    },
    {
      "name": "Function: アイデアサンプリング",
      "type": "n8n-nodes-base.function",
      "position": [
        360,
        60
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Function--11"
    },
    {
      "name": "Function: 7日間プラン構築",
      "type": "n8n-nodes-base.function",
      "position": [
        900,
        120
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Function-7--12"
    },
    {
      "name": "Function: メール構築",
      "type": "n8n-nodes-base.function",
      "position": [
        960,
        240
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Function--13"
    },
    {
      "name": "Email: プラン送信",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        240
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Email--14"
    },
    {
      "name": "On Error",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        -160,
        360
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "On-Error-15"
    },
    {
      "name": "On Error → オーナーにメール",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        300
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "On-Error--16"
    }
  ],
  "pinData": {},
  "connections": {
    "On-Error-15": {
      "main": [
        [
          {
            "node": "On-Error--16",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weekly-Cron-5": {
      "main": [
        [
          {
            "node": "Set--7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual-Trigger-6": {
      "main": [
        [
          {
            "node": "Set--7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set--7": {
      "main": [
        [
          {
            "node": "If-Notion--8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion--9": {
      "main": [
        [
          {
            "node": "Function--10",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If-Notion--8": {
      "main": [
        [
          {
            "node": "Notion--9",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Function--11",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function--13": {
      "main": [
        [
          {
            "node": "Email--14",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function--11": {
      "main": [
        [
          {
            "node": "Function-7--12",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function--10": {
      "main": [
        [
          {
            "node": "Function-7--12",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function-7--12": {
      "main": [
        [
          {
            "node": "Function--13",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

上級 - ソーシャルメディア, マルチモーダルAI

有料ですか?

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

関連ワークフロー

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

上級者向け、16ノード以上の複雑なワークフロー

作成者
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