Sync Bank (SimpleFIN)
finance_syncPull new transactions and refresh balances from a linked SimpleFIN bank account. Deduplicates by provider id to avoid double-counting.
Instructions
Pull new transactions and refresh balances from SimpleFIN. By default fetches from the day after the latest transaction already in the store (so it won't re-pull or double-count history from your CSV) — pass days_back to force a wider window (e.g. 365 for a full refresh). Transactions dedupe by provider id. Requires finance_link_bank first. Args: days_back (optional, 1-730). Returns { accounts, newTransactions, store_span }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | Override: fetch this many days back instead of since the last stored transaction |