Create Task
freeagent_create_taskCreate a new task under a FreeAgent project. Specify project URL and task name; optionally set billing rate, period, billable status, and task status.
Instructions
Create a new task in FreeAgent. The project URL is required and passed as a query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project URL to create the task under (passed as query parameter) | |
| name | Yes | Name of the task | |
| is_billable | No | Whether the task is billable | |
| billing_rate | No | Billing rate for the task | |
| billing_period | No | Billing period: hour, day, week, month, or year | |
| status | No | Task status: Active, Completed, or Hidden |