LinkedIn投稿のメール提醒
中級
これはContent Creation, Multimodal AI分野の自動化ワークフローで、12個のノードを含みます。主にEmailSend, GoogleDrive, HttpRequest, ChainLlm, GoogleDriveTriggerなどのノードを使用。 Google Driveの画像をGPT-4oで使ってLinkedIn投稿を自動生成
前提条件
- •Google Drive API認証情報
- •ターゲットAPIの認証情報が必要な場合あり
- •OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "wNXLGEUAf3E3GOZs",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
"templateCredsSetupCompleted": true
},
"name": "LinkedIn post email reminder",
"tags": [],
"nodes": [
{
"id": "4547649e-d584-4c42-8643-f59c5bbd9d9c",
"name": "Google ドライブ Trigger1",
"type": "n8n-nodes-base.googleDriveTrigger",
"position": [
-1040,
688
],
"parameters": {},
"typeVersion": 1
},
{
"id": "d14c681d-b21a-446e-8775-5106afc63545",
"name": "Google ドライブ Download1",
"type": "n8n-nodes-base.googleDrive",
"position": [
-816,
688
],
"parameters": {},
"typeVersion": 3
},
{
"id": "a523eca2-5bca-4c38-8d1d-12e590b3972b",
"name": "Basic LLM チェーン",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
-368,
688
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "a9a79e33-d245-4f9e-92dc-6d6a72f32fc2",
"name": "Azure OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
"position": [
-272,
912
],
"parameters": {},
"typeVersion": 1
},
{
"id": "10135a69-1153-435c-88bb-44b5bea01517",
"name": "Send email",
"type": "n8n-nodes-base.emailSend",
"position": [
32,
688
],
"webhookId": "20066331-0f47-48ec-8ad5-77cb26504344",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "2ed417b5-9e35-416a-bbd0-404b5a9a0b7d",
"name": "upload frames to cloudinary",
"type": "n8n-nodes-base.httpRequest",
"maxTries": 5,
"position": [
-592,
688
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 4.2
},
{
"id": "7bed50ea-3f49-454e-b0b1-0c25d0a3aabc",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1216,
368
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "47d58bf4-1e11-4dc8-89a3-e75b9caec48a",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-960,
848
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "410353a8-359b-4909-8eb9-5a094c1cb4cf",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-768,
256
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "9eb12f4f-2190-4de6-9744-d2686012a3d0",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-352,
176
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "2b773a8c-40b6-4aa1-bfec-fc6893e3afa6",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-512,
960
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "fa1fb93d-6a4a-4a2f-b5c7-ff3eafa23c49",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
16,
848
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "65f0a0e4-0f2b-42bf-bb41-d44d196e3f44",
"connections": {
"Basic LLM Chain": {
"main": [
[
{
"node": "10135a69-1153-435c-88bb-44b5bea01517",
"type": "main",
"index": 0
}
]
]
},
"Google Drive Trigger1": {
"main": [
[
{
"node": "Google Drive Download1",
"type": "main",
"index": 0
}
]
]
},
"Google Drive Download1": {
"main": [
[
{
"node": "2ed417b5-9e35-416a-bbd0-404b5a9a0b7d",
"type": "main",
"index": 0
}
]
]
},
"a9a79e33-d245-4f9e-92dc-6d6a72f32fc2": {
"ai_languageModel": [
[
{
"node": "Basic LLM Chain",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"2ed417b5-9e35-416a-bbd0-404b5a9a0b7d": {
"main": [
[
{
"node": "Basic LLM Chain",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - コンテンツ作成, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Twitter タイトルジェネレーター
Google Driveの画像をCloudinaryとGPT-4o-miniでTwitter/Xのキャプション生成
Email Send
Google Drive
Http Request
+
Email Send
Google Drive
Http Request
13 ノードRahul Joshi
コンテンツ作成
Azure OpenAI とGoogle Workspace で DEI 資格フィルター Automation
Azure GPT-4o、Googleドライブ、テーブルを使ってDEI資格フィルタリングを自動化
If
Code
Gmail
+
If
Code
Gmail
19 ノードRahul Joshi
コンテンツ作成
人员流出リスク警报ワークフロー(Azure OpenAI + n8n)
従業員サーキュラーションプリスク検出とHRリマインダー – Azure OpenAI GPT-4o-miniとGmailを使用
If
Code
Gmail
+
If
Code
Gmail
16 ノードRahul Joshi
コンテンツ作成
インタビュー品質審査
GPT-4o-mini と Google スプレッドシートを使って、Slack でインタビューフィードバックを監査し、レポートを生成
If
Code
Slack
+
If
Code
Slack
23 ノードRahul Joshi
コンテンツ作成
プロスペクトの意図分類と自動タスク作成ツール
Azure GPT-4 を使って Google Sheets から ClickUp にリード意図分類を自動化
Set
Switch
Click Up
+
Set
Switch
Click Up
32 ノードRahul Joshi
コンテンツ作成
Stripe、Google Drive、Google Sheetsを使用した支払い領収書のアーカイブ
支払い確実書の自動化:StripeとGoogle Workspaceを使用したメール送信、書類保存、追跡
If
Gmail
Split Out
+
If
Gmail
Split Out
21 ノードRahul Joshi
コンテンツ作成
ワークフロー情報
難易度
中級
ノード数12
カテゴリー2
ノードタイプ7
作成者
Rahul Joshi
@rahul08Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.
外部リンク
n8n.ioで表示 →
このワークフローを共有