adding the workflow collection to git
This commit is contained in:
116
workflows/992_workflow_992.json
Normal file
116
workflows/992_workflow_992.json
Normal file
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"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": "Wise API Credentials"
|
||||
},
|
||||
"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": "Wise API Credentials"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Wise2",
|
||||
"type": "n8n-nodes-base.wise",
|
||||
"position": [
|
||||
870,
|
||||
320
|
||||
],
|
||||
"parameters": {
|
||||
"resource": "transfer",
|
||||
"operation": "execute",
|
||||
"profileId": 16138858,
|
||||
"transferId": "={{$json[\"id\"]}}"
|
||||
},
|
||||
"credentials": {
|
||||
"wiseApi": "Wise API Credentials"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Wise3",
|
||||
"type": "n8n-nodes-base.wise",
|
||||
"position": [
|
||||
1070,
|
||||
320
|
||||
],
|
||||
"parameters": {
|
||||
"resource": "transfer",
|
||||
"transferId": "={{$node[\"Wise1\"].json[\"id\"]}}"
|
||||
},
|
||||
"credentials": {
|
||||
"wiseApi": "Wise API Credentials"
|
||||
},
|
||||
"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
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user