npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-ticktick

v2.2.0

Published

TickTick module for custom n8n node.

Readme


An n8n community node for integrating TickTick with your workflows to manage tasks, projects, tags, habits, focus time, and more.

Installation

  1. Make a new workflow or open an existing one
  2. Open the nodes panel by selecting + or pressing Tab
  3. Search for TickTick
  4. Select Install to install the node for your instance

Credentials

This node supports three authentication methods:

  1. TickTick Session API (V2) -- Enter your TickTick email and password in n8n. Provides access to all features including V2 API operations. Session tokens are managed automatically.
  2. TickTick API Token (V1) -- Go to TickTick Account Settings, then API Token, then Manage. Copy the token and paste it into a new TickTick API Token credential in n8n.
  3. TickTick OAuth2 (V1) -- Visit developer.ticktick.com, go to Manage Apps, create a new app, copy the Client ID and Client Secret, and paste them into a new TickTick OAuth2 API credential in n8n.

Resources

| Operation | Description | | --------- | ----------- | | Create | Create a new task with optional subtasks | | Get | Get a specific task by ID | | Update | Update task properties | | Complete | Mark a task as complete | | Delete | Delete a task | | Assign | Assign task to a user (shared projects only) | | List All | List all tasks across projects with filtering | | List Completed | Get completed tasks in date range | | List Deleted | Get deleted/trashed tasks | | Move | Move task to different project | | Search | Search tasks by keyword across all projects (V2 API only) | | Set Parent | Set a parent task (create subtask relationship) |

| Operation | Description | | --------- | ----------- | | Create | Create a new project | | Get | Get all projects, a specific project, or project with tasks and columns | | Update | Update project properties | | Delete | Delete a project | | Get Users | Get users in a shared/collaborative project | | List Closed | Get all closed projects |

| Operation | Description | | --------- | ----------- | | Create | Create a new tag | | Update | Update existing tag | | Delete | Delete a tag | | List | List all tags | | Rename | Rename a tag | | Merge | Merge tag into another |

| Operation | Description | | --------- | ----------- | | Create | Create a new habit | | Get | Get a specific habit | | Update | Update existing habit | | Archive | Archive a habit | | Unarchive | Unarchive a habit | | Delete | Delete a habit | | List | List all habits | | Checkin | Record habit check-in |

| Operation | Description | | --------- | ----------- | | Get Heatmap | Get focus heatmap data for date range | | Get Distribution | Get focus time distribution for date range |

| Operation | Description | | --------- | ----------- | | Create | Create a project group | | Update | Update existing group | | Delete | Delete a project group | | List | List all project groups |

| Operation | Description | | --------- | ----------- | | Get Profile | Get user profile information | | Get Status | Get user status | | Get Preferences | Get user preferences |

| Operation | Description | | --------- | ----------- | | Sync All | Get all data (tasks, projects, tags, habits, etc.) |

Development

git clone https://github.com/hansdoebel/n8n-nodes-ticktick.git
cd n8n-nodes-ticktick
npm install
npm run build
npm run lint

Contributors

Contributions are welcome! Please open an issue or pull request.

License

MIT