Todoist
Learn how to use Todoist with Composio
Overview
Enum
TODOIST
Description
Todoist is a productivity app that helps manage tasks and projects.
Authentication Details
OAUTH2
Actions
TODOIST_GET_ALL_LABELS
Get all personal labels from todoist. this action retrieves all personal labels from a user’s todoist account. each label contains information like name, color, order and favorite status. api documentation: https://developer.todoist.com/rest/v2/#get-all-personal-labels
Action Parameters
Action Response
TODOIST_GET_ALL_PROJECTS
Get all projects from a user’s todoist account. this tool retrieves all projects from the authenticated user’s todoist account. the response includes details like project id, name, color, parent project, sharing status, and other metadata for each project.
Action Parameters
Action Response
TODOIST_DELETE_TASK
Delete a task from todoist. this action permanently removes the task and all its subtasks.
Action Parameters
Action Response
TODOIST_CREATE_TASK
Create a new task in todoist. 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.
Action Parameters
Action Response