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など)は別途料金が発生する場合があります。
関連ワークフロー
エレガントなコンテンツ起動 — RSS → Notion(n8n)
RSS フィードを日次のコンテンツアイデアへ整理し、メールで送信。Notion および Telegram オプションも対応
If
Set
Cron
+
If
Set
Cron
20 ノードShelly-Ann Davy
コンテンツ作成
エレガントな顧客紹介カスタマーサービス — プロフェッショナル版(汎用、v3)
Notion、メール、CRMの統合による自動顧客オンボーディングシステム
If
Set
Notion
+
If
Set
Notion
31 ノードShelly-Ann Davy
顧客管理
アフォーム送信機+週次の感謝サマリー(ヘルス)v2
Notion、メール、Telegramを使って隔日の肯定メッセージと週次の感謝要約を送信
If
Set
Cron
+
If
Set
Cron
26 ノードShelly-Ann Davy
個人の生産性
パントリー ソフトウェア在庫補充 — Notion → 買い物リスト + メール
Notion とメール通知を使った食品冷蔵庫在庫の自動管理
Set
Cron
Notion
+
Set
Cron
Notion
15 ノードShelly-Ann Davy
個人の生産性
顧客育成・紹介自動化(Gumroad → Notion → メール)
Gumroad顧客育成・推薦自動ナビゲーション(Notionとメール使用)
Wait
Notion
Webhook
+
Wait
Notion
Webhook
17 ノードShelly-Ann Davy
ソーシャルメディア
週次の献立計画を立てて食材をNotionに追加(Cron + メール)
Notion で毎週の買い物リストを作成し、電子メール通知を自動のに送信します
If
Set
Code
+
If
Set
Code
20 ノードShelly-Ann
個人の生産性
ワークフロー情報
難易度
上級
ノード数17
カテゴリー2
ノードタイプ9
作成者
Shelly-Ann Davy
@shecodesfloFounder 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で表示 →
このワークフローを共有