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
}
]
]
}
},
"id": "992",
"name": "Manage transfers automatically in Wise"
}
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
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Manage transfers automatically in Wise. Uses wise. Manual trigger; 4 nodes.
Source: https://github.com/tommyshum/n8n_template_library/blob/87d0b7db31db00fcf781424ca7d9e86f1c9a9e1b/templates/official/template_992/workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manage contacts via Autopilot. Uses autopilot. Manual trigger; 4 nodes.
Google Sheets Data Processing Template. Uses googleSheets, noOp. Manual trigger; 7 nodes.
DocuFlow Universal Extraction. Uses start, httpRequest. Manual trigger; 7 nodes.