Zid

Interact with Zid API

Actions11

Overview

This node interacts with the Zid API to manage customer data. Specifically, for the 'Customer' resource and 'Get' operation, it retrieves a customer's details by their unique ID. This is useful in scenarios where you need to fetch specific customer information for processing, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve a customer's profile by their ID to display or update their information in a CRM system.
  2. Fetch customer details to verify identity or purchase history before processing an order.

Properties

Name Meaning
ID The unique identifier of the customer to retrieve.

Output

JSON

  • json - The JSON object containing the customer's details as returned by the Zid API.

Dependencies

  • Requires OAuth2 credentials for Zid API authentication, including access and authorization tokens.

Troubleshooting

  • Ensure OAuth2 credentials are correctly configured and tokens are present; missing tokens will cause authentication errors.
  • Verify the provided customer ID is valid and exists in the Zid system to avoid 'resource not found' errors.
  • Handle API errors gracefully, especially when the node is set to continue on failure, to capture error messages in the output.

Links

  • Zid API Documentation - Official documentation for the Zid API, useful for understanding available endpoints and data structures.

Discussion