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.
Related integrations
Example Use Cases
These are the Todoist actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
Tool to create a new workspace in Todoist. Use when you need a separate workspace to organize projects. Generates UUID and temp_id automatically.
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.
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.
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.
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.
Tool to create a new personal label using API v1. Use when you need to add a new label to organize tasks.
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.
Tool to create a new section within a project using API v1. Use when you need to organize tasks under a new heading in a project.
Create a new task in Todoist using the unified API v1. This action allows users to create tasks with various parameters including content, due dates, priority, and more. The task can be created in a specific project, section, or as a subtask of another task. Bulk creation may trigger HTTP 429; honor Retry-After response headers.
Tool to delete a specific comment from Todoist by its ID. Use when you need to permanently remove a comment.
Triggers
These are the trigger events currently available for Todoist.
Trigger when a new task is added to Todoist.