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 | ✅ | ❌ |
IP allow list
If you use Airbyte Cloud and your organization restricts access to specific IPs, add the Airbyte Cloud IP addresses to your allow list.
Reference
Config fields reference
Field
Type
Property name
object
authorization
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.25 | 2026-06-09 | 79538 | Update dependencies |
| 0.0.24 | 2026-06-02 | 79041 | Update dependencies |
| 0.0.23 | 2026-04-28 | 77473 | Update dependencies |
| 0.0.22 | 2026-04-21 | 76753 | Update dependencies |
| 0.0.21 | 2026-03-24 | 75370 | Update dependencies |
| 0.0.20 | 2026-03-10 | 74550 | Update dependencies |
| 0.0.19 | 2026-02-24 | 73836 | Update dependencies |
| 0.0.18 | 2026-02-17 | 73110 | Update dependencies |
| 0.0.17 | 2026-01-20 | 72015 | Update dependencies |
| 0.0.16 | 2026-01-14 | 71386 | Update dependencies |
| 0.0.15 | 2025-12-18 | 70787 | Update dependencies |
| 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-24 | 66370 | Update dependencies |
| 0.0.6 | 2025-09-09 | 65718 | Update dependencies |
| 0.0.5 | 2025-09-07 | 64947 | 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-15 | 64942 | Fix docker image entrypoint for platform syncs |
| 0.0.1 | 2025-08-05 | Initial release by @luutuankiet via Connector Builder |