8
n8n 한국어amn8n.com

보험 뉴스 모음 및 키워드 분석

고급

이것은자동화 워크플로우로, 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)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
고급
노드 수16
카테고리-
노드 유형8
난이도 설명

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder 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에서 보기

이 워크플로우 공유

카테고리

카테고리: 34