Overview
This node interacts with the Cloodo Point system to manage user points. It supports operations to add points (Plus), subtract points (Minus), search point records, and delete point records. It is useful for workflows that need to update user points based on activities, retrieve point history for analysis, or manage point records by deleting them.
Use Case Examples
- Adding points to a user's account after a purchase.
- Subtracting points when a user redeems a reward.
- Searching point transaction history for auditing or reporting.
- Deleting a specific point record by its ID.
Properties
| Name | Meaning |
|---|---|
| User ID | The ID 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 for the points adjustment. |
Output
JSON
json- The response from the Cloodo API for the requested operation, which varies depending on the operation (e.g., confirmation of points update, search results, or deletion status).
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 user ID and point values are correctly provided and valid to prevent request failures.
- Check the operation parameter to ensure it is one of the supported values: plus, minus, search, or delete.
- If the node throws an error about unsupported operations, confirm the operation parameter is correctly set.
Links
- Cloodo Points Update API - API endpoint used to add or subtract points for a user.
- Cloodo Points History API - API endpoint used to search point transaction records.
- Cloodo Points Delete API - API endpoint used to delete a point record by ID.
