create_transaction
Log a withdrawal, deposit, or transfer by setting type, amount, source, and destination, with optional date, tags, and category to maintain accurate Firefly III records.
Instructions
Create a simple withdrawal, deposit, or transfer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD format. Defaults to today. | |
| tags | No | ||
| type | Yes | ||
| amount | Yes | ||
| description | Yes | ||
| source_name | Yes | ||
| category_name | No | ||
| destination_name | Yes |