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, including importing customer event data. Specifically, the 'Import Customer Event Data' operation allows users to send a collection of customer event data to the SocialHub API. This is useful for tracking customer interactions and events in a centralized system, enabling enhanced customer insights and analytics. For example, a marketing team could use this to import event data such as customer purchases, website visits, or other tracked actions to better understand customer behavior.
Use Case Examples
- Importing a batch of customer event data with event keys, types, timestamps, customer codes, event IDs, tenant IDs, and associated event properties.
- Sending event tracking data to SocialHub to update customer profiles and trigger marketing automation workflows.
Properties
| Name | Meaning |
|---|---|
| Event Data Collection | A collection of customer event data entries to be imported. Each event includes details such as event key, event type, event time, customer code, event ID, tenant ID, and event properties. |
Output
JSON
data- The response data from the SocialHub API after importing the customer event data. This typically includes confirmation or details of the imported events.
Dependencies
- Requires an API key credential for SocialHub API authentication.
Troubleshooting
- Ensure the API credentials for SocialHub are correctly configured and valid to avoid authentication errors.
- Verify that the event data collection is properly formatted as an array of event objects; otherwise, the API request may fail.
- Check for required fields in each event object such as eventKey, eventTime, customerCode, eventId, tenantId, and properties to prevent validation errors from the API.
- If the node throws an 'Unsupported operation' error, confirm that the resource is set to 'Customer Management' and the operation to 'Import Customer Event Data'.
- Network or API endpoint issues may cause request failures; verify the base URL and network connectivity.
Links
- SocialHub API Documentation - Customer Event Data - Official API documentation for importing customer event data into SocialHub.