Overview
This node retrieves customer data from the Omniwallet API. It is useful for workflows that need to access or process customer information stored in Omniwallet, such as syncing customer data with other systems or generating reports.
Use Case Examples
- Fetching a list of customers to update a CRM system.
- Retrieving customer details for order processing or analytics.
Output
JSON
debugcredentials
*apiKey- API key used for authentication, hidden in output for security
*subdomain- Subdomain used in the API request
*version- API version used in the requestendpoint- API endpoint that was called
response- Response data returned from the Omniwallet API containing customer informationerrormessage- Error message if the API request failsstack- Stack trace of the error if the API request fails
Dependencies
- Omniwallet API accessed via an API key credential
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Network or endpoint errors if the Omniwallet API is unreachable or the endpoint path changes.
- Error messages include details about the failure and stack trace to help diagnose issues.
