8
n8n 한국어amn8n.com

apilayer API를 사용하여 BIN 코드 쿼리

초급

이것은Miscellaneous분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 Set, HttpRequest, ManualTrigger 등의 노드를 사용하며. apilayer API를 사용하여 BIN 코드를 쿼리합니다.

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "a45d1jkHh90Cr2bF",
  "meta": {
    "instanceId": "546be790303d737c735a8648874bae91a6b66b48cd2b10cbe4cbfb78039ceb03"
  },
  "name": "BIN Code Lookup with apilayer API",
  "tags": [],
  "nodes": [
    {
      "id": "fc36c9dd-6c0d-4d3c-8510-979ed127f4e8",
      "name": "워크플로 실행 클릭 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "51456599-a036-435f-8f0e-5e950c5cdc3c",
      "name": "API 키 및 조회할 BIN 번호 설정",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        0
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "a059c0b0-0034-4dc7-a155-dcdfc0b4b4c2",
              "name": "bin_code",
              "type": "string",
              "value": "JH4KA7560RC003647"
            },
            {
              "id": "faa22ea7-6536-4304-b5a3-53b16eed14c9",
              "name": "apikey",
              "type": "string",
              "value": ""
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "90494b6e-2f87-472e-9899-816a4266b79f",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        -480
      ],
      "parameters": {
        "width": 1060,
        "height": 680,
        "content": "## BIN Code Lookup with apilayer API\n\nSteps in n8n:\n\nStep 1: Manual Trigger\n- Node Type: Manual Trigger\n- Purpose: Starts the workflow manually\n\nStep 2: Set BIN Code and API Key\n- Node Type: Set\n- Fields to set:\n  - bin_code: A sample BIN like JH4KA7560RC003647\n  - apikey: Your apilayer API key\n\nStep 3: HTTP Request\n- Node Type: HTTP Request\n- Method: GET\n- URL: https://api.apilayer.com/bincheck/{{ $json.bin_code }}\n- Headers:\n  - Name: apiKey\n  - Value: {{ $json.apikey }}"
      },
      "typeVersion": 1
    },
    {
      "id": "90962953-da0e-4765-954d-5ecc3a2f72be",
      "name": "BIN 조회",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        0
      ],
      "parameters": {
        "url": "=https://api.apilayer.com/bincheck/{{ $json.bin_code }}",
        "options": {},
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "apiKey",
              "value": "={{ $json.apikey }}"
            }
          ]
        }
      },
      "typeVersion": 4.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "2d3e5781-ceb6-4e5c-8cf6-12a5df5d7804",
  "connections": {
    "51456599-a036-435f-8f0e-5e950c5cdc3c": {
      "main": [
        [
          {
            "node": "90962953-da0e-4765-954d-5ecc3a2f72be",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fc36c9dd-6c0d-4d3c-8510-979ed127f4e8": {
      "main": [
        [
          {
            "node": "51456599-a036-435f-8f0e-5e950c5cdc3c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 기타

유료인가요?

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

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

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34