8
n8n 한국어amn8n.com

화폐 변환 워크플로우

중급

이것은Finance, Product분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Set, Html, Webhook, HttpRequest, RespondToWebhook 등의 노드를 사용하며. 화폐 변환 워크플로우

사전 요구사항
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
  • 대상 API의 인증 정보가 필요할 수 있음

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "pDDOf7oK0FAxGLtm",
  "meta": {
    "instanceId": "92786e96ce436aecd3a1d62d818a74e51ca684bb36c805928bef93a3b46549ad"
  },
  "tags": [],
  "nodes": [
    {
      "id": "6346b221-a6ca-4938-a37e-7e564b43735b",
      "name": "환율 조회",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -100,
        160
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "a07c206e-b044-4acb-b50c-c81406370355",
      "name": "환전 데이터 추출",
      "type": "n8n-nodes-base.html",
      "position": [
        220,
        160
      ],
      "parameters": {},
      "executeOnce": true,
      "retryOnFail": false,
      "typeVersion": 1.2,
      "alwaysOutputData": true
    },
    {
      "id": "b07c69c6-f956-423b-8457-d706139f94e2",
      "name": "통화 응답 형식화",
      "type": "n8n-nodes-base.set",
      "position": [
        560,
        160
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "23a66449-3d22-40f9-b3c3-22fa4daf5c39",
      "name": "환전 질의 캡처",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -420,
        160
      ],
      "webhookId": "974e55e6-7898-41ec-8981-d265fb814213",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "f017000a-1fd0-4041-925d-1086c00727d7",
      "name": "환전 응답 전송",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        920,
        160
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "44529e37-f945-45ca-8364-abb1f7c890f1",
      "name": "참고 - Webhook",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f3cca102-159c-4062-90d8-c0c753a7bff9",
      "name": "참고 - HTTP 요청",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "507cbf79-be3c-4d2e-b16f-74342a0ac51d",
      "name": "참고 - HTML 추출",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "484992d6-3aad-4190-8894-7d8c360c12f6",
      "name": "참고 - 응답 형식화",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "029a1ab8-2005-46d9-b1c4-01299a17ea12",
      "name": "참고 - 응답 전송",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        880,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "11e4c097-dfb8-4c1d-8851-3988751c9927",
  "connections": {
    "6346b221-a6ca-4938-a37e-7e564b43735b": {
      "main": [
        [
          {
            "node": "a07c206e-b044-4acb-b50c-c81406370355",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a07c206e-b044-4acb-b50c-c81406370355": {
      "main": [
        [
          {
            "node": "b07c69c6-f956-423b-8457-d706139f94e2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "23a66449-3d22-40f9-b3c3-22fa4daf5c39": {
      "main": [
        [
          {
            "node": "6346b221-a6ca-4938-a37e-7e564b43735b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b07c69c6-f956-423b-8457-d706139f94e2": {
      "main": [
        [
          {
            "node": "f017000a-1fd0-4041-925d-1086c00727d7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 금융, 제품

유료인가요?

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

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

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

저자
Mauricio Perera

Mauricio Perera

@rckflr

Automation consultant with over 10 years of experience specializing in AI, no-code, and workflow optimization. I’ve delivered tailored AI and NLP solutions across real estate, healthcare, and more, enhancing efficiency and customer experiences. Proficient in tools like Make, Airtable, and Zapier, I also integrate GPT models to create scalable, innovative automations. Contact me to discuss custom n8n workflows or advanced automations to streamline your processes.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34