Turn bank statement CSVs into clear rent payment checks with an AI assistant. Ideal for property teams that keep tenant and property records in a local Excel file and need fast, accurate reconciliation.
A folder watch picks up new CSV files and parses them into rows. Each row goes to an AI agent that uses OpenAI to match payments to tenants and properties, using two tools that read your Excel workbook. The agent returns a structured list of actions like missing payment, wrong amount, or unmatched reference. A parser shapes the output into a fixed format. The flow then splits these items and appends them into an Alerts sheet in the same workbook.
Run this on a self hosted n8n setup with access to your local files. Point the trigger to your bank statement folder and set the path to your Excel workbook. Expect big time savings when handling 10 or more tenants and fewer mistakes from manual checks. Use it for arrears monitoring, partial payments, and incorrect references while keeping sensitive data on your own system.