001_Slack을 위한 AI 추동 뉴스 통찰력 작업 흐름
고급
이것은Market Research, AI Summarization분야의자동화 워크플로우로, 17개의 노드를 포함합니다.주로 Set, Code, Merge, Slack, HttpRequest 등의 노드를 사용하며. NewsAPI와 GPT-4 인사이트를 사용한 일일 비즈니스 뉴스 요약을 Slack으로 발송
사전 요구사항
- •Slack Bot Token 또는 Webhook URL
- •대상 API의 인증 정보가 필요할 수 있음
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "4g8HglPLSdpDmBwc",
"meta": {
"instanceId": "e854ccd1d846d48f876ea4ce7613a148e39ed800c748cb59061b490defde7afd",
"templateCredsSetupCompleted": true
},
"name": "001_AI-Powered News Insights Workflow for Slack",
"tags": [],
"nodes": [
{
"id": "4ed04f56-1cd8-47d5-b4c1-34cfdb496583",
"name": "스케줄 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
128,
192
],
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"typeVersion": 1.2
},
{
"id": "e658f392-e1b6-4f14-ad02-414eb3b03f99",
"name": "Slack에 게시",
"type": "n8n-nodes-base.slack",
"position": [
2896,
176
],
"webhookId": "4a077704-dc20-4afb-a471-9a9ea8c24373",
"parameters": {
"text": "={{ $json.choices[0].message.content }}",
"user": {
"__rl": true,
"mode": "list",
"value": "U096VCG525P",
"cachedResultName": "james"
},
"select": "user",
"otherOptions": {},
"authentication": "oAuth2"
},
"credentials": {
"slackOAuth2Api": {
"id": "edcCpymx9IvKgibG",
"name": "Slack account"
}
},
"typeVersion": 2.3
},
{
"id": "06b21744-df60-4a78-b804-21223b628fcc",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-528,
-288
],
"parameters": {
"width": 448,
"height": 1008,
"content": "## 📰 Summarize trending news into Slack with business insights\n\nThis workflow fetches the latest news based on your selected **country, category, and keyword query**, runs it through GPT for **summarization, prioritization, and sentiment analysis**, and posts the output to Slack.\n\n- GPT **prioritizes the 10 most impactful articles**, ensuring you don't get random headlines.\n- Each story is tagged: 🟢 Opportunity, 🔴 Risk, ⚪ Neutral.\n- Ideal for teams who want market or trend updates directly in Slack.\n\n### Who it's for\n- Business leaders, marketers, investors, or analysts who want curated, actionable news summaries.\n- Anyone needing a lightweight **market pulse** delivered via Slack.\n\n### How to Set Up\n1. **Set News Config node:** Define your country, category, and keyword query (e.g., `us`, `technology`, `OpenAI`).\n2. Add your **NewsAPI** and **OpenAI GPT** credentials.\n3. Configure your Slack webhook.\n4. Activate the **Schedule Trigger** to auto-run daily.\n\n### Requirements\n- NewsAPI Key\n- OpenAI API Key\n- Slack Webhook URL\n\n### How to Customize\n- Adjust the **category, country, or query** in the Set News Config node.\n- Remove the **Limit to Top 10 Trends node** to fetch all articles and let GPT filter.\n- Customize the GPT prompt to control tone or depth of insights.\n\nNeed Help?\n\nJoin the [Discord](https://discord.com/invite/XPKeKXeB7d) or ask in the [Forum](https://community.n8n.io/)."
},
"typeVersion": 1
},
{
"id": "ac6308fa-d25c-4b24-bcec-aa4208870571",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
16,
-384
],
"parameters": {
"color": 7,
"width": 624,
"height": 304,
"content": "## ⚙️ Workflow Breakdown\n1. **Schedule Trigger:** Set frequency (daily, weekly, etc.)\n2. **Set News Config:** Configure country, category, and query.\n3. **Fetch News Articles:** Pulls from NewsAPI.\n4. **[Optional] Limit to Top 10 Trends:** Cap articles to 10, or remove to let GPT decide.\n5. **Inject Config Data:** Makes config accessible to GPT.\n6. **Merge:** Combines news + config.\n7. **GPT Summary:** Summarizes, prioritizes top 10, tags sentiment, links back to query.\n8. **Slack Post:** Auto-delivers insights to Slack."
},
"typeVersion": 1
},
{
"id": "8b926d52-75a4-4dce-9f80-5ff22f256bb7",
"name": "사용자 설정 지정 (국가, 카테고리, 쿼리)",
"type": "n8n-nodes-base.set",
"position": [
624,
192
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "{\n \"country\": \"us\",\n \"category\": \"technology\",\n \"query\": \"openai\"\n}"
},
"typeVersion": 3.4
},
{
"id": "444c5afa-9052-4e07-8881-7a0a86ac8a78",
"name": "뉴스 기사 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
1104,
192
],
"parameters": {
"url": "=https://newsapi.org/v2/top-headlines?country={{ $json.country }}&category={{ $json.category }}&q={{ $json.query }}",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "X-Api-Key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "0ed04c61-e4dd-4e3f-8735-3cff4aedc9cb",
"name": "설정과 기사 병합",
"type": "n8n-nodes-base.merge",
"position": [
2032,
176
],
"parameters": {
"mode": "combine",
"options": {},
"combineBy": "combineAll"
},
"typeVersion": 3.2
},
{
"id": "85ce6b97-0549-4ff8-9334-e9daf7fceed2",
"name": "비즈니스 인사이트 생성 (GPT)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
2352,
176
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini",
"cachedResultName": "GPT-4.1-MINI"
},
"options": {},
"messages": {
"values": [
{
"content": "=You are a business analyst. The user is researching \"{{ $json.query }}\" in the \"{{ $json.category }}\" sector within \"{{ $json.country }}\".\n\nHere are {{ $json.articles.length }} articles. Select the 10 most important based on:\n1. Impact and relevance to \"{{ $json.query }}\"\n2. Business risks, opportunities, or strategic insights\n\nFor each of the 10, summarize in 2-3 lines and also add if it's a:\n- 🔴 Risk\n- 🟢 Opportunity\n- ⚪ Neutral\n\nFinish with a 1-paragraph summary of the overall trend.\n\nHere is the data:\n {{ JSON.stringify($json, null, 2) }}"
},
{
"role": "system",
"content": "You are a professional trend analyst summarizing news with actionable business insights."
}
]
},
"simplify": false
},
"credentials": {
"openAiApi": {
"id": "e4tOzT9cxtVeZl61",
"name": "n8n free OpenAI API credits"
}
},
"typeVersion": 1.8
},
{
"id": "67a3fc4b-4c91-4856-810f-0f39b121a729",
"name": "설정 데이터 주입",
"type": "n8n-nodes-base.set",
"position": [
1824,
64
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "{\n \"country\": \"us\",\n \"category\": \"technology\",\n \"query\": \"AI\"\n}"
},
"typeVersion": 3.4
},
{
"id": "c9730e23-e365-4964-8ed3-7184dfe13d69",
"name": "상위 10개 트렌드로 제한",
"type": "n8n-nodes-base.code",
"disabled": true,
"position": [
1584,
64
],
"parameters": {
"jsCode": "const topTen = items.slice(0, 10);\nreturn topTen;"
},
"typeVersion": 2
},
{
"id": "a96f8610-32c6-4410-8b87-a7bb43ece32d",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
464,
0
],
"parameters": {
"color": 7,
"width": 416,
"height": 416,
"content": "## Inject Config Settings\n\nSet your **country, category, and query** (keyword) here.\n\n✅ This controls the NewsAPI request and instructs GPT on which industry focus to prioritize in its analysis.\n"
},
"typeVersion": 1
},
{
"id": "900b9b6a-cff5-4438-bf49-3919c9b179d0",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
960,
0
],
"parameters": {
"color": 7,
"width": 416,
"height": 416,
"content": "## Fetch Latest News Headlines\n[Read more about HTTP Request node](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/)\n\nThis step pulls up to 100 top headlines from NewsAPI for your selected country, category, and keyword.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n**Important:\n✅ Add your NewsAPI Key in the Value field of the X-Api-Key header parameter inside this node.**\n"
},
"typeVersion": 1
},
{
"id": "d0747cf1-d1db-4728-869b-b39d86320958",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1472,
-80
],
"parameters": {
"color": 7,
"width": 720,
"height": 496,
"content": "## Prepare Articles & Merge with Config\n\nFormats the articles into plain text and merges them with your country, category, and query setting - providing GPT with clean data and context for accurate analysis.\n\n"
},
"typeVersion": 1
},
{
"id": "5942c7d8-4853-47cd-b529-c91e7427a7e2",
"name": "스티커 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
2272,
-80
],
"parameters": {
"color": 7,
"width": 416,
"height": 496,
"content": "## GPT Business Summary\n[Read more about OpenAI Chat Model node](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatopenai/)\n\nGPT analyzes the news, summarizes the 10 most relevant articles, and tags each as an 🟢 Opportunity, 🔴 Risk, or ⚪ Neutral. \n\nIt also provides an overall trend summary.\nYou can customize the prompt to change the tone, number of articles, add recommendations, or focus on specific business areas.\n"
},
"typeVersion": 1
},
{
"id": "e2bc105f-82e8-414b-a2ef-1556ab99934c",
"name": "스티커 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
2752,
-80
],
"parameters": {
"color": 7,
"width": 416,
"height": 496,
"content": "## Post to Slack\n[Read more about Slack node](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.slack/)\n\nSends the GPT insights directly to your Slack channel.\nYou can customize the message format or destination channel.\n\nMake sure your Slack credentials are connected in this node.\n"
},
"typeVersion": 1
},
{
"id": "bc891826-edfd-4f45-b986-c9bfb86baa44",
"name": "스티커 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-32,
0
],
"parameters": {
"color": 7,
"width": 416,
"height": 416,
"content": "## Schedule Trigger\n\nThis controls how often the workflow runs — set it to daily, weekly, or any custom interval you need.\n\nAdjust the schedule settings to match how frequently you want news updates sent to Slack.\n"
},
"typeVersion": 1
},
{
"id": "13e633f5-02ac-46d0-b878-f8736746beb3",
"name": "스티커 노트8",
"type": "n8n-nodes-base.stickyNote",
"position": [
704,
-320
],
"parameters": {
"color": 4,
"width": 480,
"height": 192,
"content": "## 🎥 Demo Video \n👉 **[Click here to watch the setup guide](https://www.loom.com/share/970a3fba1ed44352a2194f1ef6a8dc45?sid=6750eb3e-9eb9-4400-a6ec-83d2c9de55e4)** "
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "60471506-ee09-4599-b9eb-f38a675a162b",
"connections": {
"4ed04f56-1cd8-47d5-b4c1-34cfdb496583": {
"main": [
[
{
"node": "8b926d52-75a4-4dce-9f80-5ff22f256bb7",
"type": "main",
"index": 0
}
]
]
},
"67a3fc4b-4c91-4856-810f-0f39b121a729": {
"main": [
[
{
"node": "0ed04c61-e4dd-4e3f-8735-3cff4aedc9cb",
"type": "main",
"index": 0
}
]
]
},
"444c5afa-9052-4e07-8881-7a0a86ac8a78": {
"main": [
[
{
"node": "0ed04c61-e4dd-4e3f-8735-3cff4aedc9cb",
"type": "main",
"index": 1
},
{
"node": "c9730e23-e365-4964-8ed3-7184dfe13d69",
"type": "main",
"index": 0
}
]
]
},
"c9730e23-e365-4964-8ed3-7184dfe13d69": {
"main": [
[
{
"node": "67a3fc4b-4c91-4856-810f-0f39b121a729",
"type": "main",
"index": 0
}
]
]
},
"0ed04c61-e4dd-4e3f-8735-3cff4aedc9cb": {
"main": [
[
{
"node": "85ce6b97-0549-4ff8-9334-e9daf7fceed2",
"type": "main",
"index": 0
}
]
]
},
"85ce6b97-0549-4ff8-9334-e9daf7fceed2": {
"main": [
[
{
"node": "e658f392-e1b6-4f14-ad02-414eb3b03f99",
"type": "main",
"index": 0
}
]
]
},
"8b926d52-75a4-4dce-9f80-5ff22f256bb7": {
"main": [
[
{
"node": "444c5afa-9052-4e07-8881-7a0a86ac8a78",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 시장 조사, AI 요약
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
GPT-4와 Apify 기반 AI 기반 경쟁사 및 시장 인텔리전스 시스템
GPT-4와 Apify 기반 AI 기반 경쟁사 및 시장 인텔리전스 시스템
Code
Merge
Slack
+
Code
Merge
Slack
12 노드Marth
시장 조사
GPT-4 인사이트와 Slack 전송을 사용한 주간 SEO 보고서 자동화
GPT-4 인사이트 및 Slack 배달을 통한 주간 SEO 보고서 자동화
Set
Code
Merge
+
Set
Code
Merge
42 노드Marcelo Abreu
시장 조사
Twitter 모니터링 워크플로우
OpenAI, Google Sheets 및 Slack 알림을 사용한 Twitter 감정 분석 자동화
If
Set
Slack
+
If
Set
Slack
15 노드InfyOm Technologies
시장 조사
내 워크플로우 2
AI 경쟁사 모니터링 및 수익 최적화를 결합한 자동화된 동적 가격 책정
If
Code
Merge
+
If
Code
Merge
25 노드vinci-king-01
시장 조사
OpenAI를 사용하여 Google Sheets에서 고객 피드백을 자동으로 표시하고 분석
Google Sheets에서 배치로 고객 피드백 처리, 감정과 감정 분석
Set
Code
Merge
+
Set
Code
Merge
24 노드Parhum Khoshbakht
시장 조사
커뮤니티 문제 모니터링 및 OpenRouter AI, Reddit, 포럼 크롤링
OpenRouter AI, Reddit, 포럼을 사용하여 커뮤니티 문제를 모니터링합니다.
Set
Code
Html
+
Set
Code
Html
29 노드Julian Kaiser
시장 조사
워크플로우 정보
난이도
고급
노드 수17
카테고리2
노드 유형8
저자
James Carter
@arioloopAutomation engineer | 10+ years streamlining Sales & Marketing. Use my link to book an initial consultation for custom n8n work.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유