Cloodo Point icon

Cloodo Point

Add/subtract points for Cloodo users

Overview

This node interacts with the Cloodo platform to manage user points. It supports operations to add or subtract points from a user's account, search point transaction records, and delete specific point records. This node is useful for automating point management in user reward systems, loyalty programs, or gamification features within applications.

Use Case Examples

  1. Add 10 points to a user with a note explaining the reason for the addition.
  2. Subtract 5 points from a user as a penalty with an optional note.
  3. Search point transaction history with filters like keyword and status to analyze user activity.
  4. Delete a specific point transaction record by its ID.

Properties

Name Meaning
User ID The identifier of the user whose points will be added or subtracted.
Points The number of points to add or subtract from the user's account.
Note An optional note describing the reason or context for the points adjustment.

Output

JSON

  • json - The response data from the Cloodo API for the performed operation, such as confirmation of points added/subtracted, search results, or deletion status.

Dependencies

  • Requires an API key credential for authentication with the Cloodo API service.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to perform point operations.
  • Verify that the user ID provided exists in the Cloodo system to avoid errors when adding or subtracting points.
  • Check that the points value is a valid number; negative values are automatically handled for subtraction operations.
  • For search operations, ensure the keyword and status filters are correctly set to retrieve meaningful results.
  • When deleting a record, confirm the point ID exists to prevent errors.

Links

Discussion