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 marketing campaigns.
Output
JSON
debugcredentials
*apiKey- API key used for authentication, hidden in output for security
*subdomain- Subdomain associated with the Omniwallet account
*version- API version used for the requestendpoint- API endpoint that was calledresponse- Response data from the Omniwallet API containing customer informationerror
*message- Error message if the API request failed
*stack- Stack trace of the error if the API request failed
Dependencies
- Omniwallet API
Troubleshooting
- If the API key or subdomain credentials are incorrect or missing, the node will fail to authenticate and return an error.
- Network issues or incorrect endpoint paths can cause request failures; verify the endpoint URL and network connectivity.
- Errors returned from the API will be included in the output under the debug.error property for troubleshooting.
