제 작업 흐름
중급
이것은Other, AI분야의자동화 워크플로우로, 15개의 노드를 포함합니다.주로 Set, EmailSend, McpClientTool, Agent, ScheduleTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 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 채팅 모델",
"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": "심플 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
360,
200
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "e3d838ca-9a85-46cc-b2bd-664d12711ff1",
"name": "MCP 도구 목록 조회",
"type": "n8n-nodes-mcp.mcpClientTool",
"position": [
480,
220
],
"parameters": {},
"credentials": {},
"typeVersion": 1
},
{
"id": "eec892f3-a008-4328-b0e0-914bf80068b5",
"name": "SERP 결과 스크래핑",
"type": "n8n-nodes-mcp.mcpClientTool",
"position": [
620,
200
],
"parameters": {},
"credentials": {},
"typeVersion": 1
},
{
"id": "9cf2ccee-fe17-4997-87f0-7686a3194e14",
"name": "웹페이지 스크래핑",
"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": "스케줄 트리거",
"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 워크플로우 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에서 보기 →
이 워크플로우 공유