SocialHub icon

SocialHub

SocialHub System API Integration Node

Overview

This node integrates with the SocialHub system API to perform various customer management operations, including querying third-party accounts by a union ID. It is useful for retrieving linked third-party account information for a customer based on their unique union ID, which can help in consolidating customer data across platforms. For example, it can be used to fetch all third-party accounts associated with a WeChat OpenID or other external account identifiers.

Use Case Examples

  1. Query third-party accounts linked to a specific union ID to view all associated external accounts for a customer.
  2. Use the node to bind or update customer information by interacting with the SocialHub API.

Properties

Name Meaning
Third-Party Account ID The unique union ID of the third-party account to query, such as a WeChat OpenID.

Output

JSON

  • data - The response data containing the third-party accounts linked to the specified union ID.

Dependencies

  • Requires an API key credential for SocialHub API authentication.

Troubleshooting

  • Ensure the union ID provided is valid and exists in the SocialHub system; otherwise, the query will return no results or an error.
  • If the API credentials are incorrect or missing, the node will fail to authenticate and throw an error.
  • Unsupported operation errors occur if the resource or operation parameters are incorrect; verify that 'resource' is set to 'consumer' and 'operation' to 'queryThirdAccountsByUnionId'.

Links

Discussion