Create an expense
clockify_create_expenseLog a new expense by providing category, date, and amount. Requires a paid Clockify plan.
Instructions
Records an expense. Needs a paid plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date of the expense | |
| notes | No | ||
| amount | Yes | Amount in the workspace currency | |
| billable | No | ||
| project_id | No | Project to charge | |
| category_id | Yes | Expense category id | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |