Basic Information

appmixer.todoist.core.CreateTask

1.0.0

Public

Create a new task in Todoist.

Input Ports

in

FieldTypeDescription
Content text The content of the task. This value may contain markdown-formatted text and hyperlinks.
Description textarea A description for the task. This value may contain markdown-formatted text and hyperlinks.
Project select The project to add the task to. Defaults to the user's Inbox project.
Section text The section to add the task to.
Parent Task ID text The parent task ID to create a subtask under.
Order number The order of the task. Defines the position of the task among all the tasks with the same parent.
Labels text Comma-separated list of label names to add to the task.
Priority select The priority of the task.
Due String text Human-readable due date, e.g., 'tomorrow at 12:00' or 'every Friday'.
Due Date date-time Specific date for the task in YYYY-MM-DD format.
Due Datetime date-time Specific date and time for the task.
Due Language select 2-letter code specifying language for parsing due_string.
Assignee ID text The ID of the user to assign the task to.
Duration number A positive integer for the amount of duration_unit the task will take.
Duration Unit select The unit of time for the duration.

Output Ports

out

FieldTypeDescription
ID string -
Assigner ID string -
Assignee ID string -
Project ID string -
Section ID string -
Parent ID string -
Order integer -
Content string -
Description string -
Is Completed boolean -
Labels array -
Priority integer -
Comment Count integer -
Creator ID string -
Created At string -
Due object -
Duration object -
URL string -

Full Metadata