Marketing & Advertising Automation

0536 Localfile Splitout Send Triggered

0536 Localfile Splitout Send Triggered

Manual
High
17
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
17
Node Types
11

Node Types

local File Trigger
Watch For Bank Statements
1 node
tool Code
Get Tenant Details, Get Property Details
2 nodes
output Parser Structured
Structured Output Parser
1 node
read Write File
Get Bank Statement File
1 node
extract From File
Get CSV Data
1 node
split Out
Alert Actions To List
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5
6 nodes
set
Set Variables
1 node
code
Append To Spreadsheet
1 node
lm Chat Open Ai
OpenAI Chat Model
1 node
agent
Reconcile Rental Payments
1 node

Workflow JSON

15.17 KB
{
  "meta": {
    "instanceId": "26ba763460b97c249b82942b23b6384876dfeb9327513332e743c5f6219c2b8e"
  },
  "name": "0536 Localfile Splitout Send Triggered",
  "nodes": [
    {
      "id": "bebbf9cf-8103-4694-a3be-ae3ee1e9ebaf",
      "name": "Watch For Bank Statements",
      "type": "n8n-nodes-base.localFileTrigger",
      "position": [
        780,
        400
      ],
      "parameters": {
        "path": "/home/node/host_mount/reconciliation_project",
        "events": [
          "add"
        ],
        "options": {
          "ignored": "!**/*.csv"
        },
        "triggerOn": "folder"
      },
      "typeVersion": 1
    },
    {
      "id": "eca26bed-ba44-4507-97d4-9154e26908a5",
      "name": "Get Tenant Details",
      "type": "@n8n/n8n-nodes-langchain.toolCode",
      "position": [
        1660,
        540
      ],
      "parameters": {
        "name": "get_tenant_details",
        "jsCode": "const xlsx = require('xlsx');\n\nconst { spreadsheet_location } = $('Set Variable...

Showing first 1000 characters. Click "Expand" to view the full JSON.