Cloodo Point icon

Cloodo Point

Add/subtract points for Cloodo users

Overview

This node interacts with the Cloodo Point system to manage user points. It supports operations to add or subtract points for users, search point records based on keywords and status, and delete point records by ID. This node is useful for automating point management in user reward systems, tracking point history, and maintaining point records efficiently.

Use Case Examples

  1. Add 10 points to a user with a note explaining the reason.
  2. Search for point records containing a specific keyword with a limit on the number of records returned and filter by status (e.g., success or warning).
  3. Delete a point record by its unique ID.

Properties

Name Meaning
Keyword Keyword to search for records.
Limit Maximum number of records to return in the search, with a maximum of 100.
Status Filter records by status: All, Success, or Warning.

Output

JSON

  • json - Response data from the Cloodo Point API for the requested operation, such as updated point details, search results, or deletion confirmation.

Dependencies

  • Requires an API key credential for Cloodo API authentication.

Troubleshooting

  • Ensure the API key credential is correctly configured and valid to avoid authentication errors.
  • Verify that the 'Keyword' property is provided when performing a search operation, as it is required.
  • Check that the 'Limit' value does not exceed 100 to prevent request errors.
  • For add or subtract operations, ensure 'User ID' and 'Points' are correctly set; points must be a positive number for addition and will be negated for subtraction.
  • If an unsupported operation is specified, the node will throw an error indicating the operation is not supported.

Discussion