SocialHub icon

SocialHub

SocialHub System API Integration Node

Overview

This node integrates with the SocialHub system API to query transaction details by transaction number within the Order Management resource. It is useful for retrieving detailed information about a specific customer transaction, such as order status, amounts, and product details, which can be used for order tracking, customer service, or financial reconciliation.

Use Case Examples

  1. Query transaction details by providing a transaction number to get comprehensive information about that transaction.
  2. Use in workflows to fetch order details for customer support or reporting.

Properties

Name Meaning
Transaction Number The unique identifier of the transaction to query details for.

Output

JSON

  • data - The detailed transaction information returned from the SocialHub API, including order status, amounts, and product details.

Dependencies

  • Requires an API key credential for SocialHub API authentication.

Troubleshooting

  • Ensure the transaction number provided is correct and exists in the system to avoid errors.
  • If the API returns an error, check the API key credentials and network connectivity.
  • The node throws an error if the operation or resource is unsupported; verify the resource is 'order' and operation is 'getTransactionDetail'.

Links

Discussion