freshbooks_create_project
Create a FreshBooks project. Requires confirm to be true to execute; without it, returns a dry-run preview and no network call.
Instructions
Create a project. Requires confirm: true to execute; without it returns a dry-run preview and makes no network call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Hourly rate as a decimal string, when project_type is hourly_rate | |
| title | Yes | Project title | |
| fields | No | Additional raw project fields. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| due_date | No | Due date, YYYY-MM-DD | |
| client_id | No | Client this project is for | |
| description | No | ||
| fixed_price | No | Fixed price as a decimal string, when project_type is fixed_price | |
| project_type | No | Billing model for the project |