TickTick icon

TickTick

Interact with TickTick tasks and projects

Project Group → Create

AI-generated

Overview

This node operation creates a new project group (folder) in TickTick, a task and project management application. It is useful for organizing projects into groups for better task management. For example, a user can create a project group named 'Personal Projects' to categorize related projects together.

Use Case Examples

  1. Create a project group named 'Work Projects' to organize all work-related projects.
  2. Create a project group with a specific sort order to control the display sequence of project groups.

Properties

Name Meaning
Authentication Selects the authentication method to use for the TickTick API (Access Token V1, Email/Password V2, or OAuth2 V1). Note: Project Groups require the TickTick Session API (V2) credential.
Name The name of the project group (folder) to be created.
Additional Fields Optional additional fields for the project group, such as sort order.

Output

JSON

  • id - The unique identifier of the created project group.
  • name - The name of the created project group.
  • sortOrder - The sort order of the created project group.

Dependencies

  • Requires TickTick Session API (V2) credential for project group operations.

Troubleshooting

  • If using authentication methods other than TickTick Session API (V2), the node will not work for project group operations. Ensure the correct credential is selected.
  • Common errors include unsupported operation errors if the resource or operation is incorrect.
  • API errors may occur if the provided project group name is invalid or if there are network issues.

Discussion