RSS to WhatsApp
고급
이것은Other, AI분야의자동화 워크플로우로, 21개의 노드를 포함합니다.주로 Set, Limit, Merge, Filter, Aggregate 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 매일 뉴스 요약: OpenAI를 사용하여 RSS 소스를 수집하고 WhatsApp으로 전송
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "xD6cGHJBF0QwUUc5",
"meta": {
"instanceId": "47132c409ea4cfc382a6c48656c8a35b5da4c1fa7ef892882b424c42ae8a05b2"
},
"name": "RSS - WhatsApp",
"tags": [],
"nodes": [
{
"id": "810a8040-2bfc-4125-9c5d-273e089a857c",
"name": "필터",
"type": "n8n-nodes-base.filter",
"position": [
2240,
500
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "30d4f694-9378-42b4-b1d5-cbc38fb3e7fe",
"operator": {
"type": "dateTime",
"operation": "after"
},
"leftValue": "={{ $json.pubDate }}",
"rightValue": "={{ $today.minus({ days: 1 }) }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "ffe9e174-749f-4864-8402-629e5a850961",
"name": "필드 편집",
"type": "n8n-nodes-base.set",
"position": [
1820,
420
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "e2ffe594-180d-4e1d-b869-8056ac67015d",
"name": "title",
"type": "string",
"value": "={{ $json.title }}"
},
{
"id": "87c5a171-9ab9-4043-a72a-32aec218fe63",
"name": "pubDate",
"type": "string",
"value": "={{ $json.pubDate }}"
},
{
"id": "978b05c9-6e6b-4a18-bc06-4de785b19413",
"name": "conteudo",
"type": "string",
"value": "={{ $json['content:encoded'] }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "22d05f1c-7c65-4226-b842-e3a357994615",
"name": "필드 편집1",
"type": "n8n-nodes-base.set",
"position": [
1820,
620
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "e2ffe594-180d-4e1d-b869-8056ac67015d",
"name": "title",
"type": "string",
"value": "={{ $json.title }}"
},
{
"id": "87c5a171-9ab9-4043-a72a-32aec218fe63",
"name": "pubDate",
"type": "string",
"value": "={{ $json.pubDate }}"
},
{
"id": "bae1b890-716b-442c-8714-b4ece09063d7",
"name": "conteudo",
"type": "string",
"value": "={{ $json.contentSnippet }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "5ebcfd94-fa94-46cb-b4ff-a487af4520c2",
"name": "필드 편집2",
"type": "n8n-nodes-base.set",
"position": [
1820,
840
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "e2ffe594-180d-4e1d-b869-8056ac67015d",
"name": "title",
"type": "string",
"value": "={{ $json.title }}"
},
{
"id": "87c5a171-9ab9-4043-a72a-32aec218fe63",
"name": "pubDate",
"type": "string",
"value": "={{ $json.pubDate }}"
},
{
"id": "978b05c9-6e6b-4a18-bc06-4de785b19413",
"name": "conteudo",
"type": "string",
"value": "={{ $json.contentSnippet }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "5e2f2364-a0a0-4a93-99ec-d1c477c7e6bc",
"name": "필드 편집3",
"type": "n8n-nodes-base.set",
"position": [
1820,
200
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "e2ffe594-180d-4e1d-b869-8056ac67015d",
"name": "title",
"type": "string",
"value": "={{ $json.title }}"
},
{
"id": "87c5a171-9ab9-4043-a72a-32aec218fe63",
"name": "pubDate",
"type": "string",
"value": "={{ $json.pubDate }}"
},
{
"id": "978b05c9-6e6b-4a18-bc06-4de785b19413",
"name": "conteudo",
"type": "string",
"value": "={{ $json.content }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "a9600807-9562-4ddc-a830-b18b81daffe4",
"name": "병합",
"type": "n8n-nodes-base.merge",
"position": [
2040,
480
],
"parameters": {
"numberInputs": 4
},
"typeVersion": 3.1
},
{
"id": "39c8f94b-27ba-4676-9197-e87a493bcae6",
"name": "OpenAI",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
2820,
500
],
"parameters": {
"text": "=I've received news articles via RSS. Please analyze them and provide a concise summary of the top 3 to 5 main highlights. My goal is to get a quick overview of what's most relevant in these articles.\n1.{{ $json.data[0].title }}{{ $json.data[0].conteudo }}\n2.{{ $json.data[1].title }}{{ $json.data[1].conteudo }}\n3.{{ $json.data[2].title }}{{ $json.data[2].conteudo }}\n4.{{ $json.data[3].title }}{{ $json.data[3].conteudo }}\n5.{{ $json.data[4].title }}{{ $json.data[4].conteudo }}\n6.{{ $json.data[5].title }}{{ $json.data[5].conteudo }}\n7.{{ $json.data[6].title }}{{ $json.data[6].conteudo }}\n8.{{ $json.data[7].title }}{{ $json.data[7].conteudo }}\n9.{{ $json.data[8].title }}{{ $json.data[8].conteudo }}\n10.{{ $json.data[9].title }}{{ $json.data[9].conteudo }}",
"prompt": "define",
"options": {},
"resource": "assistant",
"assistantId": {
"__rl": true,
"mode": "list",
"value": "asst_7Miwcww78kuTtx5rVQ7m5Nnw",
"cachedResultName": "Linkedin"
}
},
"credentials": {
"openAiApi": {
"id": "",
"name": ""
}
},
"typeVersion": 1.8
},
{
"id": "2e096826-70ee-433c-b59b-477eec5c3905",
"name": "제한",
"type": "n8n-nodes-base.limit",
"position": [
2440,
500
],
"parameters": {
"maxItems": 10
},
"typeVersion": 1
},
{
"id": "2910734f-73c3-45c5-9470-5a08868cd66e",
"name": "집계",
"type": "n8n-nodes-base.aggregate",
"position": [
2640,
500
],
"parameters": {
"include": "specifiedFields",
"options": {},
"aggregate": "aggregateAllItemData",
"fieldsToInclude": "title, pubDate, conteudo"
},
"typeVersion": 1
},
{
"id": "fda99f10-0a33-49f3-a46b-37d61567e851",
"name": "일정 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
1260,
520
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 3
}
]
}
},
"typeVersion": 1.2
},
{
"id": "1b0fa8c7-bfd8-4267-b9ac-eb3c90b2160d",
"name": "작업 없음",
"type": "n8n-nodes-base.noOp",
"position": [
3380,
500
],
"parameters": {},
"typeVersion": 1
},
{
"id": "08cf9756-8407-4b9f-826d-ce21272de911",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
2380,
680
],
"parameters": {
"content": "## About Limit\nlimits the analysis to the 10 most recent articles"
},
"typeVersion": 1
},
{
"id": "a747f665-ff17-4972-bb40-28c8251520dd",
"name": "내 RSS 01",
"type": "n8n-nodes-base.rssFeedRead",
"onError": "continueRegularOutput",
"position": [
1600,
200
],
"parameters": {
"url": "https://uxdesign.cc/feed",
"options": {
"ignoreSSL": false
}
},
"typeVersion": 1.1,
"alwaysOutputData": true
},
{
"id": "ce492fd5-c8f9-4074-a080-56a55fc5074d",
"name": "내 RSS 02",
"type": "n8n-nodes-base.rssFeedRead",
"onError": "continueRegularOutput",
"position": [
1600,
420
],
"parameters": {
"url": "https://www.technologyreview.com/topic/artificial-intelligence/feed/",
"options": {}
},
"typeVersion": 1.1,
"alwaysOutputData": true
},
{
"id": "1418186b-ee9a-480b-93e6-6483014a3ddf",
"name": "내 RSS 03",
"type": "n8n-nodes-base.rssFeedRead",
"onError": "continueRegularOutput",
"position": [
1600,
620
],
"parameters": {
"url": "https://the-decoder.com/feed/",
"options": {}
},
"typeVersion": 1.1,
"alwaysOutputData": true
},
{
"id": "31da3f86-a150-4cd4-83bd-57bcb348f7c3",
"name": "내 RSS 04",
"type": "n8n-nodes-base.rssFeedRead",
"onError": "continueRegularOutput",
"position": [
1600,
840
],
"parameters": {
"url": "https://www.theverge.com/rss/index.xml",
"options": {
"ignoreSSL": false
}
},
"typeVersion": 1.1,
"alwaysOutputData": true
},
{
"id": "a2e2bf11-d56a-470f-b183-751ff5a2d7f9",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1540,
1000
],
"parameters": {
"content": "## About RSS\nYou can add how many RSS you want"
},
"typeVersion": 1
},
{
"id": "90ea767f-aa1f-4475-8378-85f9b34487eb",
"name": "요약 전송 to Whatsapp",
"type": "n8n-nodes-base.httpRequest",
"position": [
3160,
500
],
"parameters": {
"url": "yoururlapi.com",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "phone",
"value": "=your phone number"
},
{
"name": "message",
"value": "={{ $json.output }}"
}
]
},
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "2CmkjW0hZ9FO0rd3",
"name": "Header Zapi"
}
},
"typeVersion": 4.2
},
{
"id": "55a91be7-2fe8-45ea-9ac5-51e90a9bb2c9",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
3100,
700
],
"parameters": {
"content": "## About Resum\nyou can send to your whatsapp api, or email, drive..."
},
"typeVersion": 1
},
{
"id": "16acc038-b6f3-4a7d-a2d9-415c4287532b",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1200,
680
],
"parameters": {
"content": "## About Trgger\nSet trigger how you wish"
},
"typeVersion": 1
},
{
"id": "47783f2d-e603-4325-9031-09d3eefe9fcd",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
2820,
700
],
"parameters": {
"content": "## System message (change if you want)\nI've received 10 news articles via RSS. Please analyze them and provide a concise summary of the top 3 to 5 main highlights. My goal is to get a quick overview of what's most relevant in these articles."
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "a24e6662-345a-4746-913d-104bfc17c63f",
"connections": {
"2e096826-70ee-433c-b59b-477eec5c3905": {
"main": [
[
{
"node": "2910734f-73c3-45c5-9470-5a08868cd66e",
"type": "main",
"index": 0
}
]
]
},
"a9600807-9562-4ddc-a830-b18b81daffe4": {
"main": [
[
{
"node": "810a8040-2bfc-4125-9c5d-273e089a857c",
"type": "main",
"index": 0
}
]
]
},
"810a8040-2bfc-4125-9c5d-273e089a857c": {
"main": [
[
{
"node": "2e096826-70ee-433c-b59b-477eec5c3905",
"type": "main",
"index": 0
}
]
]
},
"39c8f94b-27ba-4676-9197-e87a493bcae6": {
"main": [
[
{
"node": "90ea767f-aa1f-4475-8378-85f9b34487eb",
"type": "main",
"index": 0
}
]
]
},
"2910734f-73c3-45c5-9470-5a08868cd66e": {
"main": [
[
{
"node": "39c8f94b-27ba-4676-9197-e87a493bcae6",
"type": "main",
"index": 0
}
]
]
},
"a747f665-ff17-4972-bb40-28c8251520dd": {
"main": [
[
{
"node": "5e2f2364-a0a0-4a93-99ec-d1c477c7e6bc",
"type": "main",
"index": 0
}
]
]
},
"ce492fd5-c8f9-4074-a080-56a55fc5074d": {
"main": [
[
{
"node": "ffe9e174-749f-4864-8402-629e5a850961",
"type": "main",
"index": 0
}
]
]
},
"1418186b-ee9a-480b-93e6-6483014a3ddf": {
"main": [
[
{
"node": "22d05f1c-7c65-4226-b842-e3a357994615",
"type": "main",
"index": 0
}
]
]
},
"31da3f86-a150-4cd4-83bd-57bcb348f7c3": {
"main": [
[
{
"node": "5ebcfd94-fa94-46cb-b4ff-a487af4520c2",
"type": "main",
"index": 0
}
]
]
},
"ffe9e174-749f-4864-8402-629e5a850961": {
"main": [
[
{
"node": "a9600807-9562-4ddc-a830-b18b81daffe4",
"type": "main",
"index": 1
}
]
]
},
"22d05f1c-7c65-4226-b842-e3a357994615": {
"main": [
[
{
"node": "a9600807-9562-4ddc-a830-b18b81daffe4",
"type": "main",
"index": 2
}
]
]
},
"5ebcfd94-fa94-46cb-b4ff-a487af4520c2": {
"main": [
[
{
"node": "a9600807-9562-4ddc-a830-b18b81daffe4",
"type": "main",
"index": 3
}
]
]
},
"5e2f2364-a0a0-4a93-99ec-d1c477c7e6bc": {
"main": [
[
{
"node": "a9600807-9562-4ddc-a830-b18b81daffe4",
"type": "main",
"index": 0
}
]
]
},
"fda99f10-0a33-49f3-a46b-37d61567e851": {
"main": [
[
{
"node": "a747f665-ff17-4972-bb40-28c8251520dd",
"type": "main",
"index": 0
},
{
"node": "ce492fd5-c8f9-4074-a080-56a55fc5074d",
"type": "main",
"index": 0
},
{
"node": "1418186b-ee9a-480b-93e6-6483014a3ddf",
"type": "main",
"index": 0
},
{
"node": "31da3f86-a150-4cd4-83bd-57bcb348f7c3",
"type": "main",
"index": 0
}
]
]
},
"90ea767f-aa1f-4475-8378-85f9b34487eb": {
"main": [
[
{
"node": "1b0fa8c7-bfd8-4267-b9ac-eb3c90b2160d",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 기타, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
시각화 참조 라이브러리에서 n8n 노드를 탐색
可视化 참조 라이브러리에서 n8n 노드를 탐색
If
Ftp
Set
+
If
Ftp
Set
113 노드I versus AI
기타
AI 대리인 레스토랑 [템플릿]
🤖 WhatsApp, 인스타그램, 메신저의 AI 레스토랑 도우미
If
N8n
Set
+
If
N8n
Set
239 노드Amanda Benks
기타
RSS와 GPT-4o를 사용하여 일일 이스라엘 경제 뉴스 브리핑 생성
RSS와 GPT-4o를 사용하여 매일 이스라엘 경제 뉴스 요약을 생성하세요
Set
Code
Html
+
Set
Code
Html
23 노드Elay Guez
금융
[템플릿] AI 반려동물 가게 v8
🐶 AI 펫 샵 어시스턴트 - GPT-4o, Google 캘린더 및 WhatsApp/Instagram/Facebook 통합
If
N8n
Set
+
If
N8n
Set
244 노드Amanda Benks
영업
Airtable, OpenAI 및 Unipile을 사용한 자동화된 LinkedIn 잠재 고객 생성 및 개인 메시지 발송
Airtable, OpenAI 및 Unipile을 사용한 자동화된 LinkedIn 리드 생성 및 개인 메시지 발송
If
Set
Code
+
If
Set
Code
143 노드Ruben AI
리드 육성
Perplexity와 GPT를 사용하여 WordPress에 SEO 최적화 블로그 생성, 키워드와 미디어 포함
Perplexity와 GPT를 사용하여 WordPress에 SEO 최적화 블로그를 만들어 키워드와 미디어 포함
Set
Code
Limit
+
Set
Code
Limit
124 노드Paul
콘텐츠 제작
워크플로우 정보
난이도
고급
노드 수21
카테고리2
노드 유형11
저자
Danielle Gomes
@daniellegomesProduct Designer | n8n Automation | Practical AI Solutions I turn ideas into smart digital experiences focused on efficiency and personalization. Specialized in building solutions that combine design, n8n workflows, and AI to scale products, optimize processes, and maximize impact.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유