8
n8n 한국어amn8n.com

Webhook을 통해 IP 지리적 위치 조사

중급

이것은Building Blocks, IT Ops분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Webhook, HttpRequest, RespondToWebhook 등의 노드를 사용하며. IP-API.com을 통해 Webhook를 사용하여 IP 위치 정보 확인

사전 요구사항
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "9Ua1Wqenubbi6OkW",
  "meta": {
    "instanceId": "1777696fb9fddfee653e70940936c2b1e28ba1f1bde53b7182fbd6eb01988706"
  },
  "name": "IP Geolocation Lookup via Webhook",
  "tags": [],
  "nodes": [
    {
      "id": "03bd8d64-8336-4c15-8ed3-af3144ee1113",
      "name": "Webhook 트리거 참고사항",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        80
      ],
      "parameters": {
        "width": 280,
        "height": 280,
        "content": "This node listens for incoming POST requests. It expects a JSON body with an 'ip' property containing the IP address you want to look up (e.g., {\"ip\": \"8.8.8.8\"}). You can easily adjust the webhook path to suit your needs."
      },
      "typeVersion": 1
    },
    {
      "id": "7fefa097-190c-4b86-9fbc-d110e6d913b9",
      "name": "IP 조회 참고사항",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        60
      ],
      "parameters": {
        "color": 2,
        "width": 260,
        "height": 300,
        "content": "This node makes an HTTP GET request to the IP-API.com service to get detailed geolocation information for the IP address provided by the webhook. The API returns data like country, city, region, ISP, and more."
      },
      "typeVersion": 1
    },
    {
      "id": "46964ab7-7845-4b39-92f9-9011a1484fa3",
      "name": "Webhook 응답 참고사항",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1100,
        40
      ],
      "parameters": {
        "color": 3,
        "width": 280,
        "height": 340,
        "content": "This node sends the full geolocation data received from IP-API.com back to the original caller of the webhook. This data can be directly consumed or further processed (e.g., logged, filtered, used in conditional logic) before being returned."
      },
      "typeVersion": 1
    },
    {
      "id": "0b4b792d-30fa-4f55-b96c-b9b88da026f0",
      "name": "IP 지리적 위치 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        220
      ],
      "parameters": {
        "url": "=http://ip-api.com/json/{{ $json.body.ip }}",
        "method": "=GET",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "a6c774ad-9aa6-4b0b-8644-5966d7242907",
      "name": "IP Webhook 수신",
      "type": "n8n-nodes-base.webhook",
      "position": [
        440,
        220
      ],
      "webhookId": "76cf0099-b4e9-4446-a355-9fa85b72365d-unique-id",
      "parameters": {
        "path": "ip-lookup",
        "options": {},
        "httpMethod": "POST",
        "responseMode": "responseNode"
      },
      "typeVersion": 2
    },
    {
      "id": "ee2b27c2-a96f-432f-b950-fff3a8dab462",
      "name": "지리적 위치 데이터로 응답",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1200,
        220
      ],
      "parameters": {
        "options": {},
        "respondWith": "allIncomingItems"
      },
      "typeVersion": 1.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "97ad1608-6a06-4b47-9faa-ee5c120232fc",
  "connections": {
    "0b4b792d-30fa-4f55-b96c-b9b88da026f0": {
      "main": [
        [
          {
            "node": "ee2b27c2-a96f-432f-b950-fff3a8dab462",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a6c774ad-9aa6-4b0b-8644-5966d7242907": {
      "main": [
        [
          {
            "node": "0b4b792d-30fa-4f55-b96c-b9b88da026f0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 빌딩 블록, IT 운영

유료인가요?

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

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

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

저자
ist00dent

ist00dent

@ist00dent

I’m a dedicated automation engineer passionate about no-code and low-code solutions. I design and implement robust n8n workflows—integrating APIs, databases, and messaging—to eliminate manual tasks and accelerate delivery. Leveraging Python and C#, I build scalable, adaptable automations that empower teams to focus on high-value work.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34