TickTick icon

TickTick

Interact with TickTick tasks and projects

Tag → List

AI-generated

Overview

This node interacts with the TickTick API to list tags associated with a user's TickTick account. It supports multiple authentication methods including Access Token (V1 API), Email/Password (V2 API), and OAuth2 (V1 API). This operation is useful for users who want to retrieve and manage their tags programmatically within workflows, such as organizing tasks by tags or syncing tag data with other applications.

Use Case Examples

  1. A user wants to automate the retrieval of all tags from their TickTick account to display them in a dashboard.
  2. A workflow that syncs TickTick tags with another task management tool to keep tags consistent across platforms.

Properties

Name Meaning
Authentication Selects the authentication method to use for connecting to the TickTick API. Options include Access Token (V1 API), Email/Password (V2 API), and OAuth2 (V1 API). This choice affects how the node authenticates requests.

Output

JSON

  • id - The unique identifier of the tag.
  • name - The name of the tag.
  • color - The color associated with the tag.
  • order - The order or position of the tag in the list.

Dependencies

  • Requires credentials for TickTick API authentication, which can be an access token, email/password session, or OAuth2 token.

Troubleshooting

  • If the node throws an 'Unsupported operation' error, verify that the resource is set to 'Tag' and the operation is set to 'List'.
  • Authentication errors may occur if the provided credentials are invalid or expired; ensure the correct authentication method is selected and credentials are up to date.
  • Network or API errors might cause failures; check internet connectivity and TickTick API status.

Discussion