Tool to create a new project in Todoist using the unified API v1. Use when you need to create a new project with specific parameters like name, color, or parent project.
nameRequiredstringThe project name. This is the only required field.
colorProject color. Can be either a color name (e.g., 'berry_red', 'blue') or a numeric color code. Default is 'charcoal'.
parent_idParent project ID. If provided, creates this project as a sub-project. Can be either a string or integer ID.
view_stylestringView style of the project. Can be 'list' or 'board'.
descriptionstringDescription of the project. Optional field.
is_favoritebooleanWhether the project is a favorite for the user. Default is false.
workspace_idintegerWorkspace ID. If provided, creates a workspace project instead of a personal project.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.