TickTick icon

TickTick

Interact with TickTick tasks and projects

Tag → Merge

AI-generated

Overview

This node operation merges two tags in TickTick. It takes a source tag (which will be deleted) and a target tag (which will be kept) and merges the source tag into the target tag. This is useful for consolidating tags, cleaning up tag lists, or reorganizing tasks under fewer tags.

Use Case Examples

  1. Merging an old tag named 'Old Tag' into a new tag named 'New Tag' to consolidate task categorization.
  2. Merging tags selected from a list to clean up duplicate or redundant tags in TickTick.

Properties

Name Meaning
Authentication Selects the authentication method to use for the TickTick API (Access Token V1, Email/Password V2, or OAuth2 V1).
Source Tag The tag to merge from, which will be deleted after merging. Can be selected from a list or specified by name.
Target Tag The tag to merge into, which will be kept after merging. Can be selected from a list or specified by name.

Output

JSON

  • json - The result of the merge operation, typically including confirmation or details of the merged tags.

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.
  • Verify that both source and target tags exist before attempting to merge.
  • Common errors include unsupported operation errors if the resource or operation is incorrect, or API errors if credentials are invalid or tags cannot be found.

Discussion