Zid

Interact with Zid API

Actions11

Overview

This node interacts with the Zid API to manage customer data, specifically supporting operations to create, get, update, and list customers. For the 'Create' operation under the 'Customer' resource, it allows users to add a new customer by providing additional fields such as email and phone. This node is useful for automating customer management workflows, such as adding new customers to the Zid system from other applications or data sources.

Use Case Examples

  1. Creating a new customer with email and phone details to integrate customer data from a CRM system into Zid.
  2. Automating customer creation during an e-commerce checkout process to keep customer records up to date.

Properties

Name Meaning
additionalFields A collection of optional fields to specify additional customer details when creating or updating a customer, including email and phone.

Output

JSON

  • json - The JSON response from the Zid API representing the created customer object or error information if the operation fails.

Dependencies

  • Requires OAuth2 credentials for Zid API access, 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 configuration.
  • Unknown operation errors occur if an unsupported operation is specified; confirm the operation is one of 'getAll', 'get', 'create', or 'update' for the customer resource.

Links

Discussion