clokio_create_task
Create a task in a project. Use employee codes for assignees and creator; set title, project ID, priority, due date, labels, status, and description.
Instructions
Create a task in a project. assignees/creator use employee_code (e.g. "00080"), not internal ids. To attribute the task to a person set creator_employee_code, otherwise it shows as the API key owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | Status slug | |
| due_date | No | YYYY-MM-DD | |
| priority | No | ||
| project_id | Yes | ||
| description | No | HTML or plain text | |
| label_names | No | ||
| creator_employee_code | No | ||
| assignee_employee_codes | No |