Add EUR currency support for international transactions
All checks were successful
Deploy to VPS / deploy (push) Successful in 50s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Carlos Escalante
2026-04-07 20:29:37 -06:00
parent 4da00750a8
commit efe6d88286
7 changed files with 134 additions and 1 deletions

View File

@@ -0,0 +1,97 @@
{
"name": "WealthySmart: BAC Pensions Statements parser",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"hour": 0
}
]
},
"simple": false,
"filters": {
"q": "Estado de cuenta Pensiones BAC CREDOMATIC -{tarjeta} "
},
"options": {
"downloadAttachments": true
}
},
"type": "n8n-nodes-base.gmailTrigger",
"typeVersion": 1.3,
"position": [
0,
0
],
"id": "bc94143f-9980-4b94-9cd7-8e206dc1232e",
"name": "Gmail Trigger",
"credentials": {
"gmailOAuth2": {
"id": "LkAGMVgAqsiCkMFX",
"name": "Gmail account"
}
}
},
{
"parameters": {
"method": "POST",
"url": "https://wealth.cescalante.dev/api/v1/pensions/upload",
"authentication": "genericCredentialType",
"genericAuthType": "httpBearerAuth",
"sendBody": true,
"contentType": "multipart-form-data",
"bodyParameters": {
"parameters": [
{
"parameterType": "formBinaryData",
"name": "files",
"inputDataFieldName": "attachment_0"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
208,
0
],
"id": "b73c0182-8d56-48b3-b37e-c4dd9361a062",
"name": "HTTP Request",
"credentials": {
"httpBearerAuth": {
"id": "d4Le4M5bCuhEb2NN",
"name": "BAC Parser - wealth.cescalante.dev"
}
}
}
],
"pinData": {},
"connections": {
"Gmail Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate"
},
"versionId": "f0bbb681-1cf3-49f4-b06e-de0218b7ff3e",
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "f446bf52a953467f756f2c188ff6b09473528d6316ecb3b9568cdbfbaa3258f3"
},
"id": "e88c3UhBeo9WCbcy",
"tags": []
}