createRecurringTransaction
Automate regular financial transactions by creating recurring entries for income, expenses, or investments with custom intervals and payment modes.
Instructions
Create a recurring transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of the recurring transaction | |
| category | Yes | Category of the recurring transaction | |
| description | No | ||
| interval | Yes | Interval for the recurrence, for example, 1 for every day, 2 for every two months, etc. | |
| occurrence | Yes | Frequency of the recurrence, for example, 'day' for daily, 'month' for monthly, 'year' for yearly | |
| paymentMode | Yes | Payment mode | |
| startDate | No | Start date of the recurring transaction. If not provided, it adds the transaction to the next occurrence based on the current date. | |
| transactionId | No | Id of the existing transaction. If creating a new transaction, this should be null or undefined. | |
| type | Yes | Type of the recurring transaction |