エレガントなコンテンツ起動 — RSS → Notion(n8n)
上級
これはContent Creation, Multimodal AI分野の自動化ワークフローで、20個のノードを含みます。主にIf, Set, Cron, Notion, Functionなどのノードを使用。 RSS フィードを日次のコンテンツアイデアへ整理し、メールで送信。Notion および Telegram オプションも対応
前提条件
- •Notion API Key
- •Telegram Bot Token
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"templateCredsWarning": "Attach Email (+ Notion/Telegram if enabled) credentials after import. No secrets in JSON."
},
"name": "Graceful Content Sparks — RSS → Notion (n8n)",
"nodes": [
{
"name": "付箋: README",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
-120
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "-README-0"
},
{
"name": "付箋: 前提条件 + スキーマ",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "--1"
},
{
"name": "付箋: セットアップチェックリスト",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
120
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "--2"
},
{
"name": "付箋: テスト & 動作",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
240
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "--3"
},
{
"name": "付箋: コンプライアンス + トラブルシューティング",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
360
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "--4"
},
{
"name": "日次クローン",
"type": "n8n-nodes-base.cron",
"position": [
-160,
40
],
"parameters": {},
"typeVersion": 1,
"id": "--5"
},
{
"name": "手動トリガー",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-160,
200
],
"parameters": {},
"typeVersion": 1,
"id": "--6"
},
{
"name": "設定: ユーザー設定",
"type": "n8n-nodes-base.set",
"position": [
80,
200
],
"parameters": {},
"typeVersion": 2,
"id": "--7"
},
{
"name": "関数: URLアイテム構築",
"type": "n8n-nodes-base.function",
"position": [
360,
60
],
"parameters": {},
"typeVersion": 2,
"id": "-URL--8"
},
{
"name": "RSS: フィード読み取り",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
540,
60
],
"parameters": {},
"typeVersion": 1,
"id": "RSS--9"
},
{
"name": "関数: 収集 & アングル設定",
"type": "n8n-nodes-base.function",
"position": [
720,
60
],
"parameters": {},
"typeVersion": 2,
"id": "--10"
},
{
"name": "関数: トリミング",
"type": "n8n-nodes-base.function",
"position": [
900,
60
],
"parameters": {},
"typeVersion": 2,
"id": "--11"
},
{
"name": "関数: メール構築",
"type": "n8n-nodes-base.function",
"position": [
960,
180
],
"parameters": {},
"typeVersion": 2,
"id": "--12"
},
{
"name": "条件分岐: Notion 有効?",
"type": "n8n-nodes-base.if",
"position": [
960,
300
],
"parameters": {},
"typeVersion": 2,
"id": "-Notion--13"
},
{
"name": "Notion: アイデア作成",
"type": "n8n-nodes-base.notion",
"position": [
1140,
420
],
"parameters": {},
"typeVersion": 2,
"id": "Notion--14"
},
{
"name": "メール: ダイジェスト送信",
"type": "n8n-nodes-base.emailSend",
"position": [
1140,
180
],
"parameters": {},
"typeVersion": 2,
"id": "--15"
},
{
"name": "条件分岐: Telegram 有効?",
"type": "n8n-nodes-base.if",
"position": [
1140,
240
],
"parameters": {},
"typeVersion": 2,
"id": "-Telegram--16"
},
{
"name": "Telegram: 通知",
"type": "n8n-nodes-base.telegram",
"position": [
1140,
300
],
"parameters": {},
"typeVersion": 1,
"id": "Telegram--17"
},
{
"name": "エラー時処理",
"type": "n8n-nodes-base.errorTrigger",
"position": [
-160,
360
],
"parameters": {},
"typeVersion": 1,
"id": "--18"
},
{
"name": "エラー時処理 → 所有者へメール",
"type": "n8n-nodes-base.emailSend",
"position": [
1140,
360
],
"parameters": {},
"typeVersion": 2,
"id": "--19"
}
],
"pinData": {},
"connections": {
"--18": {
"main": [
[
{
"node": "--19",
"type": "main",
"index": 0
}
]
]
},
"--5": {
"main": [
[
{
"node": "--7",
"type": "main",
"index": 0
}
]
]
},
"--11": {
"main": [
[
{
"node": "--12",
"type": "main",
"index": 0
},
{
"node": "-Notion--13",
"type": "main",
"index": 0
}
]
]
},
"--6": {
"main": [
[
{
"node": "--7",
"type": "main",
"index": 0
}
]
]
},
"RSS--9": {
"main": [
[
{
"node": "--10",
"type": "main",
"index": 0
}
]
]
},
"--7": {
"main": [
[
{
"node": "-URL--8",
"type": "main",
"index": 0
}
]
]
},
"-Notion--13": {
"main": [
[
{
"node": "Notion--14",
"type": "main",
"index": 0
}
],
[]
]
},
"--12": {
"main": [
[
{
"node": "--15",
"type": "main",
"index": 0
}
]
]
},
"-Telegram--16": {
"main": [
[
{
"node": "Telegram--17",
"type": "main",
"index": 0
}
],
[]
]
},
"-URL--8": {
"main": [
[
{
"node": "RSS--9",
"type": "main",
"index": 0
}
]
]
},
"--10": {
"main": [
[
{
"node": "--11",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - コンテンツ作成, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Blush Pink Week — 7日間のPinterestプランナ(n8n + Notion)
Notionとの連携機能付き7日間のPinterestコンテンツプランナー
If
Set
Cron
+
If
Set
Cron
17 ノード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
個人の生産性
週次の献立計画を立てて食材をNotionに追加(Cron + メール)
Notion で毎週の買い物リストを作成し、電子メール通知を自動のに送信します
If
Set
Code
+
If
Set
Code
20 ノードShelly-Ann
個人の生産性
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
If
Set
Gmail
+
If
Set
Gmail
68 ノードAbdullahi Ahmed
コンテンツ作成
ワークフロー情報
難易度
上級
ノード数20
カテゴリー2
ノードタイプ11
作成者
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で表示 →
このワークフローを共有