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

  1. Fetching a list of customers to update a CRM system.
  2. Retrieving customer data for analytics and reporting.

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

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.

Discussion