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 manage customer membership processes within the Member Management resource. Specifically, the 'Customer Membership' operation allows enrolling customers into loyalty programs by submitting their membership details such as loyalty program code, phone prefix, mobile phone number, email, member name, store code, and customer source. This node is useful for businesses looking to automate and streamline customer membership enrollment into loyalty programs, enhancing customer engagement and retention.
Use Case Examples
- Automatically enroll new customers into a loyalty program when they sign up on an e-commerce platform.
- Batch process membership admissions for customers collected from various sales channels.
Properties
| Name | Meaning |
|---|---|
| Loyalty Program Code | The code identifying the loyalty program to which the customer is being admitted. |
| Phone Prefix | The international phone number prefix for the customer's mobile phone number. |
| Mobile Phone | The customer's mobile phone number. |
| The customer's email address. | |
| Member Name | The full name of the customer being admitted as a member. |
| Store Code | The code of the store where the membership admission is processed. |
| Customer Source | The source code indicating where the customer originated from, e.g., Shopify. |
Output
JSON
data- The response data from the SocialHub API, typically containing membership admission confirmation or details.
Dependencies
- Requires an API key credential for SocialHub API authentication.
Troubleshooting
- Ensure all required fields (Loyalty Program Code, Phone Prefix, Mobile Phone, Member Name, Store Code, Customer Source) are provided; missing fields will cause errors.
- Verify the API credentials are correctly configured and have necessary permissions to access the SocialHub API.
- Check that the SocialHub API base URL is reachable and correct in the node configuration.
- Common error messages may include invalid loyalty program code or phone number format; validate input data accordingly.
Links
- SocialHub API Documentation - Member Admission - Official API documentation for the customer membership enrollment endpoint.