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 analytics.

Output

JSON

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

Discussion