pocketsmith_create_event
Create recurring transactions in Pocketsmith to manage regular bills and income by specifying amount, frequency, and categories.
Instructions
Create a new event (recurring transaction)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | The scenario ID (get from account details) | |
| category_id | Yes | The category ID to assign | |
| date | Yes | The event date (YYYY-MM-DD) | |
| amount | Yes | The event amount (negative for expenses, positive for income) | |
| repeat_type | Yes | How often the event repeats | |
| repeat_interval | No | The repeat interval (default: 1) | |
| note | No | Note for the event |