出版物
中級
これはSocial Media, Multimodal AI分野の自動化ワークフローで、8個のノードを含みます。主にTwitter, LinkedIn, GoogleSheets, ScheduleTrigger, OpenAiなどのノードを使用。 AIコンテンツと画像を使ってTwitter、LinkedIn、Facebookでソーシャルメディア投稿を自動化する
前提条件
- •Twitter API認証情報
- •LinkedIn API認証情報
- •Google Sheets API認証情報
- •OpenAI API Key
- •Facebook Graph API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "59a8WDMIKKo9faYP",
"meta": {
"instanceId": "c87a766eb8ed4a39121cf119a5038250a8ca0a11ed90cdd244f6beb7336758b3",
"templateCredsSetupCompleted": true
},
"name": "Posting",
"tags": [],
"nodes": [
{
"id": "81d2b01a-b0a6-4361-9eb5-00251031a289",
"name": "スケジュールトリガー",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
0,
135
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 22
}
]
}
},
"typeVersion": 1.2
},
{
"id": "5551acd6-a6d7-4c89-b7b8-104163d2c7a7",
"name": "モデルにメッセージ送信",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
220,
135
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4",
"cachedResultName": "GPT-4"
},
"options": {},
"messages": {
"values": [
{
"content": "Create a 50 character title of a topic related to very specific problem related to n8n or automation."
}
]
}
},
"credentials": {
"openAiApi": {
"id": "HIKBWjUjcycw5pnA",
"name": "OpenAi account 2"
}
},
"typeVersion": 1.8
},
{
"id": "f3c8267e-df8c-40d2-aa91-7fa21e2b30b0",
"name": "モデル1にメッセージ送信",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
580,
-140
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "chatgpt-4o-latest",
"cachedResultName": "CHATGPT-4O-LATEST"
},
"options": {},
"messages": {
"values": [
{
"content": "=Based on the title: {{ $json.message.content }}\nWrite a tweet that breaks this topic down.\n\nBe solution oriented and make it easily readable with easy vocabulary\n\nAdd some hashtags too "
}
]
}
},
"credentials": {
"openAiApi": {
"id": "HIKBWjUjcycw5pnA",
"name": "OpenAi account 2"
}
},
"typeVersion": 1.8
},
{
"id": "0524af9f-0d39-4304-922d-a8c2807a9fa3",
"name": "画像生成",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
940,
385
],
"parameters": {
"prompt": "=Based on the title: {{ $json.message.content }}\nGenerate a japanese anime style image ",
"options": {},
"resource": "image"
},
"credentials": {
"openAiApi": {
"id": "HIKBWjUjcycw5pnA",
"name": "OpenAi account 2"
}
},
"typeVersion": 1.8
},
{
"id": "c836e49a-9d69-4e59-8a91-40a6c049dda6",
"name": "シート1に行を追加または更新",
"type": "n8n-nodes-base.googleSheets",
"position": [
940,
-15
],
"parameters": {
"columns": {
"value": {
"Title": "={{ $json.message.content }}",
"Description": "={{ $json.message.content }}"
},
"schema": [
{
"id": "Title",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Description",
"type": "string",
"display": true,
"required": false,
"displayName": "Description",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Image",
"type": "string",
"display": true,
"required": false,
"displayName": "Image",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Title"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1P18TjyEEsgUey_gqXoNsE5GlsaGDmJYVl0ZWVzxCU7U/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1P18TjyEEsgUey_gqXoNsE5GlsaGDmJYVl0ZWVzxCU7U",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1P18TjyEEsgUey_gqXoNsE5GlsaGDmJYVl0ZWVzxCU7U/edit?usp=drivesdk",
"cachedResultName": "Automation inbound content"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "gPEEiziU0kLV5lvj",
"name": "Google Sheets account 3"
}
},
"typeVersion": 4.6
},
{
"id": "34959513-e476-4956-bf7c-70c4d777e166",
"name": "ツイート作成",
"type": "n8n-nodes-base.twitter",
"position": [
1160,
185
],
"parameters": {
"text": "={{ $json.Description }}",
"additionalFields": {}
},
"credentials": {
"twitterOAuth2Api": {
"id": "ixssLsKqjdOHFm2n",
"name": "X account"
}
},
"typeVersion": 2
},
{
"id": "637145e8-189d-46c6-be02-cfe000446da1",
"name": "投稿作成",
"type": "n8n-nodes-base.linkedIn",
"position": [
1160,
-15
],
"parameters": {
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "40f14ed0-4935-43b0-9b8d-d11ef83a821c",
"name": "Facebook Graph API",
"type": "n8n-nodes-base.facebookGraphApi",
"position": [
1160,
385
],
"parameters": {
"options": {}
},
"credentials": {
"facebookGraphApi": {
"id": "G6d71NwUyz4ILDDc",
"name": "Facebook Graph account 2"
}
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "1971493f-a9ab-4d24-97ab-05ef1fad00fc",
"connections": {
"5551acd6-a6d7-4c89-b7b8-104163d2c7a7": {
"main": [
[
{
"node": "f3c8267e-df8c-40d2-aa91-7fa21e2b30b0",
"type": "main",
"index": 0
},
{
"node": "0524af9f-0d39-4304-922d-a8c2807a9fa3",
"type": "main",
"index": 0
},
{
"node": "c836e49a-9d69-4e59-8a91-40a6c049dda6",
"type": "main",
"index": 0
}
]
]
},
"f3c8267e-df8c-40d2-aa91-7fa21e2b30b0": {
"main": [
[
{
"node": "c836e49a-9d69-4e59-8a91-40a6c049dda6",
"type": "main",
"index": 0
}
]
]
},
"81d2b01a-b0a6-4361-9eb5-00251031a289": {
"main": [
[
{
"node": "5551acd6-a6d7-4c89-b7b8-104163d2c7a7",
"type": "main",
"index": 0
}
]
]
},
"0524af9f-0d39-4304-922d-a8c2807a9fa3": {
"main": [
[
{
"node": "34959513-e476-4956-bf7c-70c4d777e166",
"type": "main",
"index": 0
},
{
"node": "637145e8-189d-46c6-be02-cfe000446da1",
"type": "main",
"index": 0
},
{
"node": "40f14ed0-4935-43b0-9b8d-d11ef83a821c",
"type": "main",
"index": 0
}
]
]
},
"c836e49a-9d69-4e59-8a91-40a6c049dda6": {
"main": [
[
{
"node": "34959513-e476-4956-bf7c-70c4d777e166",
"type": "main",
"index": 0
},
{
"node": "637145e8-189d-46c6-be02-cfe000446da1",
"type": "main",
"index": 0
},
{
"node": "40f14ed0-4935-43b0-9b8d-d11ef83a821c",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - ソーシャルメディア, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
インタラクティブなコンテンツ・マーケティングプラットフォーム(GPT-4を含む)
GPT-4 を使用してコンテンツ分析とマルチプラットフォーム展開を自動化
Code
Merge
Twitter
+
Code
Merge
Twitter
15 ノードMarth
ソーシャルメディア
ポストファクトリー
OpenAI、LinkedIn、TwitterによるSlack承認に基づくソーシャルメディアコンテンツ作成の自動化
If
Gmail
Slack
+
If
Gmail
Slack
22 ノードSaloni Malhotra
ソーシャルメディア
LinkedInコンテンツマシン
XとLinkedIn向けにGemini/OpenAIを使ってソーシャル投稿を生成してスケジュールする
Form
Merge
Slack
+
Form
Merge
Slack
14 ノードNurseflow
ソーシャルメディア
## 対象ユーザー
AI駆動のLinkedIn日次投稿作成ツール。OpenAIフィードバックループとNotionを統合
Set
Notion
Linked In
+
Set
Notion
Linked In
28 ノードNabin Bhandari
ソーシャルメディア
GoogleトレンドとPerplexityを活用したソーシャルメディア投稿の自動生成
GoogleトレンドとPerplexity AIを基にしたAI駆動型のマルチソーシャルメディア投稿自動化ワークフロー
Set
Code
Wait
+
Set
Code
Wait
18 ノードGerald Denor
人工知能
Claude、OpenAI、およびPerplexityを使用して品牌のなLinkedInコンテンツを自動生成・スケジュール
Claude、OpenAI、Perplexityを使ってブランド向けLinkedInコンテンツを自動生成してスケジュール
Code
Limit
Linked In
+
Code
Limit
Linked In
23 ノードAbdul Mir
ソーシャルメディア