Connecting
In the dashboard, open Connectors, find Todoist and press Connect. The key you enter is checked against Todoist before anything is saved, so a key that is refused never becomes a connection that fails later.What you will need
Getting the credential
- Log in to Todoist
- Go to Settings > Integrations > Developer
- Copy your API token
- For apps with multiple users, implement OAuth2 flow
Notes
- 1,000 requests per user within 15 minutes
- Use batch operations when possible
- Implement exponential backoff for 429 responses