Todoist icon

Todoist

Task manager for projects, tasks, labels, sections, due dates, comments, and productivity workflows.

Supports task planning across projects, labels, comments, filters, completed tasks, incomplete tasks, and project changes.

Sign in to connect Todoist

Sign in to connect an account and start using Todoist in your apps.

Example Use Cases

These are example ways Snow can use Todoist when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Add Workspace

Tool to create a new workspace in Todoist. Use when you need a separate workspace to organize projects. Generates UUID and temp_id automatically.

Archive Project (API v1)

Tool to archive a project using Todoist API v1. For personal projects, archives it for the initiating user. For workspace projects, archives it for all workspace users.

Bulk Create Tasks

Create many tasks in one request using Todoist's Sync batching. Use when scaffolding projects or creating multiple tasks at once to reduce round trips.

Close Task (API v1)

Tool to close (complete) a task in Todoist using API v1. Use when you need to mark a task as complete using the v1 endpoint.

Close Task (Deprecated)

DEPRECATED: Use TODOIST_CLOSE_TASK_V1 instead. This tool marks an existing task as completed in Todoist. It requires the `task_id` of the task to be closed. Closing an already-completed task returns an error; check task state first if idempotent behavior is needed.

Create Comment (API v1)

Tool to create a new comment on a project or task using Todoist API v1. Use when you need to add a note to a specific task or project. IMPORTANT: You must provide EXACTLY ONE of task_id or project_id - these parameters are mutually exclusive. - To comment on a task, provide task_id (and omit project_id) - To comment on a project, provide project_id (and omit task_id) - Providing both task_id AND project_id will cause an error.

Create Label (API v1)

Tool to create a new personal label using API v1. Use when you need to add a new label to organize tasks.

Create Label (Deprecated)

DEPRECATED: Use TODOIST_CREATE_LABEL_V1 instead. Creates a new label.

Create Project (API v1)

Tool to create a new project in Todoist using the unified API v1. Use when you need to create a new project with specific parameters like name, color, or parent project.

Create Project (Deprecated)

DEPRECATED: Use TODOIST_TODOIST_CREATE_PROJECT2 instead. Creates a new project in Todoist. Project names are not unique; use the returned project_id for subsequent operations to avoid ambiguous matches.

Triggers

These are the trigger events currently available for Todoist.

New Task Created

Trigger when a new task is added to Todoist.