create_bill
Create a recurring bill by providing its name, amount range, start date, and repeat frequency. This enables tracking and management of scheduled expenses in Firefly III.
Instructions
Create a new bill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| name | Yes | ||
| amount_max | Yes | ||
| amount_min | Yes | ||
| repeat_freq | Yes |