create_task
Create a task in a Worksection project by specifying its title, project ID, and optionally setting due dates, priority, assignment, and description.
Instructions
Create a task in a project, optionally assigned, dated and prioritised.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Task description, plain text or HTML. | |
| title | Yes | Task title. | |
| due_date | No | Due date. | |
| priority | No | Priority from 0 to 10. | |
| project_id | Yes | Project to create the task in. | |
| start_date | No | Start date. | |
| author_email | No | Account email to record as the author. | |
| assignee_email | No | Account email to assign to. | |
| subscriber_emails | No | Account emails to subscribe to the task. |