teamleader_create_task
Create a new task in Teamleader Focus by specifying a title, due date, and work type. Link it to deals, projects, or customers as needed.
Instructions
Create a new task in Teamleader Focus. The Teamleader API requires a title, a due date and a work type. Use teamleader_work_types_list to find a work_type_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title (required) | |
| due_on | Yes | Due date in YYYY-MM-DD format (required) | |
| deal_id | No | Link task to a deal ID | |
| project_id | No | Link task to a project ID (new projects module) | |
| assignee_id | No | Assignee ID | |
| customer_id | No | Link task to a customer ID | |
| description | No | Task description (optional) | |
| work_type_id | Yes | Work type ID (required). Use teamleader_work_types_list to find one. | |
| assignee_type | No | Assignee type | |
| customer_type | No | Link task to a customer type |