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 update customer information within the Customer Management resource. It allows users to modify details such as email, name, gender, birthday, postal code, address, and communication preferences (SMS and email flags). This operation is useful for maintaining accurate and up-to-date customer records in a CRM or customer database system.
Use Case Examples
- Updating a customer's email and address after they provide new contact details.
- Changing a customer's communication preferences to opt out of SMS notifications.
Properties
| Name | Meaning |
|---|---|
| Customer Code | Unique identifier for the customer to update (required). |
| Customer's email address. | |
| Customer Name | Full name of the customer. |
| Gender | Customer's gender. |
| Birthday | Customer's birthday in yyyy-MM-dd format. |
| Postal Code | Postal code of the customer's address. |
| Customer Address | Full address of the customer. |
| Customer Receive SMS Flag | Flag indicating if the customer consents to receive SMS messages. |
| Customer Receive Email Flag | Flag indicating if the customer consents to receive emails. |
| Language | Preferred language of the customer. |
Output
JSON
data- Response data from the SocialHub API after updating customer information.
Dependencies
- Requires an API key credential for SocialHub API authentication.
Troubleshooting
- Ensure the Customer Code is provided and valid; missing or incorrect codes will cause errors.
- Verify that the API credentials are correctly configured and have sufficient permissions.
- Check the format of the birthday field (yyyy-MM-dd) to avoid validation errors.
- If the API returns an error, inspect the error message for details and adjust input parameters accordingly.
Links
- SocialHub API Documentation - Update Customer Information - Official API documentation for updating customer information in SocialHub.