Skip to content

Todoist

Reference


Todoist is a task management application that helps users organize and prioritize their to-do lists.

Categories: [productivity-and-collaboration]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers


Actions

Create Task

Creates a new Task.

Properties

NameTypeControl TypeDescription
Contact{STRING(content), STRING(description), STRING(project_id), INTEGER(priority)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), STRING(project_id), STRING(content), STRING(description), INTEGER(priority)}OBJECT_BUILDER

Mark Task as Completed

Mark a tas as being completed.

Properties

NameTypeControl TypeDescription
TaskSTRINGSELECTTask to be closed.

Create Project

Creates a new Project.

Properties

NameTypeControl TypeDescription
Project{STRING(name), STRING(color), BOOLEAN(is_favorite)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), STRING(name), STRING(color), STRING(is_favorite), STRING(url)}OBJECT_BUILDER