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 - The API key used for authentication, hidden for security.
      * subdomain - The subdomain associated with the Omniwallet account.
      * version - The version of the Omniwallet API being used.
    • endpoint - The API endpoint that was called to retrieve the data.
  • response - The actual response data from the Omniwallet API containing customer information.
  • error
    • message - Error message if the API request fails.
    • stack - Stack trace of the error for debugging purposes.

Dependencies

  • Omniwallet API accessed via an API key credential

Troubleshooting

  • If the API key is invalid or missing, the node will fail to authenticate and return an error message.
  • Network issues or incorrect endpoint URLs can cause request failures; verify the endpoint and network connectivity.
  • Errors returned from the API are captured and included in the output for debugging.

Discussion