Skip to content

Todoist ​

Manage tasks, projects, labels, and comments in the Todoist task manager.

DetailValue
CategoryProductivity
Base URLhttps://api.todoist.com/rest/v2
AuthenticationBearer Token
Endpoints5
Connector keytodoist

Using Todoist in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Todoist from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /tasksGet active tasks
POST /tasksCreate a task
POST /tasks/{taskId}/closeComplete a task
GET /projectsList projects
POST /projectsCreate a project

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.