보험 뉴스 모음 및 키워드 분석
고급
이것은자동화 워크플로우로, 16개의 노드를 포함합니다.주로 If, Code, Wait, Function, HttpRequest 등의 노드를 사용하며. Supabase를 통해 보험 뉴스 모니터링, 키워드 분석 및 이중 데이터베이스 저장
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
카테고리
-
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"name": "Insurance News Aggregation with Keyword Analysis & Dual-Database Storage via Supabase",
"tags": [
"insurance",
"news",
"supabase",
"content-aggregation"
],
"nodes": [
{
"name": "스티커 노트 - 개요",
"type": "n8n-nodes-base.stickyNote",
"position": [
140,
140
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "----0"
},
{
"name": "6시간마다 예약 실행",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
250,
480
],
"parameters": {},
"typeVersion": 1,
"id": "6--1"
},
{
"name": "뉴스 소스 가져오기",
"type": "n8n-nodes-base.function",
"position": [
450,
480
],
"parameters": {},
"typeVersion": 1,
"id": "--2"
},
{
"name": "RSS 피드 여부 확인",
"type": "n8n-nodes-base.if",
"position": [
650,
480
],
"parameters": {},
"typeVersion": 1,
"id": "RSS--3"
},
{
"name": "RSS 피드 가져오기",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
850,
380
],
"parameters": {},
"typeVersion": 1,
"continueOnFail": true,
"id": "RSS--4"
},
{
"name": "Fetch Google News RSS",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
850,
580
],
"parameters": {},
"typeVersion": 1,
"continueOnFail": true,
"id": "Fetch-Google-News-RSS-5"
},
{
"name": "웹 페이지 스크래핑",
"type": "n8n-nodes-base.httpRequest",
"position": [
850,
780
],
"parameters": {},
"typeVersion": 3,
"continueOnFail": true,
"id": "--6"
},
{
"name": "기사 파싱",
"type": "n8n-nodes-base.function",
"position": [
1050,
580
],
"parameters": {},
"typeVersion": 1,
"continueOnFail": true,
"id": "--7"
},
{
"name": "전체 기사 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
1250,
580
],
"parameters": {},
"typeVersion": 3,
"continueOnFail": true,
"id": "--8"
},
{
"name": "속도 제한 대기",
"type": "n8n-nodes-base.wait",
"position": [
1250,
780
],
"parameters": {},
"typeVersion": 1,
"id": "--9"
},
{
"name": "콘텐츠 및 키워드 추출",
"type": "n8n-nodes-base.code",
"position": [
1450,
580
],
"parameters": {},
"typeVersion": 1,
"continueOnFail": true,
"id": "--10"
},
{
"name": "관련성 여부 확인",
"type": "n8n-nodes-base.if",
"position": [
1650,
580
],
"parameters": {},
"typeVersion": 1,
"id": "--11"
},
{
"name": "콘텐츠 라이브러리에 저장",
"type": "n8n-nodes-base.httpRequest",
"position": [
1850,
480
],
"parameters": {},
"typeVersion": 3,
"continueOnFail": true,
"id": "--12"
},
{
"name": "지식 베이스에 저장",
"type": "n8n-nodes-base.httpRequest",
"position": [
1850,
680
],
"parameters": {},
"typeVersion": 3,
"continueOnFail": true,
"id": "--13"
},
{
"name": "오류 처리기",
"type": "n8n-nodes-base.function",
"position": [
1450,
780
],
"parameters": {},
"typeVersion": 1,
"id": "--14"
},
{
"name": "스티커 노트 - 설정",
"type": "n8n-nodes-base.stickyNote",
"position": [
560,
140
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "----15"
}
],
"pinData": {},
"settings": {
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": "",
"executionOrder": "v1",
"saveManualExecutions": true
},
"updatedAt": "2025-01-15T00:00:00.000Z",
"versionId": "3",
"staticData": null,
"connections": {
"RSS--3": {
"main": [
[
{
"node": "RSS--4",
"type": "main",
"index": 0
}
],
[
{
"node": "Fetch-Google-News-RSS-5",
"type": "main",
"index": 0
},
{
"node": "--6",
"type": "main",
"index": 0
}
]
]
},
"--11": {
"main": [
[
{
"node": "--12",
"type": "main",
"index": 0
},
{
"node": "--13",
"type": "main",
"index": 0
}
],
[
{
"node": "--14",
"type": "main",
"index": 0
}
]
]
},
"RSS--4": {
"main": [
[
{
"node": "--7",
"type": "main",
"index": 0
}
]
]
},
"--7": {
"main": [
[
{
"node": "--8",
"type": "main",
"index": 0
}
]
]
},
"--6": {
"main": [
[
{
"node": "--7",
"type": "main",
"index": 0
}
]
]
},
"--2": {
"main": [
[
{
"node": "RSS--3",
"type": "main",
"index": 0
}
]
]
},
"--8": {
"main": [
[
{
"node": "--10",
"type": "main",
"index": 0
},
{
"node": "--9",
"type": "main",
"index": 0
}
]
]
},
"Fetch-Google-News-RSS-5": {
"main": [
[
{
"node": "--7",
"type": "main",
"index": 0
}
]
]
},
"6--1": {
"main": [
[
{
"node": "--2",
"type": "main",
"index": 0
}
]
]
},
"--13": {
"main": [
[]
]
},
"--12": {
"main": [
[]
]
},
"--10": {
"main": [
[
{
"node": "--11",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 1
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
企业Reddit스마트参与平台
基于AI의Reddit潜在고객생성与社区관리,具备高级评分功能
If
Code
Wait
+
If
Code
Wait
52 노드Shelly-Ann Davy
GPT-4o, WordPress, LinkedIn을 사용한 RSS 콘텐츠 자동 블로그 게시
GPT-4o, WordPress 및 LinkedIn을 사용한 RSS 콘텐츠 블로그 게시물 자동 발행
If
Set
Code
+
If
Set
Code
40 노드Immanuel
인공지능
AI 자기소개서를 사용한 직업 검색 자동화
Google Jobs, RemoteOK 및 GPT-3.5를 사용한 AI 자기소개서 포함 채용 공고 검색 자동화
If
Set
Code
+
If
Set
Code
17 노드Shelly-Ann Davy
개인 생산성
Notion에서 고객 육성 이메일 및 리뷰 수집 자동 실행
Telegram을 통해 Google 캘린더 및 Notion CRM을 사용한 자동화된 회의 일정 조정
If
Set
Code
+
If
Set
Code
19 노드Shelly-Ann Davy
지원 챗봇
Groq, Gemini, Slack 승인 시스템을 사용한 RSS에서 Medium 자동 게시
Groq, Gemini 및 Slack 승인 시스템을 통한 RSS에서 Medium 발행 자동화 워크플로
If
Set
Code
+
If
Set
Code
41 노드ObisDev
콘텐츠 제작
시각화 참조 라이브러리에서 n8n 노드를 탐색
可视化 참조 라이브러리에서 n8n 노드를 탐색
If
Ftp
Set
+
If
Ftp
Set
113 노드I versus AI
기타
워크플로우 정보
난이도
고급
노드 수16
카테고리-
노드 유형8
저자
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유