Integrations / Project management

Todoist

Look up projects and tasks with Todoist filters, create, update and complete tasks, and comment on them.

9 tools

Tools

todoist.list_projects

List your active projects. Project IDs are short strings like 6XGgm6PHrGgMpCFX.

limitcursor

todoist.filter_tasks

Find active tasks with a Todoist filter query, e.g. today | overdue, #Work & p1, @waiting or assigned to: me. Task IDs are short strings like 6XGgmFVcrG5RRjVr.

query*limitcursor

todoist.get_task

Get a task with its description, project, labels, priority and due date. Task IDs are short strings like 6XGgmFVcrG5RRjVr.

task_id*

todoist.create_task writes

Create a task, in your Inbox unless a project is given. Project IDs are short strings like 6XGgm6PHrGgMpCFX.

content*descriptionproject_idsection_idparent_idlabelsprioritydue_stringdeadline_date

todoist.update_task writes

Update a task's name, description, labels, priority or due date. Only the fields given change. Task IDs are short strings like 6XGgmFVcrG5RRjVr.

task_id*contentdescriptionlabelsprioritydue_stringdeadline_date

todoist.close_task writes

Complete a task. Recurring tasks move to their next date instead. Task IDs are short strings like 6XGgmFVcrG5RRjVr.

task_id*

todoist.add_comment writes

Add a comment to a task or a project as the connected user. Task and project IDs are short strings like 6XGgmFVcrG5RRjVr.

content*task_idproject_id

todoist.api_get

Send a GET request to any Todoist API path under https://api.todoist.com/api/v1 and return the response. For endpoints the named tools don't cover.

path*params

todoist.api_request writes

Send a POST, PUT, PATCH or DELETE request to any Todoist API path under https://api.todoist.com/api/v1.

method*path*paramsbody

Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Todoist API path.

Connect

  1. In Todoist, open Settings → Integrations (app.todoist.com/app/settings/integrations) and copy your personal API token.
  2. Paste it as the connection's API token. The connection acts as you.

Credentials

API token

Todoist API docs

Your next automation is one sentence away.

14-day free trial with $5 of built-in AI included. Cancel anytime.