Integrations / Project management
Todoist
Look up projects and tasks with Todoist filters, create, update and complete tasks, and comment on them.
Tools
todoist.list_projects
List your active projects. Project IDs are short strings like 6XGgm6PHrGgMpCFX.
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.
todoist.get_task
Get a task with its description, project, labels, priority and due date. Task IDs are short strings like 6XGgmFVcrG5RRjVr.
todoist.create_task writes
Create a task, in your Inbox unless a project is given. Project IDs are short strings like 6XGgm6PHrGgMpCFX.
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.
todoist.close_task writes
Complete a task. Recurring tasks move to their next date instead. Task IDs are short strings like 6XGgmFVcrG5RRjVr.
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.
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.
todoist.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Todoist API path under https://api.todoist.com/api/v1.
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
- In Todoist, open Settings → Integrations (app.todoist.com/app/settings/integrations) and copy your personal API token.
- Paste it as the connection's API token. The connection acts as you.
Credentials
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.