Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Task → Complete
AI-generatedOverview
This node operation completes a specified task within a project in TickTick. It is useful for automating task management workflows, such as marking tasks as done when certain conditions are met or integrating task completion with other systems. For example, it can be used to automatically complete a task when a related event occurs in another app or service.
Use Case Examples
- Automatically complete a task in TickTick when a related calendar event ends.
- Mark a task as complete after receiving a specific email or webhook trigger.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to access the TickTick API, supporting Access Token (V1 API), Email/Password (V2 API), or OAuth2 (V1 API). |
| Project | Specifies the project containing the task to be completed. Can be selected from a list or specified by ID. |
| Task | Specifies the task to complete. Can be selected from a list or specified by ID. |
Output
JSON
id- The unique identifier of the completed task.title- The title or name of the completed task.status- The status of the task after completion, typically indicating it is completed.completedAt- Timestamp indicating when the task was completed.
Dependencies
- Requires authentication credentials for TickTick API access, which can be an access token, email/password session, or OAuth2 token.
Troubleshooting
- Common issues include invalid or expired authentication credentials, resulting in authorization errors. Ensure the correct authentication method and valid credentials are used.
- If the specified project or task ID is incorrect or does not exist, the node will fail to complete the task. Verify the IDs are accurate and accessible.
- Network or API rate limiting issues may cause failures; retry or check API usage limits if errors occur.