n8n-nodes-ticktick
v1.3.0
Published
TickTick module for custom n8n node.
Downloads
865
Maintainers
Readme
n8n-nodes-ticktick
n8n is a fair-code licensed workflow automation platform.
This is an n8n community node. It lets you use TickTick in your n8n workflows.
TickTick is a comprehensive productivity app designed to help individuals and teams manage tasks, deadlines, and projects more efficiently. With its intuitive interface, TickTick allows users to easily create, organize, and prioritize tasks, set reminders, and track progress through various views such as lists, kanban boards, and calendars.
Installation
Task Operations
Project Operations
Credentials
Compatibility
Known Issues
Resources
Version history
📦 Installation
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes.
- Select Install.
- Type
n8n-nodes-ticktick(and version number if required) into npm Package Name field - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install. n8n installs the node, and returns to the Community Nodes list in Settings.
🔑 Credentials
This node supports two authentication types:
1️⃣ TickTick API Token (recommended)
Steps:
- In TickTick: Account Settings → API Token → "Manage"
- Copy token
- Create credential in n8n → TickTick API Token
- Paste token → Save
2️⃣ TickTick OAuth2
Steps:
- Add credential in your n8n instance and select TickTick OAuth2 API
- Visit: TickTick Developer
- Go to Manage Apps → New App
- Copy Client ID & Client Secret
- In n8n, create credential TickTick OAuth2 API
- Paste credentials & connect
🧩 Task Operations
1. Create a Task
Parameters:
- Title (required)
- Project (defaults to Inbox if empty)
- Additional Fields:
- All Day, Completed Time, Content, Description, Due Date, Kind, Priority, Reminders, Repeat Flag, Sort Order, Start Date, Status, Time Zone
- Items (Subtasks)2. Get Task
Parameters:
- Task identifier (required)
- Project identifier (required)3. Update a Task
Parameters:
- Task ID (required)
- Project ID (optional - preserves current project if empty)
- Update Fields:
- All Day, Completed Time, Content, Description, Due Date, Items, Priority, Reminders, Repeat Flag, Sort Order, Start Date, Status, Time Zone, Title4. Complete a Task
Parameters:
- Task identifier (required)
- Project identifier (required)5. Delete a Task
Parameters:
- Task identifier (required)
- Project identifier (required)📁 Project Operations
1. Create a Project
Parameters:
- Project Name (required)
- Additional Fields: Color, Kind, Sort Order, View Mode2. Get Project(s)
Modes:
- Get All Projects: Retrieve a list of all projects
- Get Specific Project: Retrieve details of a single project (Name, Color, etc.)
- Get Project With Data: Retrieve a project along with its tasks and columns (Works for Inbox)3. Update a Project
Parameters:
- Project ID (required)
- Update Fields: Color, Kind, Name, Sort Order, View Mode4. Delete a Project
Parameters:
- Project ID (required)🧰 Compatibility
Tested successfully on 2025-12-07 with:
- n8n Version: 1.121.3
- Node Version: 22.11.0
- pnpm Version: 9.1.4
- No extra packages required (Luxon is bundled)
⚠ Known Issues & Notes
API Behavior
- Inbox Handling: The "Default Inbox" is handled internally as the "inbox" ID. It supports fetching data (tasks) but does not support "Get Specific Project" details as it is not a standard project.
- Empty Responses: Operations like delete or complete often return
200 OKwith no body. This node generates a success message for these cases.
🔗 Resources
- n8n Website
- n8n community nodes documentation
- TickTick Website
- TickTick Open API documentation
- GitHub Repository
📜 Version History
1.3.0– Major refactor: Fixed API request context, added Inbox support, expanded Task/Project fields, added Subtask support, improved Project Get modes.1.2.2– documentation and metadata update only1.2.1– Inbox support, API Token credential, improved task/project operations, success messages1.1.1– Added Luxon for date formatting (thank you mrozekadam)1.0.0– Initial release
