create_transfer
Move money between accounts by specifying source, destination, and amount. Record the transfer in Actual Budget with optional date and notes.
Instructions
Create a transfer between two accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date (YYYY-MM-DD or natural language). Defaults to today. | |
| notes | No | Transfer notes | |
| amount | Yes | Transfer amount (positive number, e.g., 5000.00) | |
| to_account | Yes | Destination account name or ID | |
| from_account | Yes | Source account name or ID |