ClaudeとGPT-4を使ってウェブサイトからパーソナライズされた門出メールのあいさつを自動生成
上級
これはContent Creation, Multimodal AI分野の自動化ワークフローで、27個のノードを含みます。主にIf, Set, Code, Telegram, GoogleDriveなどのノードを使用。 ClaudeとGPT-4を使ってウェブスクレイピングからパーソナライズされたアイスのメールの是一行を生成する
前提条件
- •Telegram Bot Token
- •Google Drive API認証情報
- •Google Sheets API認証情報
- •OpenAI API Key
- •Anthropic API Key
- •ターゲットAPIの認証情報が必要な場合あり
使用ノード (27)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "0862f70dc42e115052f6a2d4c2b6537665b4361a614cec7cd17d1c45c8868621",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "f6c4dcd2-15b4-47d2-ada7-7c4ec43db3b5",
"name": "付箋ノート1",
"type": "n8n-nodes-base.stickyNote",
"position": [
208,
6816
],
"parameters": {
"color": 4,
"width": 500,
"height": 420,
"content": "## Website Summary\n\n"
},
"typeVersion": 1
},
{
"id": "5716e4bd-2966-48fb-b598-fdb55c48f01a",
"name": "Google Drive Trigger",
"type": "n8n-nodes-base.googleDriveTrigger",
"position": [
-608,
6864
],
"parameters": {
"event": "fileCreated",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"triggerOn": "specificFolder",
"folderToWatch": {
"__rl": true,
"mode": "list",
"value": "1-b1yzCQA8RzQmG4vOaGKzYY8iZQxKpvf",
"cachedResultUrl": "https://drive.google.com/drive/folders/1-b1yzCQA8RzQmG4vOaGKzYY8iZQxKpvf",
"cachedResultName": "Clean Leads_Enrichment"
}
},
"typeVersion": 1
},
{
"id": "5fcf0971-11f3-47bb-8199-952f57384151",
"name": "Google Drive_DownLoad",
"type": "n8n-nodes-base.googleDrive",
"position": [
-400,
6864
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "id",
"value": "={{ $json.id }}"
},
"options": {},
"operation": "download"
},
"typeVersion": 3
},
{
"id": "5036979a-0bb7-4e3d-9b12-e42a8952e844",
"name": "Google Sheet Parse",
"type": "n8n-nodes-base.spreadsheetFile",
"position": [
-208,
6864
],
"parameters": {
"options": {
"headerRow": true
}
},
"typeVersion": 1
},
{
"id": "63868477-d7fc-4cfa-a948-97ed891d8218",
"name": "付箋ノート9",
"type": "n8n-nodes-base.stickyNote",
"position": [
1456,
7024
],
"parameters": {
"color": 4,
"width": 420,
"height": 360,
"content": "## Personalization based on the website summary\n\n"
},
"typeVersion": 1
},
{
"id": "4f095073-342c-4d2a-afd8-4b1c291fa39a",
"name": "AIエージェント",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
320,
6880
],
"parameters": {
"text": "=Please analyze the website at {{ $json.domain }} and create a structured business summary according to the template. Use the \"Fetch Markdown via Jina AI\" tool to get the website content.\n{{ $json.chatInput }}",
"options": {
"systemMessage": "=You are a business analyst who specializes in extracting valuable information from company websites. \nYour task is to create a concise but comprehensive summary of the company based on their website content.\n\nFollow this template:\n1. Company Overview: Brief description of what the company does\n2. Products/Services: Main offerings\n3. Target Market: Who they serve\n4. Unique Selling Points: What makes them different\n5. Company Size/Scale: Any indicators of company size\n6. Potential Pain Points: Business challenges they might be facing\n\nKeep your response under 300 words. Focus on factual information in the website content."
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.8
},
{
"id": "7ab26790-461f-4eee-9fed-d4af2ae6d241",
"name": "Jina AIによるMarkdown取得1",
"type": "@n8n/n8n-nodes-langchain.toolHttpRequest",
"position": [
464,
7088
],
"parameters": {
"url": "https://r.jina.ai/{url}",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Fetch Webpage Markdown via Jina AI. This is useful for getting details of a webpage found from the Google Search tools",
"placeholderDefinitions": {
"values": [
{
"name": "url",
"type": "string",
"description": "This is the url to be accessed via Jina to extract the pages markdown"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "nblIbhxCZGalsJde",
"name": "Jina.Ai Web Scraping"
}
},
"typeVersion": 1.1
},
{
"id": "32c7c70c-4f49-4948-9f60-7ece38d29760",
"name": "思考",
"type": "@n8n/n8n-nodes-langchain.toolThink",
"position": [
576,
7104
],
"parameters": {},
"typeVersion": 1
},
{
"id": "15bdcf59-901a-4628-92b9-31a00d29bdbb",
"name": "思考1",
"type": "@n8n/n8n-nodes-langchain.toolThink",
"position": [
1744,
6784
],
"parameters": {},
"typeVersion": 1
},
{
"id": "79924b90-bea1-4549-b34c-ec8e4b8f64e2",
"name": "Anthropic Chat Model1",
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
"position": [
1536,
6768
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "claude-sonnet-4-20250514",
"cachedResultName": "Claude Sonnet 4"
},
"options": {
"temperature": 0.7
}
},
"credentials": {
"anthropicApi": {
"id": "LS0BBfEu5Na7rs9Z",
"name": "Anthropic_mariela"
}
},
"typeVersion": 1.3
},
{
"id": "ddb98ec2-ee70-4805-8715-e3c5dac6d1f3",
"name": "条件分岐",
"type": "n8n-nodes-base.if",
"position": [
1264,
6880
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "345eb764-6267-4f0c-9147-07f827cf605b",
"operator": {
"type": "boolean",
"operation": "false",
"singleValue": true
},
"leftValue": "={{ $json.message.content.hasWebsite }}",
"rightValue": "false"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "69a563e4-d0a6-43ca-a6fd-a69fd6a2a6c3",
"name": "思考2",
"type": "@n8n/n8n-nodes-langchain.toolThink",
"position": [
1712,
7296
],
"parameters": {},
"typeVersion": 1
},
{
"id": "6ef0b18c-dfee-4ba3-93d7-5688f7df3140",
"name": "Anthropic Chat Model2",
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
"position": [
1536,
7264
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "claude-sonnet-4-20250514",
"cachedResultName": "Claude Sonnet 4"
},
"options": {
"temperature": 0.7
}
},
"credentials": {
"anthropicApi": {
"id": "LS0BBfEu5Na7rs9Z",
"name": "Anthropic_mariela"
}
},
"typeVersion": 1.3
},
{
"id": "12253004-b852-464d-9949-ffe14deb5aba",
"name": "AIエージェント_パーソナライゼーション_ウェブサイトなし",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1536,
6624
],
"parameters": {
"text": "=Create ONE personalized, emotional opening sentence for a cold email to {{ $('Loop Over Items1').item.json['First Name'] }} {{ $('Loop Over Items1').item.json['Last Name'] }} that will compel them to read further. Focus on our Lead Generation Sales System that saves time.\nOutput only the sentence, nothing else. \n",
"options": {
"systemMessage": "You are a sales development expert crafting personalized cold email opening lines without website data.\n\nIMPORTANT: This prompt is ONLY for cases where website data is missing or couldn't be scraped.\n\nYour task is to create ONE compelling opening sentence for a cold email that will grab attention immediately. Since we don't have website data, focus on:\n\n1. Using the company name and domain to make relevant industry assumptions\n2. Addressing a universal pain point related to lead generation that resonates with their likely business challenges\n3. Creating curiosity about our Lead Generation Sales System\n4. Mentioning a specific benefit (saving time, reducing costs, increasing conversion rates)\n5. Making it conversational and emotionally engaging (15-25 words maximum)\n\nOUR PRODUCT: We offer a Lead Generation Sales System that automates prospect identification, qualification, and outreach sequences. Key benefits include:\n- 60% reduction in time spent on manual prospecting\n- 40% lower customer acquisition costs\n- 3x higher quality leads through AI-powered targeting\n- Elimination of repetitive sales tasks\n\nTONE GUIDELINES:\n- Confident but not aggressive\n- Curious rather than presumptive\n- Focused on their potential gains, not their current problems\n- Conversational, as if from one professional to another\n\nEXAMPLES OF EXCELLENT OPENERS:\n- \"What if your sales team at [Company] could focus exclusively on closing while an automated system handles all prospecting, [First Name]?\"\n- \"The companies outperforming their competitors this quarter have one thing in common, [First Name]: they've eliminated manual lead generation entirely.\"\n- \"Imagine cutting your customer acquisition costs by 40% while simultaneously improving lead quality, [First Name] - that's what our system recently did for a company similar to [Company].\"\n- \"While researching innovative companies in the [derived industry] space, [Company]'s approach stood out as perfectly positioned to benefit from automated lead generation.\"\n\nRemember: ONE sentence only. Make it compelling enough that they WANT to read the next line of the email."
},
"promptType": "define"
},
"typeVersion": 1.8
},
{
"id": "d93483ca-0b1f-46a8-a285-c5be0147d2c4",
"name": "AIエージェント_パーソナライゼーション_ウェブサイトあり",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1536,
7120
],
"parameters": {
"text": "=Based on this website summary: {{ $('AI Agent').item.json.output }}\n\nCreate ONE personalized, emotional opening sentence for a cold email to {{ $('Testing_5 rows').item.json['First Name'] }} {{ $('Testing_5 rows').item.json['Last Name'] }} that will compel them to read further. Focus on our Lead Generation Sales System that saves time and money if the website data is missing or incomplete.\nOutput only the personalized sentence, nothing else. ",
"options": {
"systemMessage": "You are a sales development expert who specializes in creating highly personalized, engaging cold email opening lines.\n\nYour task is to craft ONE compelling sentence that will make the recipient want to read the entire email. This opening line must:\n\n1. Be personalized based on the company's specific information\n2. Create an emotional connection immediately\n3. Be conversational and natural-sounding (not formulaic)\n4. Demonstrate genuine understanding of their business or challenges\n5. Be 15-25 words maximum\n6. Include a subtle hint of value without being salesy\n\nIF THE WEBSITE ENRICHMENT DATA IS MISSING OR CONTAINS AN ERROR:\nCreate a compelling opening line focused on our Lead Generation Sales System that:\n- References saving time and money on lead generation\n- Uses the recipient's name and company domain for basic personalization\n- Suggests a pain point common in their industry based on their domain\n- Maintains the emotional, conversational tone\n\nOur product is a Lead Generation Sales System that automates prospecting, qualification, and outreach, saving companies significant time and resources while improving conversion rates.\n\nDO NOT:\n- Use generic phrases like \"I noticed your company\" or \"I was browsing your website\"\n- Sound like an obvious template\n- Include multiple sentences or run-on sentences\n- Use excessive flattery\n- Make claims you can't support\n\nExamples of good openers:\n- \"Your approach to sustainable manufacturing at [Company] would make a perfect case study for our upcoming industry report.\"\n- \"The innovative patient engagement system you've built at [Company] addresses the exact healthcare communication gaps our platform was designed to solve.\"\n- \"Your team's commitment to data-driven marketing decisions aligns perfectly with the analytics framework we've developed for agencies like yours.\"\n\nExamples for when website data is missing (for our Lead Generation Sales System):\n- \"What if your team at [Company] could reclaim 15 hours weekly from manual lead generation, [First Name]?\"\n- \"Imagine cutting your customer acquisition costs by 40% while your sales team focuses solely on closing, [First Name].\"\n- \"The difference between struggling and thriving businesses often comes down to lead quality, something we've helped companies like [Company] transform.\""
},
"promptType": "define"
},
"typeVersion": 1.8
},
{
"id": "6d43ca50-8ef5-4d3c-a6ec-5b6d9cd183b9",
"name": "付箋ノート10",
"type": "n8n-nodes-base.stickyNote",
"position": [
1440,
6560
],
"parameters": {
"color": 3,
"width": 420,
"height": 340,
"content": "## No Personalization\n\n"
},
"typeVersion": 1
},
{
"id": "5fac461e-6fcf-43c1-965b-80bfa2472e91",
"name": "フィールド編集1",
"type": "n8n-nodes-base.set",
"position": [
2064,
6960
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "a9fff8dc-60fe-4f51-84c1-9b942deeb3a7",
"name": "personalization",
"type": "string",
"value": "={{ $json.output }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "b85f1612-2b54-4067-a92e-c7eb2eff942b",
"name": "ループ終了",
"type": "n8n-nodes-base.code",
"position": [
224,
6480
],
"parameters": {
"jsCode": "const totalLeads = $node[\"Google Sheets\"].json.length || 0;\n\n// Get file info from the JSON data you provided\nconst fileId = \"1kVj4QLyNDtzma3OBJSLz3QD4Fapm3P_jDWumiIifEgk\";\nconst fileName = \"Consultant_Florida_Safe leads\";\nconst fileUrl = `https://docs.google.com/spreadsheets/d/${fileId}/edit`;\n\nreturn {\n json: {\n success: true,\n message: `Successfully processed and enriched ${totalLeads} leads.`,\n totalLeads,\n fileName,\n fileUrl,\n completedAt: new Date().toISOString()\n }\n};"
},
"typeVersion": 2
},
{
"id": "3dd9ceec-a872-4e6b-bea2-9d3df05f7fdd",
"name": "OpenAI1",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
816,
6880
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1",
"cachedResultName": "GPT-4.1"
},
"options": {},
"messages": {
"values": [
{
"content": "=Analyze the following website content and determine if it contains valid, meaningful business information.\nContent: {{ $json.output }}\n\nReturn ONLY a JSON object with this format:\n{\n \"hasWebsite\": true/false,\n \"reasonForDecision\": \"brief explanation\"\n}\n\nReturn \"true\" for hasWebsite if the content contains actual company information, products/services, or business descriptions. Return \"false\" if the content is empty, contains error messages, or is clearly not business-related content."
}
]
},
"jsonOutput": true
},
"credentials": {
"openAiApi": {
"id": "OwpPpcltPaXyVklS",
"name": "OpenAi_Mariela.b.d."
}
},
"typeVersion": 1.8
},
{
"id": "757c047e-e2f8-479e-af94-f7ac09853126",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
2304,
7072
],
"parameters": {
"columns": {
"value": {
"domain": "={{ $('Google Sheet Parse').item.json.domain }}",
"websiteSummary": "={{ $('AI Agent').item.json.output }}",
"personalization": "={{ $json.personalization }}"
},
"schema": [
{
"id": "First Name",
"type": "string",
"display": true,
"required": false,
"displayName": "First Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Last Name",
"type": "string",
"display": true,
"required": false,
"displayName": "Last Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Email",
"type": "string",
"display": true,
"required": false,
"displayName": "Email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "City",
"type": "string",
"display": true,
"required": false,
"displayName": "City",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "State",
"type": "string",
"display": true,
"required": false,
"displayName": "State",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email",
"type": "string",
"display": true,
"required": false,
"displayName": "email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "username",
"type": "string",
"display": true,
"required": false,
"displayName": "username",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "domain",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "domain",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "websiteSummary",
"type": "string",
"display": true,
"required": false,
"displayName": "websiteSummary",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "personalization",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "personalization",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"domain"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "name",
"value": "={{ $('Google Drive Trigger').item.json.name }}"
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "={{ $('Google Drive Trigger').item.json.id }}"
}
},
"typeVersion": 4.5
},
{
"id": "c9d7d000-a953-47ef-8d84-429dec014baa",
"name": "付箋ノート",
"type": "n8n-nodes-base.stickyNote",
"position": [
2048,
6848
],
"parameters": {
"color": 5,
"width": 420,
"height": 360,
"content": "## Update Google Sheet\n\n"
},
"typeVersion": 1
},
{
"id": "0c9fd980-593e-4f57-b088-9490bdbe9f54",
"name": "リードエンリッチメント準備完了",
"type": "n8n-nodes-base.telegram",
"position": [
400,
6480
],
"webhookId": "2dfc25a1-61b9-4d2d-88e4-16cf3663c817",
"parameters": {
"text": "=Lead Enrichment is ready:\nFileName: {{ $json.fileName }}\nfileURL: {{ $json.fileUrl }}",
"chatId": "[put-your-chat-id-here]",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "xgqzwFjcXCMustjr",
"name": "Telegram_MarinextAI"
}
},
"typeVersion": 1.2
},
{
"id": "9180f3b0-1c07-4c75-8b6e-6f04b4f4812b",
"name": "思考3",
"type": "@n8n/n8n-nodes-langchain.toolThink",
"position": [
880,
7008
],
"parameters": {},
"typeVersion": 1
},
{
"id": "63c21848-a7b2-4b29-9ab9-94a7ab576d2b",
"name": "付箋ノート3",
"type": "n8n-nodes-base.stickyNote",
"position": [
176,
6336
],
"parameters": {
"color": 7,
"width": 420,
"height": 360,
"content": "## Send Message to Telegram Bot\n\n"
},
"typeVersion": 1
},
{
"id": "cd7e0a2f-fedf-4f17-8689-ce3ae99d2b08",
"name": "アイテムループ処理1",
"type": "n8n-nodes-base.splitInBatches",
"position": [
48,
6864
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "d970f23d-1447-4c13-b520-fc33d30ebd1f",
"name": "Anthropic Chat Model3",
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
"position": [
304,
7088
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "claude-sonnet-4-20250514",
"cachedResultName": "Claude Sonnet 4"
},
"options": {}
},
"credentials": {
"anthropicApi": {
"id": "LS0BBfEu5Na7rs9Z",
"name": "Anthropic_mariela"
}
},
"typeVersion": 1.3
},
{
"id": "fcd2dee5-3b6b-4d93-ab48-293aba8d5a3c",
"name": "付箋ノート5",
"type": "n8n-nodes-base.stickyNote",
"position": [
784,
6784
],
"parameters": {
"width": 420,
"height": 340,
"content": "## Determines if we have scraped the website successfully\n"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"ddb98ec2-ee70-4805-8715-e3c5dac6d1f3": {
"main": [
[
{
"node": "12253004-b852-464d-9949-ffe14deb5aba",
"type": "main",
"index": 0
}
],
[
{
"node": "d93483ca-0b1f-46a8-a285-c5be0147d2c4",
"type": "main",
"index": 0
}
]
]
},
"32c7c70c-4f49-4948-9f60-7ece38d29760": {
"ai_tool": [
[
{
"node": "4f095073-342c-4d2a-afd8-4b1c291fa39a",
"type": "ai_tool",
"index": 0
}
]
]
},
"15bdcf59-901a-4628-92b9-31a00d29bdbb": {
"ai_tool": [
[
{
"node": "12253004-b852-464d-9949-ffe14deb5aba",
"type": "ai_tool",
"index": 0
}
]
]
},
"69a563e4-d0a6-43ca-a6fd-a69fd6a2a6c3": {
"ai_tool": [
[
{
"node": "d93483ca-0b1f-46a8-a285-c5be0147d2c4",
"type": "ai_tool",
"index": 0
}
]
]
},
"9180f3b0-1c07-4c75-8b6e-6f04b4f4812b": {
"ai_tool": [
[
{
"node": "3dd9ceec-a872-4e6b-bea2-9d3df05f7fdd",
"type": "ai_tool",
"index": 0
}
]
]
},
"3dd9ceec-a872-4e6b-bea2-9d3df05f7fdd": {
"main": [
[
{
"node": "ddb98ec2-ee70-4805-8715-e3c5dac6d1f3",
"type": "main",
"index": 0
}
]
]
},
"4f095073-342c-4d2a-afd8-4b1c291fa39a": {
"main": [
[
{
"node": "3dd9ceec-a872-4e6b-bea2-9d3df05f7fdd",
"type": "main",
"index": 0
}
]
]
},
"5fac461e-6fcf-43c1-965b-80bfa2472e91": {
"main": [
[
{
"node": "757c047e-e2f8-479e-af94-f7ac09853126",
"type": "main",
"index": 0
}
]
]
},
"b85f1612-2b54-4067-a92e-c7eb2eff942b": {
"main": [
[
{
"node": "0c9fd980-593e-4f57-b088-9490bdbe9f54",
"type": "main",
"index": 0
}
]
]
},
"757c047e-e2f8-479e-af94-f7ac09853126": {
"main": [
[
{
"node": "cd7e0a2f-fedf-4f17-8689-ce3ae99d2b08",
"type": "main",
"index": 0
}
]
]
},
"cd7e0a2f-fedf-4f17-8689-ce3ae99d2b08": {
"main": [
[
{
"node": "b85f1612-2b54-4067-a92e-c7eb2eff942b",
"type": "main",
"index": 0
}
],
[
{
"node": "4f095073-342c-4d2a-afd8-4b1c291fa39a",
"type": "main",
"index": 0
}
]
]
},
"5036979a-0bb7-4e3d-9b12-e42a8952e844": {
"main": [
[
{
"node": "cd7e0a2f-fedf-4f17-8689-ce3ae99d2b08",
"type": "main",
"index": 0
}
]
]
},
"5716e4bd-2966-48fb-b598-fdb55c48f01a": {
"main": [
[
{
"node": "5fcf0971-11f3-47bb-8199-952f57384151",
"type": "main",
"index": 0
}
]
]
},
"79924b90-bea1-4549-b34c-ec8e4b8f64e2": {
"ai_languageModel": [
[
{
"node": "12253004-b852-464d-9949-ffe14deb5aba",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"6ef0b18c-dfee-4ba3-93d7-5688f7df3140": {
"ai_languageModel": [
[
{
"node": "d93483ca-0b1f-46a8-a285-c5be0147d2c4",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"d970f23d-1447-4c13-b520-fc33d30ebd1f": {
"ai_languageModel": [
[
{
"node": "4f095073-342c-4d2a-afd8-4b1c291fa39a",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"5fcf0971-11f3-47bb-8199-952f57384151": {
"main": [
[
{
"node": "5036979a-0bb7-4e3d-9b12-e42a8952e844",
"type": "main",
"index": 0
}
]
]
},
"7ab26790-461f-4eee-9fed-d4af2ae6d241": {
"ai_tool": [
[
{
"node": "4f095073-342c-4d2a-afd8-4b1c291fa39a",
"type": "ai_tool",
"index": 0
}
]
]
},
"12253004-b852-464d-9949-ffe14deb5aba": {
"main": [
[
{
"node": "5fac461e-6fcf-43c1-965b-80bfa2472e91",
"type": "main",
"index": 0
}
]
]
},
"d93483ca-0b1f-46a8-a285-c5be0147d2c4": {
"main": [
[
{
"node": "5fac461e-6fcf-43c1-965b-80bfa2472e91",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - コンテンツ作成, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
LinkedInリードのパーソナライゼーション(Google Drive、ApifyとAI)
LinkedInリードパーソナライゼーション(Google Drive、ApifyとAI)
If
Set
Code
+
If
Set
Code
25 ノードMariela Slavenova
コンテンツ作成
💥 NanoBanana、Seedream 4、ChatGPT Image、Veo 3 を使って動画広告を自動化 - VIDEO
AI(NanoBanana、Seedream、GPT-4o、Veo 3)を使って動画広告キャンペーンを自動化し公開
Set
Code
Wait
+
Set
Code
Wait
63 ノードDr. Firas
コンテンツ作成
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
If
Set
Gmail
+
If
Set
Gmail
68 ノードAbdullahi Ahmed
コンテンツ作成
💥 HeyGen II - 私をクローン - アイデアからリリースまで:YouTube、TikTok、Instagram向けのChatGPT-5ビデオ自動化 - ビデオ
HeyGen、GPT-5、そしてソーシャル自動投稿を使って、音声入力による動画制作を自動化する
If
Set
Wait
+
If
Set
Wait
41 ノードDr. Firas
コンテンツ作成
OpenAI、ElevenLabs、Fal.ai を使用した動画・パ odcast・ASM R向けのウイルス性コンテンツ自動作成
OpenAI、ElevenLabs、そして Fal.ai を使って動画、ポッドキャスト、ASMR に向けたウイルスのコンテンツ作成を自動化
Set
Code
Wait
+
Set
Code
Wait
97 ノードAdam Crafts
コンテンツ作成
バッチSEOコンテンツ生成とAI画像付きWebflowドラフト作成(テンプレート)
GPT、Gemini画像、Webflowデラフトで行う大量SEOコンテンツ生成
If
Set
Code
+
If
Set
Code
54 ノードDahiana
コンテンツ作成
ワークフロー情報
難易度
上級
ノード数27
カテゴリー2
ノードタイプ15
作成者
Mariela Slavenova
@marielabg🚀 Fractional Head of AI Ops | COO | CTO | I diagnose, fix & ship automations that pay for themselves | The Harden Method™ - Discover→Design→Build→Break→Harden→Launch→Monitor | Founder @ MarinextAI
外部リンク
n8n.ioで表示 →
このワークフローを共有