Actions18
- Member Management Actions
- Order Management Actions
- Customer Management Actions
- Master Data Management Actions
- Points Management Actions
Overview
This node integrates with the SocialHub system API to query all points accounts of a specified member. It is useful for retrieving detailed points account information for loyalty program members, enabling businesses to manage and analyze member points effectively. For example, a retail company can use this node to fetch a member's points accounts to display their points balance and transaction history in a customer portal.
Use Case Examples
- Query all points accounts for a member by providing their member card number, with optional pagination and points group filtering.
- Use pagination parameters to control the number of results returned per page when querying points accounts.
Properties
| Name | Meaning |
|---|---|
| Member Card Number | The unique card number identifying the member whose points accounts are being queried. |
| Page Number | The page number of the results to retrieve, starting from 1, used for pagination. |
| Page Size | The number of results to return per page, with a maximum value of 100, used for pagination. |
| Points Group Code | Optional code to filter points accounts by a specific points group. |
Output
JSON
data- The points accounts data returned from the API, which may be an array or an object containing points account details.
Dependencies
- Requires an API key credential for SocialHub API authentication.
Troubleshooting
- Ensure the member card number is valid and exists in the system to avoid empty or error responses.
- Check API credentials and base URL configuration if authentication errors occur.
- Verify pagination parameters (page number and page size) are within valid ranges to prevent request errors.
Links
- SocialHub API - Query Member Points Account List - Official API documentation for querying member points accounts in SocialHub.