TickTick icon

TickTick

Interact with TickTick tasks and projects

Habit → Archive

AI-generated

Overview

This node operation archives a specified habit in the TickTick application. It is useful for users who want to manage their habits by removing or deactivating habits that are no longer relevant or needed. For example, a user can archive a habit they have completed or no longer wish to track, helping keep their habit list organized.

Use Case Examples

  1. Archiving a habit to clean up the habit list in TickTick.
  2. Automatically archiving habits that are no longer active or needed.

Properties

Name Meaning
Authentication Selects the authentication method to use for accessing the TickTick API. Options include Access Token (V1 API), Email/Password (V2 API), and OAuth2 (V1 API). Default is Access Token (V1 API).
Habit The specific habit to archive. This can be selected from a list of habits or specified by its ID. This property is required for the archive operation.

Output

JSON

  • json - The JSON output contains the result of the archive operation, typically including confirmation or details about the archived habit.

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 valid credentials are provided, especially the TickTick Session API (V2) credential for habit operations.
  • If the habit ID is invalid or not found, the operation will fail. Verify the habit exists before attempting to archive.
  • Common errors include unsupported operation errors if the resource or operation is incorrect, and API errors if authentication fails or the API is unreachable.

Discussion