動の画像付きYouTubeコミュニティ投稿の自動化
これはSocial Media, Multimodal AI分野の自動化ワークフローで、9個のノードを含みます。主にCode, HttpRequest, GoogleSheets, ScheduleTrigger, ChainLlmなどのノードを使用。 DeepSeek AIとGoogleスプレッドシートを使用してYouTubeコミュニティ投稿の自動化と動の画像生成
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
{
"id": "CWIghCfQ1tvZF1ii",
"name": "YouTube Community Post Automation with Dynamic Images",
"tags": [],
"nodes": [
{
"id": "e04beb3b-3e79-4ea4-b489-ee73f82dc3aa",
"name": "Daily 10AM EST Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-700,
-240
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "e504e32f-ec5e-49aa-a280-0a68d5cc288a",
"name": "日付変数の設定",
"type": "n8n-nodes-base.code",
"position": [
-540,
-240
],
"parameters": {},
"typeVersion": 2
},
{
"id": "7178ff88-f18a-45a3-b7c4-c6a968f09892",
"name": "コンテンツ生成 - LLM Chain",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
-340,
-240
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "a7bd46d6-393a-4a7e-a4a5-06541f040f91",
"name": "DeepSeek R1 Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
-120,
-100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9df29d6c-7e62-4d0d-8409-26b21ee95617",
"name": "コンテンツ詳細の抽出",
"type": "n8n-nodes-base.code",
"position": [
-40,
-240
],
"parameters": {},
"typeVersion": 2
},
{
"id": "fab233ee-4bc2-4fd2-b441-5ea590758361",
"name": "画像応答の処理",
"type": "n8n-nodes-base.code",
"position": [
680,
-240
],
"parameters": {},
"typeVersion": 2
},
{
"id": "5457cf41-7283-4a94-a059-b1cc70110ff7",
"name": "Google Sheetsへの追加",
"type": "n8n-nodes-base.googleSheets",
"position": [
840,
-240
],
"parameters": {},
"typeVersion": 4
},
{
"id": "98b288f1-a519-4f04-a966-14910b58cc6a",
"name": "画像生成 - Together AI",
"type": "n8n-nodes-base.httpRequest",
"position": [
440,
-240
],
"parameters": {},
"typeVersion": 4.1
},
{
"id": "d36f1ca7-d835-4a00-85a8-ceb02c339027",
"name": "動的画像プロンプトの生成",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
120,
-240
],
"parameters": {},
"typeVersion": 1.7
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"a7bd46d6-393a-4a7e-a4a5-06541f040f91": {
"ai_languageModel": [
[
{
"node": "7178ff88-f18a-45a3-b7c4-c6a968f09892",
"type": "ai_languageModel",
"index": 0
},
{
"node": "d36f1ca7-d835-4a00-85a8-ceb02c339027",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"e504e32f-ec5e-49aa-a280-0a68d5cc288a": {
"main": [
[
{
"node": "7178ff88-f18a-45a3-b7c4-c6a968f09892",
"type": "main",
"index": 0
}
]
]
},
"e04beb3b-3e79-4ea4-b489-ee73f82dc3aa": {
"main": [
[
{
"node": "e504e32f-ec5e-49aa-a280-0a68d5cc288a",
"type": "main",
"index": 0
}
]
]
},
"fab233ee-4bc2-4fd2-b441-5ea590758361": {
"main": [
[
{
"node": "5457cf41-7283-4a94-a059-b1cc70110ff7",
"type": "main",
"index": 0
}
]
]
},
"9df29d6c-7e62-4d0d-8409-26b21ee95617": {
"main": [
[
{
"node": "d36f1ca7-d835-4a00-85a8-ceb02c339027",
"type": "main",
"index": 0
}
]
]
},
"7178ff88-f18a-45a3-b7c4-c6a968f09892": {
"main": [
[
{
"node": "9df29d6c-7e62-4d0d-8409-26b21ee95617",
"type": "main",
"index": 0
}
]
]
},
"98b288f1-a519-4f04-a966-14910b58cc6a": {
"main": [
[
{
"node": "fab233ee-4bc2-4fd2-b441-5ea590758361",
"type": "main",
"index": 0
}
]
]
},
"d36f1ca7-d835-4a00-85a8-ceb02c339027": {
"main": [
[
{
"node": "98b288f1-a519-4f04-a966-14910b58cc6a",
"type": "main",
"index": 0
}
]
]
}
}
}このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - ソーシャルメディア, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Gerald Denor
@dominixaiGerald Akhidenor is an AI Automation Lead Creative with 5 years of experience in AI automation consultancy. He specializes in n8n and API integrations, driving innovative automation solutions. As founder of DominixAI, Gerald combines creative vision and technical expertise to streamline processes and boost efficiency through cutting-edge AI technologies. Website: https://dominixai.com JobMonkey: https://trafficabc.com/jobmonkey-application-generator/
このワークフローを共有