Omniwallet - Get Customers icon

Omniwallet - Get Customers

Retrieve customers from Omniwallet API

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

  1. Fetching a list of customers to update a CRM system.
  2. Retrieving customer details for order processing or marketing campaigns.

Output

JSON

  • debug
    • credentials
      * apiKey - API key used for authentication, hidden in output for security
      * subdomain - Subdomain associated with the Omniwallet account
      * version - API version used for the request
    • endpoint - API endpoint that was called
    • response - Response data from the Omniwallet API containing customer information
    • error
      * 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.

Discussion