Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
User → Get Preferences
AI-generatedOverview
This node interacts with the TickTick API to retrieve user preferences. It supports multiple authentication methods including Access Token (V1 API), Email/Password (V2 API), and OAuth2 (V1 API). The node is useful for scenarios where you need to programmatically access and manage user-specific settings or preferences within TickTick, such as customizing task management or syncing user data.
Use Case Examples
- Retrieve the current user's preferences to customize task notifications.
- Fetch user settings to integrate with other productivity tools.
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). |
Output
JSON
preferences- The user preferences data retrieved from TickTick API.
Dependencies
- TickTick API credentials (Access Token, Email/Password, or OAuth2)
Troubleshooting
- Unsupported operation error if the resource or operation is not recognized by the node. Ensure the resource is set to 'User' and operation to 'Get Preferences'.
- Authentication errors if the provided credentials are invalid or expired. Verify the selected authentication method and credentials.
- API errors from TickTick if the service is unavailable or the request limit is exceeded.