create_transactions
Insert 1-500 transactions into LunchMoney, with duplicate detection and optional rule application.
Instructions
Insert one or more transactions (1-500 per call). Returns inserted transactions plus any skipped duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactions | Yes | Array of transactions to insert (1-500). | |
| apply_rules | No | Apply rules associated with the transaction's manual_account_id. | |
| skip_duplicates | No | Flag transactions that match an existing transaction's date+payee+amount+account as duplicates and skip them. Note: external_id deduplication always runs regardless of this flag. | |
| skip_balance_update | No | If true, do not update the manual account's balance when inserting these transactions. |