Overview
This node retrieves customer data from the Omniwallet API. It is useful for workflows that need to fetch and process customer information from Omniwallet, such as syncing customer data with other systems or generating reports based on customer details.
Use Case Examples
- Fetching a list of customers to update a CRM system.
- Retrieving customer data for analytics and reporting.
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 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
Troubleshooting
- Ensure that the Omniwallet API credentials (API key, subdomain, version) are correctly configured and valid.
- If the API request fails, check the error message and stack trace included in the output for debugging.
- Network issues or incorrect endpoint URLs can cause request failures.
