通貨変換ワークフロー

中級

これは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": "Note - Webhook",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f3cca102-159c-4062-90d8-c0c753a7bff9",
      "name": "Note - HTTP Request",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "507cbf79-be3c-4d2e-b16f-74342a0ac51d",
      "name": "Note - HTML Extract",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "484992d6-3aad-4190-8894-7d8c360c12f6",
      "name": "Note - Format Response",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "029a1ab8-2005-46d9-b1c4-01299a17ea12",
      "name": "Note - Send Response",
      "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