The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"name": "Wise",
"type": "n8n-nodes-base.wise",
"position": [
470,
320
],
"parameters": {
"amount": 500,
"resource": "quote",
"operation": "create",
"profileId": 16138858,
"sourceCurrency": "EUR",
"targetCurrency": "EUR",
"targetAccountId": 147767974
},
"credentials": {
"wiseApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Wise1",
"type": "n8n-nodes-base.wise",
"position": [
660,
320
],
"parameters": {
"quoteId": "={{$json[\"id\"]}}",
"resource": "transfer",
"operation": "create",
"profileId": 16138858,
"targetAccountId": 147767974,
"additionalFields": {
"reference": "Thank you for the contribution"
}
},
"credentials": {
"wiseApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Wise2",
"type": "n8n-nodes-base.wise",
"position": [
870,
320
],
"parameters": {
"resource": "transfer",
"operation": "execute",
"profileId": 16138858,
"transferId": "={{$json[\"id\"]}}"
},
"credentials": {
"wiseApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Wise3",
"type": "n8n-nodes-base.wise",
"position": [
1070,
320
],
"parameters": {
"resource": "transfer",
"transferId": "={{$node[\"Wise1\"].json[\"id\"]}}"
},
"credentials": {
"wiseApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Wise": {
"main": [
[
{
"node": "Wise1",
"type": "main",
"index": 0
}
]
]
},
"Wise1": {
"main": [
[
{
"node": "Wise2",
"type": "main",
"index": 0
}
]
]
},
"Wise2": {
"main": [
[
{
"node": "Wise3",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
wiseApi
About this workflow
Wise. Uses wise. Manual trigger; 4 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →