Add recurring payment
add_recurring_ruleSet up something that repeats: rent, salary, a subscription, an EMI. Negative amount = expense, positive = income, in the account's currency. mode 'autoPost' logs it on the due day; 'remind' only shows it under Upcoming until you confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Default remind | |
| name | Yes | ||
| note | No | ||
| amount | Yes | Major units; negative = money out | |
| end_date | No | ||
| interval | No | Every N periods; default 1 | |
| merchant | No | ||
| frequency | Yes | ||
| account_id | Yes | ||
| start_date | No | First occurrence (ISO); default today. Past dates roll forward to the next due date. | |
| category_id | No | Default: guessed from the name/merchant |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||