Create Todoist Section
todoist_create_sectionCreate a new section within a Todoist project to organize tasks by category or workflow stage. Specify the project ID and section name to structure your project.
Instructions
Create a new section within a Todoist project.
Returns the created section's ID and details. Use the section ID when creating tasks (todoist_create_task) to add them directly to this section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Section name (required) | |
| project_id | Yes | Project ID to create the section in | |
| order | No | Sort position within the project (optional) |