ticktick
Source for the ticktick openapi endpoint at https://developer.ticktick.com/
Configuration
| Input |
Type |
Description |
Default Value |
client_id |
string |
Application client id created by going to the ticktick application center |
|
client_secret |
string |
Application client id |
|
api_key |
string |
(optional) token obtained from running the oauth workflow. Can use this value directly and bypasss client_id / client_secret. |
|
Streams
| Stream Name |
Primary Key |
Pagination |
Supports Full Sync |
Supports Incremental |
| projects |
id |
No pagination |
✅ |
❌ |
| tasks |
id |
No pagination |
✅ |
❌ |
Changelog
Expand to review
| Version |
Date |
Pull Request |
Subject |
| 0.0.14 |
2025-11-25 |
69869 |
Update dependencies |
| 0.0.13 |
2025-11-18 |
69673 |
Update dependencies |
| 0.0.12 |
2025-10-29 |
68914 |
Update dependencies |
| 0.0.11 |
2025-10-21 |
68549 |
Update dependencies |
| 0.0.10 |
2025-10-14 |
67889 |
Update dependencies |
| 0.0.9 |
2025-10-07 |
67510 |
Update dependencies |
| 0.0.8 |
2025-09-30 |
66828 |
Update dependencies |
| 0.0.7 |
2025-09-23 |
66370 |
Update dependencies |
| 0.0.6 |
2025-09-09 |
65718 |
Update dependencies |
| 0.0.5 |
2025-09-03 |
64942 |
Add oauth2 method. Ignore archived projects on stream projects. Added API budget to proactively not hit rate limits. |
| 0.0.4 |
2025-08-24 |
65458 |
Update dependencies |
| 0.0.3 |
2025-08-16 |
64962 |
Update dependencies |
| 0.0.2 |
2025-08-14 |
64942 |
Fix docker image entrypoint for platform syncs |
| 0.0.1 |
2025-08-05 |
|
Initial release by @luutuankiet via Connector Builder |