Todoist
Overview
The Todoist source connector lets you connect to the Todoist REST API using a Personal API token.
Status
This connector is currently in development:
- Authentication (credential validation) is implemented.
- Schema discovery and extraction are not yet implemented.
As a result, you can use this connector to validate credentials, but you cannot yet sync data.
Setup
Prerequisites
- A Todoist account
- A Todoist Personal API token
Create a Personal API token
- Sign in to Todoist.
- Navigate to Todoist settings and locate the Integrations / Developer section.
- Copy your Personal API token.
Todoist documentation: https://developer.todoist.com/rest/v2/
Authentication
This connector authenticates using a Bearer token (your Personal API token).
During credential validation, the connector makes a request to:
GET https://api.todoist.com/rest/v2/projects
If the request succeeds, the credentials are considered valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
personal_api_token | string | ✅ | Your Todoist Personal API token. |
Streams
No streams are currently available. Catalog discovery currently returns an empty catalog, and extraction is not yet implemented.
Limitations
- No data extraction yet (syncs will fail with an “in development” error).
- No catalog/stream discovery yet.