Overview
This node interacts with the Cloodo Points system to manage user points. It supports operations to add points, subtract points, search point records, and delete point records by ID. This node is useful for automating point management in user reward systems, such as adding points for user activities, correcting points by subtraction, retrieving point transaction history, or deleting erroneous point records.
Use Case Examples
- Add points to a user after a purchase.
- Subtract points for a refund or penalty.
- Search point transaction history by keyword and status.
- Delete a specific point record by its ID.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the point record to delete. |
Output
JSON
json- The JSON response from the Cloodo Points API for the delete operation, typically confirming deletion status or details.
Dependencies
- Requires an API key credential for Cloodo API authentication.
Troubleshooting
- Ensure the provided point ID exists; otherwise, the delete operation may fail with an error.
- Verify the API key credential is valid and has permission to delete point records.
- Common error: 'Operation "delete" is not supported' indicates an unsupported operation was requested; ensure the operation parameter is set to 'delete'.
- Network or authentication errors may occur if the API endpoint is unreachable or the token is invalid.
Links
- Cloodo Points Delete API - API endpoint used to delete point records by ID.
