Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Tag → Create
AI-generatedOverview
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
- Creating a tag named 'Work' with a specific color to categorize work-related tasks.
- 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.