8
n8n 한국어amn8n.com

GRC 모듈 3: 공급업체 위험 평가기

중급

이것은AI Summarization, Multimodal AI분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 If, Set, Gmail, Webhook, GoogleSheets 등의 노드를 사용하며. AI, Google Sheets 및 이메일 알림을 사용한 공급업체 리스크 평가 자동화

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
  • Google Sheets API 인증 정보
  • OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "G95QFaRlYK3TExyw",
  "meta": {
    "info": "***SANITIZED***"
  },
  "name": "GRC Module 3: Vendor Risk Evaluator",
  "tags": [
    {
      "id": "7JHhy8yBIMqNfuOr",
      "name": "Track Trust w Confidence",
      "createdAt": "2025-08-03T03:23:33.879Z",
      "updatedAt": "2025-08-03T03:23:33.879Z"
    },
    {
      "id": "Up5UqXJa2H4Kvz97",
      "name": "Auto Third-Party Risk",
      "createdAt": "2025-08-03T03:22:52.354Z",
      "updatedAt": "2025-08-03T03:22:52.354Z"
    }
  ],
  "nodes": [
    {
      "id": "f10d62c5-002a-4c21-b736-a2f19da1b593",
      "name": "신규 공급업체 등록",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -624,
        -176
      ],
      "webhookId": "59fcd0cc-6cb4-4139-b772-30a63922eb57",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "c612a4d1-f7f8-4fe1-8105-8292a7d9641c",
      "name": "AI – 위험 등급 평가기",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -400,
        -176
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "a0d47add-6d71-453f-8014-fe2e3724ccfe",
      "name": "인증 확인 – 만료일 및 유형",
      "type": "n8n-nodes-base.if",
      "position": [
        -48,
        -176
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "46187ebf-6bd0-4df9-9067-df836e1b8db4",
      "name": "형식 – 공급업체 스코어카드",
      "type": "n8n-nodes-base.set",
      "position": [
        192,
        -176
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "da8246cb-9d75-4722-8d9e-c0e450e36413",
      "name": "로그 – Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        464,
        -288
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "1f390203-81a7-469e-9066-f2e469ba4065",
      "name": "알림 – GRC 담당자 이메일",
      "type": "n8n-nodes-base.gmail",
      "position": [
        464,
        -48
      ],
      "webhookId": "f313326c-917d-4b0e-b4fa-d37310818ecb",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "eae4de31-403e-42d0-a8d2-217e7f2cfc6d",
      "name": "스티커 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        -368
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "edb122ab-744a-48bf-ba81-568f3b5a5996",
  "connections": {
    "f10d62c5-002a-4c21-b736-a2f19da1b593": {
      "main": [
        [
          {
            "node": "c612a4d1-f7f8-4fe1-8105-8292a7d9641c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "da8246cb-9d75-4722-8d9e-c0e450e36413": {
      "main": [
        []
      ]
    },
    "c612a4d1-f7f8-4fe1-8105-8292a7d9641c": {
      "main": [
        [
          {
            "node": "a0d47add-6d71-453f-8014-fe2e3724ccfe",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "46187ebf-6bd0-4df9-9067-df836e1b8db4": {
      "main": [
        [
          {
            "node": "da8246cb-9d75-4722-8d9e-c0e450e36413",
            "type": "main",
            "index": 0
          },
          {
            "node": "1f390203-81a7-469e-9066-f2e469ba4065",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a0d47add-6d71-453f-8014-fe2e3724ccfe": {
      "main": [
        [
          {
            "node": "46187ebf-6bd0-4df9-9067-df836e1b8db4",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "46187ebf-6bd0-4df9-9067-df836e1b8db4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - AI 요약, 멀티모달 AI

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형7
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Adnan Tariq

Adnan Tariq

@adnantariq

Founder of CYBERPULSE AI — helping security teams and SMEs eliminate repetitive tasks through modular n8n automations. I build workflows for vulnerability triage, compliance reporting, threat intel, and Red/Blue/GRC ops. Book a session if you'd like custom automation for your use case. https://linkedin.com/in/adnan-tariq-4b2a1a47

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34