freeagent_create_task
Create a task on a FreeAgent project and set its billing rate, so you can track and charge time accurately.
Instructions
Create a task on a FreeAgent project. Tasks carry the billing rate that logged time is charged at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name (e.g. 'Delivery workshops') | |
| status | No | Task status (default Active) | Active |
| project | Yes | Project the task belongs to | |
| currency | No | ISO 4217 currency code | |
| isBillable | No | Whether time on this task is billable | |
| billingRate | No | Rate charged per billing period (e.g. '850.00') | |
| billingPeriod | No | Whether the billing rate is per hour or per day |