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 All' operation, it retrieves a list of customers from the Zid platform. Users can specify a limit on the number of customer records to fetch, making it useful for scenarios where bulk customer data retrieval is needed, such as syncing customer lists with other systems or performing batch analysis.

Use Case Examples

  1. Retrieve up to 50 customers from Zid to update a CRM system.
  2. Fetch a limited number of customers for reporting or marketing campaigns.

Properties

Name Meaning
Limit Maximum number of customer results to return, with a minimum of 1 and a maximum of 100.

Output

JSON

  • json - Contains the customer data retrieved from the Zid API, either as an array of customer objects or a single customer object depending on the operation.

Dependencies

  • Requires OAuth2 credentials for Zid API authentication, including accessToken and authorizationToken.

Troubleshooting

  • Error 'No credentials found!' indicates missing or improperly configured OAuth2 credentials; ensure credentials are set up correctly.
  • Error 'Missing required tokens' means the OAuth2 tokens are not present; verify the OAuth2 authentication flow is completed and tokens are available.
  • Unknown operation errors occur if an unsupported operation is specified; confirm the operation is one of the supported ones (getAll, get, create, update).
  • API request failures may happen due to network issues or invalid parameters; check API endpoint accessibility and parameter correctness.

Links

Discussion