バイナンススポット取引機-クラウド無免許
上級
これはFinance分野の自動化ワークフローで、30個のノードを含みます。主にSet, Code, Crypto, HttpRequest, ManualTriggerなどのノードを使用。 バイナンススポット取引 — API経由で限価・成行注文を実行
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
使用ノード (30)
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "8p4wKxUqY1fAABOu",
"meta": {
"instanceId": "6585ca078ed5b28a93952b5698b0afc81474ac00ac5460a2d5d58ca9f7d86532"
},
"name": "trader-binance-spot-cloud-no-credential",
"tags": [
{
"id": "1EML6gc9DSYmybCZ",
"name": "trader",
"createdAt": "2025-06-16T02:31:44.015Z",
"updatedAt": "2025-06-16T02:31:44.015Z"
}
],
"nodes": [
{
"id": "93a8429c-b9ef-43de-934b-2c6fd9db1bb3",
"name": "「ワークフロー実行」クリック時",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1880,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "250640b9-95f7-48b7-bf1d-07fc90026bee",
"name": "アカウントクエリ設定",
"type": "n8n-nodes-base.set",
"position": [
-1200,
-180
],
"parameters": {
"mode": "raw",
"include": "selected",
"options": {},
"jsonOutput": "={\n \"timestamp\": \"{{ $now.toMillis() }}\"\n}\n",
"includeFields": "timestamp"
},
"typeVersion": 3
},
{
"id": "6dcb5a49-149d-4f62-bb69-137cec92f81f",
"name": "署名 アカウント取得",
"type": "n8n-nodes-base.crypto",
"position": [
-800,
-180
],
"parameters": {
"type": "SHA256",
"value": "={{ $json.queryString }}",
"action": "hmac",
"secret": "={{ $('Set Credentials').item.json.api_secret }}",
"dataPropertyName": "signature"
},
"typeVersion": 1
},
{
"id": "4983062d-1e68-4f15-a4d2-955fc81267b5",
"name": "アカウント情報クエリ",
"type": "n8n-nodes-base.code",
"position": [
-1000,
-180
],
"parameters": {
"jsCode": "// แปลง JSON object เป็น query string\nconst data = items[0].json;\n\n// วิธีที่ 1: ใช้ Object.keys() และ map()\nconst queryString = Object.keys(data)\n .map(key => `${key}=${data[key]}`)\n .join('&');\n\nreturn [{\n json: {\n queryString: queryString,\n originalData: data\n }\n}];"
},
"typeVersion": 2
},
{
"id": "57699751-49fa-4420-aa5a-291bc11fa631",
"name": "注文クエリ",
"type": "n8n-nodes-base.code",
"position": [
-1000,
0
],
"parameters": {
"jsCode": "// แปลง JSON object เป็น query string\nconst data = items[0].json;\n\n// วิธีที่ 1: ใช้ Object.keys() และ map()\nconst queryString = Object.keys(data)\n .map(key => `${key}=${data[key]}`)\n .join('&');\n\nreturn [{\n json: {\n queryString: queryString,\n originalData: data\n }\n}];"
},
"typeVersion": 2
},
{
"id": "92ff9826-2f60-4d35-8c58-30b483db49d6",
"name": "指値買いパラメータ",
"type": "n8n-nodes-base.set",
"position": [
-1200,
0
],
"parameters": {
"mode": "raw",
"include": "none",
"options": {},
"jsonOutput": "={\n \"symbol\": \"BTCUSDT\",\n \"side\": \"BUY\",\n \"type\": \"LIMIT\",\n \"price\": 98000.20,\n \"quantity\": 0.0001,\n \"timeInForce\": \"GTC\",\n \"timestamp\": \"{{ $now.toMillis() }}\"\n}"
},
"typeVersion": 3
},
{
"id": "94a537dd-b59d-49cd-9daf-848a22df9e8d",
"name": "認証情報設定",
"type": "n8n-nodes-base.set",
"notes": "กรุณาสร้าง Binance API Credentials ใน n8n:\n1. ไปที่ Credentials > New\n2. เลือก Binance API\n3. ใส่ API Key และ Secret Key\n4. ตั้งชื่อว่า 'Binance API'\n5. Save\n\nทุก node จะใช้ credential เดียวกันนี้",
"position": [
-1680,
360
],
"parameters": {
"values": {
"string": [
{
"name": "api_key"
},
{
"name": "api_secret"
}
]
},
"options": {}
},
"notesInFlow": true,
"typeVersion": 1
},
{
"id": "9850ff29-6d6a-4fcc-bcc9-ed14c0fe1e7b",
"name": "アカウント情報取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
-580,
-180
],
"parameters": {
"url": "https://api.binance.com/api/v3/account",
"options": {},
"sendQuery": true,
"sendHeaders": true,
"queryParameters": {
"parameters": [
{
"name": "timestamp",
"value": "={{ $('Set Account Query').item.json.timestamp }}"
},
{
"name": "signature",
"value": "={{ $json.signature }}"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "X-MBX-APIKEY",
"value": "={{ $('Set Credentials').item.json.api_key }}"
}
]
}
},
"typeVersion": 3
},
{
"id": "9a3e31fc-7da7-48dc-8758-4d109addea56",
"name": "指値売りパラメータ",
"type": "n8n-nodes-base.set",
"position": [
-1200,
180
],
"parameters": {
"mode": "raw",
"include": "none",
"options": {},
"jsonOutput": "={\n \"symbol\": \"BTCUSDT\",\n \"side\": \"SELL\",\n \"type\": \"LIMIT\",\n \"price\": 98000.20,\n \"quantity\": 0.0001,\n \"timeInForce\": \"GTC\",\n \"timestamp\": \"{{ $now.toMillis() }}\"\n}"
},
"typeVersion": 3
},
{
"id": "4d43ab9f-69a8-4eb3-a700-234f480cb8d7",
"name": "売却クエリ",
"type": "n8n-nodes-base.code",
"position": [
-1000,
180
],
"parameters": {
"jsCode": "// แปลง JSON object เป็น query string\nconst data = items[0].json;\n\n// วิธีที่ 1: ใช้ Object.keys() และ map()\nconst queryString = Object.keys(data)\n .map(key => `${key}=${data[key]}`)\n .join('&');\n\nreturn [{\n json: {\n queryString: queryString,\n originalData: data\n }\n}];"
},
"typeVersion": 2
},
{
"id": "684e1d96-a2ef-4075-9545-ed904c8d798a",
"name": "指値売り実行",
"type": "n8n-nodes-base.httpRequest",
"position": [
-580,
180
],
"parameters": {
"url": "https://api.binance.com/api/v3/order",
"body": "={{ $json.queryString }}&signature={{ $json.signature }}",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "form-urlencoded",
"sendHeaders": true,
"specifyBody": "string",
"headerParameters": {
"parameters": [
{
"name": "X-MBX-APIKEY",
"value": "={{ $('Set Credentials').item.json.api_key }}"
}
]
}
},
"typeVersion": 3
},
{
"id": "96ca7f7d-e60d-4944-80ec-c2b9ba02876a",
"name": "指値買い実行",
"type": "n8n-nodes-base.httpRequest",
"position": [
-580,
0
],
"parameters": {
"url": "https://api.binance.com/api/v3/order",
"body": "={{ $json.queryString }}&signature={{ $json.signature }}",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "form-urlencoded",
"sendHeaders": true,
"specifyBody": "string",
"headerParameters": {
"parameters": [
{
"name": "X-MBX-APIKEY",
"value": "={{ $('Set Credentials').item.json.api_key }}"
}
]
}
},
"typeVersion": 3
},
{
"id": "b13d8b19-0222-45fe-9558-b33aeffa2bc1",
"name": "成行買いクエリ",
"type": "n8n-nodes-base.code",
"position": [
-1000,
360
],
"parameters": {
"jsCode": "// แปลง JSON object เป็น query string\nconst data = items[0].json;\n\n// วิธีที่ 1: ใช้ Object.keys() และ map()\nconst queryString = Object.keys(data)\n .map(key => `${key}=${data[key]}`)\n .join('&');\n\nreturn [{\n json: {\n queryString: queryString,\n originalData: data\n }\n}];"
},
"typeVersion": 2
},
{
"id": "4fb1f7a5-9a70-4870-bfd7-5575d587cb43",
"name": "成行買いパラメータ",
"type": "n8n-nodes-base.set",
"position": [
-1200,
360
],
"parameters": {
"mode": "raw",
"include": "none",
"options": {},
"jsonOutput": "={\n \"symbol\": \"BTCUSDT\",\n \"side\": \"BUY\",\n \"type\": \"MARKET\",\n \"quantity\": 0.0001,\n \"timestamp\": \"{{ $now.toMillis() }}\"\n}"
},
"typeVersion": 3
},
{
"id": "b4e45c9e-5a1c-4cf0-aed3-30520bf92cb9",
"name": "署名 成行買い",
"type": "n8n-nodes-base.crypto",
"position": [
-800,
360
],
"parameters": {
"type": "SHA256",
"value": "={{ $json.queryString }}",
"action": "hmac",
"secret": "={{ $('Set Credentials').item.json.api_secret }}",
"dataPropertyName": "signature"
},
"typeVersion": 1
},
{
"id": "4c9f4a4d-049e-431d-b053-a694698bd0ba",
"name": "署名 指値買い",
"type": "n8n-nodes-base.crypto",
"position": [
-800,
0
],
"parameters": {
"type": "SHA256",
"value": "={{ $json.queryString }}",
"action": "hmac",
"secret": "={{ $('Set Credentials').item.json.api_secret }}",
"dataPropertyName": "signature"
},
"typeVersion": 1
},
{
"id": "5c148d9e-c980-4485-944e-9535ca79d7af",
"name": "署名 指値売り",
"type": "n8n-nodes-base.crypto",
"position": [
-800,
180
],
"parameters": {
"type": "SHA256",
"value": "={{ $json.queryString }}",
"action": "hmac",
"secret": "={{ $('Set Credentials').item.json.api_secret }}",
"dataPropertyName": "signature"
},
"typeVersion": 1
},
{
"id": "d519fced-aaca-4dfb-bae0-818491d9791f",
"name": "成行買い実行",
"type": "n8n-nodes-base.httpRequest",
"position": [
-580,
360
],
"parameters": {
"url": "https://api.binance.com/api/v3/order",
"body": "={{ $json.queryString }}&signature={{ $json.signature }}",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "form-urlencoded",
"sendHeaders": true,
"specifyBody": "string",
"headerParameters": {
"parameters": [
{
"name": "X-MBX-APIKEY",
"value": "={{ $('Set Credentials').item.json.api_key }}"
}
]
}
},
"typeVersion": 3
},
{
"id": "916751cf-0525-4d7e-b6ee-6412beecf870",
"name": "成行売りパラメータ",
"type": "n8n-nodes-base.set",
"position": [
-1200,
560
],
"parameters": {
"mode": "raw",
"include": "none",
"options": {},
"jsonOutput": "={\n \"symbol\": \"BTCUSDT\",\n \"side\": \"SELL\",\n \"type\": \"MARKET\",\n \"quantity\": 0.0001,\n \"timestamp\": \"{{ $now.toMillis() }}\"\n}"
},
"typeVersion": 3
},
{
"id": "0e03892e-4c5d-4a7c-9bff-acc014fbff03",
"name": "成行売りクエリ",
"type": "n8n-nodes-base.code",
"position": [
-1000,
560
],
"parameters": {
"jsCode": "// แปลง JSON object เป็น query string\nconst data = items[0].json;\n\n// วิธีที่ 1: ใช้ Object.keys() และ map()\nconst queryString = Object.keys(data)\n .map(key => `${key}=${data[key]}`)\n .join('&');\n\nreturn [{\n json: {\n queryString: queryString,\n originalData: data\n }\n}];"
},
"typeVersion": 2
},
{
"id": "493074d1-7a6d-4b63-956d-55cda01e885d",
"name": "署名 成行売り",
"type": "n8n-nodes-base.crypto",
"position": [
-800,
560
],
"parameters": {
"type": "SHA256",
"value": "={{ $json.queryString }}",
"action": "hmac",
"secret": "={{ $('Set Credentials').item.json.api_secret }}",
"dataPropertyName": "signature"
},
"typeVersion": 1
},
{
"id": "537afa17-ac5e-4d73-ac9c-ceabc644cc22",
"name": "成行売り実行",
"type": "n8n-nodes-base.httpRequest",
"position": [
-580,
560
],
"parameters": {
"url": "https://api.binance.com/api/v3/order",
"body": "={{ $json.queryString }}&signature={{ $json.signature }}",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "form-urlencoded",
"sendHeaders": true,
"specifyBody": "string",
"headerParameters": {
"parameters": [
{
"name": "X-MBX-APIKEY",
"value": "={{ $('Set Credentials').item.json.api_key }}"
}
]
}
},
"typeVersion": 3
},
{
"id": "877a0eb7-866b-4c73-bbee-cb5b9e49b786",
"name": "未約定注文クエリ",
"type": "n8n-nodes-base.code",
"position": [
-1000,
760
],
"parameters": {
"jsCode": "// แปลง JSON object เป็น query string\nconst data = items[0].json;\n\n// วิธีที่ 1: ใช้ Object.keys() และ map()\nconst queryString = Object.keys(data)\n .map(key => `${key}=${data[key]}`)\n .join('&');\n\nreturn [{\n json: {\n queryString: queryString,\n originalData: data\n }\n}];"
},
"typeVersion": 2
},
{
"id": "641c40ab-e673-4acd-8a48-5d7592800da2",
"name": "未約定注文パラメータ",
"type": "n8n-nodes-base.set",
"position": [
-1200,
760
],
"parameters": {
"mode": "raw",
"include": "none",
"options": {},
"jsonOutput": "={\n \"timestamp\": \"{{ $now.toMillis() }}\",\n \"symbol\": \"BTCUSDT\",\n \"recvWindow\": 2000\n}\n"
},
"typeVersion": 3
},
{
"id": "d0457455-134c-4425-bbbc-b4e1c3eedccf",
"name": "署名 未約定注文",
"type": "n8n-nodes-base.crypto",
"position": [
-800,
760
],
"parameters": {
"type": "SHA256",
"value": "={{ $json.queryString }}",
"action": "hmac",
"secret": "={{ $('Set Credentials').item.json.api_secret }}",
"dataPropertyName": "signature"
},
"typeVersion": 1
},
{
"id": "3e8f723a-22ae-418c-9def-f95588d51080",
"name": "未約定注文取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
-580,
760
],
"parameters": {
"url": "=https://api.binance.com/api/v3/openOrders?{{ $json.queryString }}",
"options": {},
"sendQuery": true,
"sendHeaders": true,
"queryParameters": {
"parameters": [
{
"name": "signature",
"value": "={{ $json.signature }}"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "X-MBX-APIKEY",
"value": "={{ $('Set Credentials').item.json.api_key }}"
}
]
}
},
"typeVersion": 3
},
{
"id": "4c65712a-2a49-4dd6-b346-1b61fbfed417",
"name": "全注文取消パラメータ",
"type": "n8n-nodes-base.set",
"position": [
-1200,
960
],
"parameters": {
"mode": "raw",
"include": "none",
"options": {},
"jsonOutput": "={\n \"timestamp\": \"{{ $now.toMillis() }}\",\n \"symbol\": \"BTCUSDT\",\n \"recvWindow\": 2000\n}\n"
},
"typeVersion": 3
},
{
"id": "cde8a4d3-678a-464f-886b-763982ebfe01",
"name": "全注文取消クエリ",
"type": "n8n-nodes-base.code",
"position": [
-1000,
960
],
"parameters": {
"jsCode": "// แปลง JSON object เป็น query string\nconst data = items[0].json;\n\n// วิธีที่ 1: ใช้ Object.keys() และ map()\nconst queryString = Object.keys(data)\n .map(key => `${key}=${data[key]}`)\n .join('&');\n\nreturn [{\n json: {\n queryString: queryString,\n originalData: data\n }\n}];"
},
"typeVersion": 2
},
{
"id": "bcb50ec1-cf95-464d-989f-e5c577b6695f",
"name": "署名 全注文取消",
"type": "n8n-nodes-base.crypto",
"position": [
-800,
960
],
"parameters": {
"type": "SHA256",
"value": "={{ $json.queryString }}",
"action": "hmac",
"secret": "={{ $('Set Credentials').item.json.api_secret }}",
"dataPropertyName": "signature"
},
"typeVersion": 1
},
{
"id": "2ceec541-944d-42c8-b36d-dee7abef0a26",
"name": "全注文取消",
"type": "n8n-nodes-base.httpRequest",
"position": [
-580,
960
],
"parameters": {
"url": "=https://api.binance.com/api/v3/openOrders",
"body": "={{ $json.queryString }}",
"method": "DELETE",
"options": {},
"sendBody": true,
"sendQuery": true,
"contentType": "form-urlencoded",
"sendHeaders": true,
"specifyBody": "string",
"queryParameters": {
"parameters": [
{
"name": "signature",
"value": "={{ $json.signature }}"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "X-MBX-APIKEY",
"value": "={{ $('Set Credentials').item.json.api_key }}"
}
]
}
},
"typeVersion": 3
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "9625a34a-ecfe-42fd-adef-c57e036d3d7d",
"connections": {
"4d43ab9f-69a8-4eb3-a700-234f480cb8d7": {
"main": [
[
{
"node": "5c148d9e-c980-4485-944e-9535ca79d7af",
"type": "main",
"index": 0
}
]
]
},
"57699751-49fa-4420-aa5a-291bc11fa631": {
"main": [
[
{
"node": "4c9f4a4d-049e-431d-b053-a694698bd0ba",
"type": "main",
"index": 0
}
]
]
},
"877a0eb7-866b-4c73-bbee-cb5b9e49b786": {
"main": [
[
{
"node": "d0457455-134c-4425-bbbc-b4e1c3eedccf",
"type": "main",
"index": 0
}
]
]
},
"94a537dd-b59d-49cd-9daf-848a22df9e8d": {
"main": [
[
{
"node": "250640b9-95f7-48b7-bf1d-07fc90026bee",
"type": "main",
"index": 0
}
]
]
},
"b13d8b19-0222-45fe-9558-b33aeffa2bc1": {
"main": [
[
{
"node": "b4e45c9e-5a1c-4cf0-aed3-30520bf92cb9",
"type": "main",
"index": 0
}
]
]
},
"92ff9826-2f60-4d35-8c58-30b483db49d6": {
"main": [
[
{
"node": "57699751-49fa-4420-aa5a-291bc11fa631",
"type": "main",
"index": 0
}
]
]
},
"0e03892e-4c5d-4a7c-9bff-acc014fbff03": {
"main": [
[
{
"node": "493074d1-7a6d-4b63-956d-55cda01e885d",
"type": "main",
"index": 0
}
]
]
},
"250640b9-95f7-48b7-bf1d-07fc90026bee": {
"main": [
[
{
"node": "4983062d-1e68-4f15-a4d2-955fc81267b5",
"type": "main",
"index": 0
}
]
]
},
"4983062d-1e68-4f15-a4d2-955fc81267b5": {
"main": [
[
{
"node": "6dcb5a49-149d-4f62-bb69-137cec92f81f",
"type": "main",
"index": 0
}
]
]
},
"641c40ab-e673-4acd-8a48-5d7592800da2": {
"main": [
[
{
"node": "877a0eb7-866b-4c73-bbee-cb5b9e49b786",
"type": "main",
"index": 0
}
]
]
},
"9a3e31fc-7da7-48dc-8758-4d109addea56": {
"main": [
[
{
"node": "4d43ab9f-69a8-4eb3-a700-234f480cb8d7",
"type": "main",
"index": 0
}
]
]
},
"4fb1f7a5-9a70-4870-bfd7-5575d587cb43": {
"main": [
[
{
"node": "b13d8b19-0222-45fe-9558-b33aeffa2bc1",
"type": "main",
"index": 0
}
]
]
},
"4c9f4a4d-049e-431d-b053-a694698bd0ba": {
"main": [
[
{
"node": "96ca7f7d-e60d-4944-80ec-c2b9ba02876a",
"type": "main",
"index": 0
}
]
]
},
"b4e45c9e-5a1c-4cf0-aed3-30520bf92cb9": {
"main": [
[
{
"node": "d519fced-aaca-4dfb-bae0-818491d9791f",
"type": "main",
"index": 0
}
]
]
},
"d0457455-134c-4425-bbbc-b4e1c3eedccf": {
"main": [
[
{
"node": "3e8f723a-22ae-418c-9def-f95588d51080",
"type": "main",
"index": 0
}
]
]
},
"cde8a4d3-678a-464f-886b-763982ebfe01": {
"main": [
[
{
"node": "bcb50ec1-cf95-464d-989f-e5c577b6695f",
"type": "main",
"index": 0
}
]
]
},
"916751cf-0525-4d7e-b6ee-6412beecf870": {
"main": [
[
{
"node": "0e03892e-4c5d-4a7c-9bff-acc014fbff03",
"type": "main",
"index": 0
}
]
]
},
"5c148d9e-c980-4485-944e-9535ca79d7af": {
"main": [
[
{
"node": "684e1d96-a2ef-4075-9545-ed904c8d798a",
"type": "main",
"index": 0
}
]
]
},
"493074d1-7a6d-4b63-956d-55cda01e885d": {
"main": [
[
{
"node": "537afa17-ac5e-4d73-ac9c-ceabc644cc22",
"type": "main",
"index": 0
}
]
]
},
"6dcb5a49-149d-4f62-bb69-137cec92f81f": {
"main": [
[
{
"node": "9850ff29-6d6a-4fcc-bcc9-ed14c0fe1e7b",
"type": "main",
"index": 0
}
]
]
},
"4c65712a-2a49-4dd6-b346-1b61fbfed417": {
"main": [
[
{
"node": "cde8a4d3-678a-464f-886b-763982ebfe01",
"type": "main",
"index": 0
}
]
]
},
"bcb50ec1-cf95-464d-989f-e5c577b6695f": {
"main": [
[
{
"node": "2ceec541-944d-42c8-b36d-dee7abef0a26",
"type": "main",
"index": 0
}
]
]
},
"93a8429c-b9ef-43de-934b-2c6fd9db1bb3": {
"main": [
[
{
"node": "94a537dd-b59d-49cd-9daf-848a22df9e8d",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - 財務
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
CrunchBaseを競合他社追跡
CrunchBaseコンペティタ情報トラッカー
Set
Code
Click Up
+
Set
Code
Click Up
9 ノードYaron Been
財務
SmartBillのPDF請求書をGoogleドライブへエクスポート
SmartBillのPDF請求書をGoogle Driveにエクスポート
If
Set
Code
+
If
Set
Code
15 ノードCodez
財務
Google Gemini AIを使用して経済ニュースの要約を生成し、Outlookメールで送信
GoogleジェミニAIを活用して財経ニュースを要約し、Outlookメールで送信
Set
Code
Aggregate
+
Set
Code
Aggregate
18 ノードLouis
財務
コンテンツジェネレーター v3
AI驱动ブログ自動化:使用GPT-4生成并公開SEO記事至WordPressとTwitter
If
Set
Code
+
If
Set
Code
144 ノードJay Emp0
コンテンツ作成
ComfyUI を使用して AI メディアの生成:画像、動画、3D、オーディオ橋渡し
ComfyUI を使って AI メディアを生成する:画像、動画、3D、オーディオ連携
If
Set
Code
+
If
Set
Code
51 ノードNielo
デザイン
Tesseract - 財務アシスタントX
レシートから詳細情報を抽出するTelegram上のTesseractとLlama
If
Set
Code
+
If
Set
Code
27 ノードKhairul Muhtadin
財務
ワークフロー情報
難易度
上級
ノード数30
カテゴリー1
ノードタイプ5
作成者
Todsaporn Sangboon
@nolifeloverTeaching AI & Automation for devs, teams & business owners. Sharing real-world workflows & tools to work smarter with n8n. Follow for weekly tips — Diary of a Dev 🧠✨
外部リンク
n8n.ioで表示 →
このワークフローを共有