Todoist · 0.1.0

Todoist REST API

A Dock-hosted Todoist REST API starter integration for Harbor. Importing it creates a local http_api port shell plus a Harbor-safe Todoist action set for listing projects, listing active tasks, and creating a task with explicit approval. Todoist bearer tokens remain local to Harbor Node.

Community included planningproductivityprojectstaskstodoist
Work Management Category
8 Action templates
0 Workflow templates
Todoist Publisher

Service Overview

Todoist REST API is the official task management rest api from Todoist for tasks, projects, productivity, and planning. This Hub entry keeps the service explanation, setup links, and Harbor-safe import path together so operators can review the integration before local credentials and policies are applied.

Todoist REST API Service
Task management REST API Service type
https://api.todoist.com/rest/v1/ Base URL

What This Port Does

  • List Todoist projects visible to the authenticated user.
  • List active Todoist tasks with explicit project, section, and label filters.
  • Create a Todoist task using a bounded JSON request body under input.body.
  • Keeps service credentials local to Harbor Node so approval, execution, and audit stay inside the Harbor ecosystem.

Operator Setup

  • Create or confirm a Todoist account, workspace, or tenant with the API access needed for the actions you plan to enable.
  • Import this Hub entry into Harbor, then verify the service base URL and connection settings before testing actions.
  • Store the required Bearer token locally in Harbor Node using the Authorization header, then review automatic versus approval-required actions before publish.
  • Use the vendor setup guide linked below to create service credentials, scopes, or app registration settings that match your Harbor policy.

Install

Use in Harbor UI or the import-by-URL route.
https://hub.breakwaterharbor.net/p/todoist/todoist-rest-api
http_api Local shell
8 Actions
Community Required tier
Never Secrets imported

Actions

List Projects JSON

{
  "slug": "list-projects",
  "label": "List Projects",
  "description": "List Todoist projects visible to the authenticated user.",
  "method": "GET",
  "path": "/projects",
  "approvalMode": "automatic",
  "requestBodyMode": "none",
  "resultMode": "json_summary"
}