Create Task
Create Task
Create a new task linked to a project
POST
Create Task
Create Task
Create a new task linked to a project. The assigned user receives an email notification unless they are the creator.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faLanguage for the notification email:
en, es, fr, pt, it, deBody Parameters
UUID of the project to link the task to
Task title
UUID of the user to assign the task to
Task description
Due date (YYYY-MM-DD)
Initial stage:
not_applicable, pending, in_progress, completed, validatedTask category
UUID of the parent task (creates a subtask)
Initial progress (0–100)
List of tags
Initial comments to add to the task
Response (201 Created)
Created task UUID
Task title
Task stage
Assigned user details
Linked projects
Example
Successful Response (201)
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization422 Unprocessable Entity
Cause: Invalid or missing required fields in the request bodyRelated Endpoints
Get Task
Retrieve task details
Update Task
Modify task fields

