feat: add folder support for workflows (fixes #70)
This commit is contained in:
116
workflows/Wise/1229_Wise_Automate.json
Normal file
116
workflows/Wise/1229_Wise_Automate.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
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
123
workflows/Wise/1230_Wise_Airtable_Automate_Triggered.json
Normal file
123
workflows/Wise/1230_Wise_Airtable_Automate_Triggered.json
Normal file
@@ -0,0 +1,123 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Wise Trigger",
|
||||
"type": "n8n-nodes-base.wiseTrigger",
|
||||
"position": [
|
||||
450,
|
||||
280
|
||||
],
|
||||
"webhookId": "df8c0c06-7d40-4e57-aaff-60f458e6997c",
|
||||
"parameters": {
|
||||
"event": "tranferStateChange",
|
||||
"profileId": 16138858
|
||||
},
|
||||
"credentials": {
|
||||
"wiseApi": "Wise API Credentials"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Wise",
|
||||
"type": "n8n-nodes-base.wise",
|
||||
"position": [
|
||||
650,
|
||||
280
|
||||
],
|
||||
"parameters": {
|
||||
"resource": "transfer",
|
||||
"transferId": "={{$json[\"data\"][\"resource\"][\"id\"]}}"
|
||||
},
|
||||
"credentials": {
|
||||
"wiseApi": "Wise API Credentials"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Set",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"position": [
|
||||
850,
|
||||
280
|
||||
],
|
||||
"parameters": {
|
||||
"values": {
|
||||
"string": [
|
||||
{
|
||||
"name": "Transfer ID",
|
||||
"value": "={{$json[\"id\"]}}"
|
||||
},
|
||||
{
|
||||
"name": "Date",
|
||||
"value": "={{$json[\"created\"]}}"
|
||||
},
|
||||
{
|
||||
"name": "Reference",
|
||||
"value": "={{$json[\"reference\"]}}"
|
||||
},
|
||||
{
|
||||
"name": "Amount",
|
||||
"value": "={{$json[\"sourceValue\"]}}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {},
|
||||
"keepOnlySet": true
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Airtable",
|
||||
"type": "n8n-nodes-base.airtable",
|
||||
"position": [
|
||||
1050,
|
||||
280
|
||||
],
|
||||
"parameters": {
|
||||
"table": "Table 1",
|
||||
"options": {},
|
||||
"operation": "append",
|
||||
"application": ""
|
||||
},
|
||||
"credentials": {
|
||||
"airtableApi": "Airtable Credentials n8n"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Set": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Airtable",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Wise": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Set",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Wise Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Wise",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user