Create multiple YNAB transactions
ynab_create_transactions_bulkCreate multiple YNAB transactions in a single call. Each transaction requires account, date, and amount (milliunits, negative for outflow). Supports optional payee, category, memo, cleared, approved.
Instructions
Create multiple transactions in a single call. Amounts are in milliunits: negative = outflow (spending), positive = inflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | YNAB budget id, or "last-used" for the most recently used budget | |
| transactions | Yes | Transactions to create |