Freelo Create Task
freelo_create_taskCreate a task in a specific Freelo tasklist. Provide project ID, tasklist ID, and task name; optionally add worker, due date, and markdown description. Task is created in active state.
Instructions
Creates a new task in a specific tasklist. Task is created in active state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskData | Yes | Task data | |
| projectId | Yes | Project ID. Get from freelo_get_projects. | |
| tasklistId | Yes | Tasklist ID. Get from freelo_get_project_tasklists. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| name | Yes | Task name | |
| labels | No | ||
| worker | No | User object | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| due_date | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| state_id | No | State ID: 1=active, 2=finished | |
| project_id | No | Project ID | |
| tasklist_id | No | Tasklist ID | |
| due_date_end | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| priority_enum | No | Priority: h=high, m=medium, l=low | |
| date_edited_at | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| tracking_users | No |