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 perform various customer management operations, specifically binding a customer's third-party account to their profile. It is useful for scenarios where businesses need to link external accounts (e.g., Shopify, WeChat) to their internal customer records for unified customer management and enhanced user experience.
Use Case Examples
- Binding a Shopify account to a customer profile using their customer code and third-party account ID.
- Linking a WeChat OpenID to a customer record to enable cross-platform user identification.
Properties
| Name | Meaning |
|---|---|
| Customer Code | The unique identifier for the customer within the system, used to specify which customer to bind the third-party account to. |
| Third-Party Account Type | The type of third-party account to bind, such as Shopify. |
| Third-Party Account ID | The unique identifier of the third-party account (e.g., WeChat OpenID) to be bound to the customer. |
| Third-Party Account Nickname | Optional nickname for the third-party account being bound. |
Output
JSON
jsondata- The response data from the SocialHub API after binding the third-party account, typically confirming the binding status or details.
Dependencies
- Requires an API key credential for SocialHub API authentication, configured as 'socialHubApi'.
Troubleshooting
- Common issues include providing invalid or missing customer codes or third-party account IDs, which will result in API errors.
- Ensure the third-party account type is supported and correctly specified; unsupported types will cause operation failure.
- Network or authentication errors may occur if the SocialHub API credentials are incorrect or expired.
Links
- SocialHub API Documentation - Bind Customer Third-Party Account - Official API documentation for binding third-party accounts to customers in SocialHub.