私のワークフロー
中級
これはOther, AI分野の自動化ワークフローで、15個のノードを含みます。主にSet, EmailSend, McpClientTool, Agent, ScheduleTriggerなどのノードを使用、AI技術を活用したスマート自動化を実現。 Bright Dataを使ってウェブスクレイピングとGPT-4.1でパーソナルニュースリソースを生成する
前提条件
- •OpenAI API Key
使用ノード (15)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "f522bd3e82a9be5011b84c3deff84f2e93451434373759221902fe3a8467fd95"
},
"name": "My workflow",
"tags": [],
"nodes": [
{
"id": "b52ee9e9-f809-4c42-bb5c-b27df72b4695",
"name": "チャットメッセージ受信時",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
-60,
160
],
"webhookId": "a9025576-8ac0-47e2-ba4a-f3e433b7730e",
"parameters": {
"options": {}
},
"typeVersion": 1.1
},
{
"id": "344b64aa-683b-43dd-9f10-2d3c67dae753",
"name": "AIエージェント",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
460,
20
],
"parameters": {
"options": {
"systemMessage": "You are an expert web scraping assistant with access to Bright Data's Web Unlocker API. This gives you the ability to execute a specific set of actions. When using tools, you must share across the exact name of the tool for it to be executed.\n\nFor example, \"Search Engine Scraping\" should be \"search_engine\""
}
},
"retryOnFail": true,
"typeVersion": 1.9
},
{
"id": "9c998783-2477-4131-a1e6-a7a8fa09229f",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
220,
220
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1",
"cachedResultName": "gpt-4.1"
},
"options": {}
},
"typeVersion": 1.2
},
{
"id": "bc8e349a-ab20-446c-9fbe-e6d46c9db60e",
"name": "Simple Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
360,
200
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "e3d838ca-9a85-46cc-b2bd-664d12711ff1",
"name": "List MCP Tools",
"type": "n8n-nodes-mcp.mcpClientTool",
"position": [
480,
220
],
"parameters": {},
"credentials": {},
"typeVersion": 1
},
{
"id": "eec892f3-a008-4328-b0e0-914bf80068b5",
"name": "Scrape SERP Results",
"type": "n8n-nodes-mcp.mcpClientTool",
"position": [
620,
200
],
"parameters": {},
"credentials": {},
"typeVersion": 1
},
{
"id": "9cf2ccee-fe17-4997-87f0-7686a3194e14",
"name": "Scrape Webpage",
"type": "n8n-nodes-mcp.mcpClientTool",
"position": [
760,
220
],
"parameters": {},
"credentials": {},
"typeVersion": 1
},
{
"id": "a681c0f5-3dfe-43c1-88a8-4b9ccf348e50",
"name": "カスタムニュースレターをメールで送信",
"type": "n8n-nodes-base.emailSend",
"position": [
820,
20
],
"webhookId": "4b12642c-ef49-4c1d-b4ed-15a959beb437",
"parameters": {
"html": "={{ $json.output }}",
"options": {},
"subject": "Today's Headlines",
"toEmail": "<email-you-are-sending-to@something.com>",
"fromEmail": "<your-from-email@something.com>"
},
"typeVersion": 2.1
},
{
"id": "2615c5b3-41fd-474b-8e7e-7b1d1ae31f35",
"name": "AIニュース収集プロンプト",
"type": "n8n-nodes-base.set",
"position": [
160,
-40
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "{\n \"sessionId\": \"google\",\n \"chatInput\": \"get the latest news from https://www.brightdata.com/blog and https://www.theguardian.com/us with your scrape_as_markdown and Google News with your search engine tool to find the latest global headlines--pull actual headlines, not just the site description.\"\n}\n"
},
"typeVersion": 3.4
},
{
"id": "3ad29ec6-0b3a-437d-a386-4867bdc1197e",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
140,
-160
],
"parameters": {
"width": 150,
"height": 100,
"content": "Injecting the AI news collection prompt for GPT-4.1"
},
"typeVersion": 1
},
{
"id": "6475bd91-134b-47c6-805d-758f1569e132",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
180,
340
],
"parameters": {
"width": 150,
"height": 80,
"content": "Connect using your OpenAI credentials"
},
"typeVersion": 1
},
{
"id": "8cb0c078-c891-45f8-98d3-5114d08bf887",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
800,
-80
],
"parameters": {
"width": 150,
"height": 80,
"content": "Set up with recipient and SMTP information"
},
"typeVersion": 1
},
{
"id": "6f6f3497-2d26-4cd3-a442-b087f642a09f",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
500,
-100
],
"parameters": {
"width": 160,
"height": 100,
"content": "Connecting to both Bright Data's MCP and your GPT model with memory"
},
"typeVersion": 1
},
{
"id": "8954f050-7a5e-4abe-a478-65092b726efe",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-60,
-40
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 9
}
]
}
},
"typeVersion": 1.2
},
{
"id": "adf00b09-e9fe-464f-bf76-cf34f4866760",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-80,
-140
],
"parameters": {
"width": 150,
"height": 80,
"content": "Choose the interval that works best for you"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "",
"connections": {
"344b64aa-683b-43dd-9f10-2d3c67dae753": {
"main": [
[
{
"node": "a681c0f5-3dfe-43c1-88a8-4b9ccf348e50",
"type": "main",
"index": 0
}
]
]
},
"bc8e349a-ab20-446c-9fbe-e6d46c9db60e": {
"ai_memory": [
[
{
"node": "344b64aa-683b-43dd-9f10-2d3c67dae753",
"type": "ai_memory",
"index": 0
}
]
]
},
"8954f050-7a5e-4abe-a478-65092b726efe": {
"main": [
[
{
"node": "2615c5b3-41fd-474b-8e7e-7b1d1ae31f35",
"type": "main",
"index": 0
}
]
]
},
"9c998783-2477-4131-a1e6-a7a8fa09229f": {
"ai_languageModel": [
[
{
"node": "344b64aa-683b-43dd-9f10-2d3c67dae753",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"2615c5b3-41fd-474b-8e7e-7b1d1ae31f35": {
"main": [
[
{
"node": "344b64aa-683b-43dd-9f10-2d3c67dae753",
"type": "main",
"index": 0
}
]
]
},
"b52ee9e9-f809-4c42-bb5c-b27df72b4695": {
"main": [
[
{
"node": "344b64aa-683b-43dd-9f10-2d3c67dae753",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - その他, 人工知能
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
BrightData の週次比較
Bright Data、GPT-4.1、Google Workspaceを使用した自動ウェブサイト変更監視
If
Set
Code
+
If
Set
Code
35 ノードDaniel Shashko
人工知能
カスタムn8nワーキ Flow MCPサーバー
カスタムn8nワークフローMCPサーバーを構築する
If
N8n
Set
+
If
N8n
Set
46 ノードJimleuk
その他
🔥📈🤖 n8nクリエイターランキング用AIエージェント - 人気ワークフローを検索
🔥📈🤖 n8nクリエイター順位AIエージェント - 人気のワークフローを検索
Set
Sort
Limit
+
Set
Sort
Limit
43 ノードJoseph LePage
その他
基于AIのMISエージェント
基于AIの管理信息系统エージェント
If
Set
Code
+
If
Set
Code
129 ノードKumar Shivam
サポート
Brazeで既存のメールテンプレートを更新
AIを使用してInstagram、Facebook、LinkedIn、Xでのソーシャルメディアコンテンツを自動化
Set
Gmail
Merge
+
Set
Gmail
Merge
73 ノードLukaszB
デザイン
GPT-4o 技術とニュース感情分析に基づく自動株式分析レポート
GPT-4o技術と感情分析を使用した自動株式分析レポート
Set
Code
Html
+
Set
Code
Html
45 ノードElay Guez
財務
ワークフロー情報
難易度
中級
ノード数15
カテゴリー2
ノードタイプ9
作成者
Daniel Shashko
@tomaxAI automation specialist and a marketing enthusiast. More than 6 years of experience in SEO/GEO. Senior SEO at Bright Data.
外部リンク
n8n.ioで表示 →
このワークフローを共有