--- title: 'Todoist' description: 'Manage tasks, projects, labels, and comments in the Todoist task manager.' --- # Todoist Manage tasks, projects, labels, and comments in the Todoist task manager. | Detail | Value | |---|---| | Category | Productivity | | Base URL | `https://api.todoist.com/rest/v2` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `todoist` | ## Using Todoist in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Todoist** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /tasks](./get_tasks_productivity_listtasks) | Get active tasks | | [POST /tasks](./post_tasks_productivity_createtask) | Create a task | | [POST /tasks/{taskId}/close](./post_tasks_taskid_close_productivity_closetask) | Complete a task | | [GET /projects](./get_projects_productivity_listprojects) | List projects | | [POST /projects](./post_projects_productivity_createproject) | Create a project | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.