TickTick icon

TickTick

Interact with TickTick tasks and projects

Tag → Create

AI-generated

Overview

This node operation creates a new tag in TickTick, a task and project management application. It is useful for organizing tasks by categorizing them with tags. For example, users can create tags like 'Work', 'Personal', or 'Urgent' to better manage and filter their tasks.

Use Case Examples

  1. Creating a tag named 'Work' with a specific color to categorize work-related tasks.
  2. Creating a nested tag under a parent tag to organize tags hierarchically.

Properties

Name Meaning
Authentication Selects the authentication method to use for the TickTick API (Access Token V1, Email/Password V2, or OAuth2 V1).
Name The name of the tag to be created, e.g., 'Work'.
Additional Fields Optional additional fields for the tag, including color and parent tag for nested tags.

Output

JSON

  • id - The unique identifier of the created tag.
  • name - The name of the created tag.
  • color - The color of the created tag in hex format.
  • parent - The name of the parent tag if the tag is nested.

Dependencies

  • Requires TickTick API credentials depending on the selected authentication method (Access Token, Email/Password, or OAuth2).

Troubleshooting

  • Ensure the correct authentication method is selected and credentials are valid.
  • If using the V2 API (Email/Password), make sure to select the appropriate credential as tags require this method.
  • Common errors include unsupported operations if the resource or operation is incorrect, or API errors due to invalid input or authentication failure.

Discussion