Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to retrieve customer information based on a provided Correlation ID or Tax ID. It is useful in scenarios where you need to fetch detailed data about a specific customer from the Woovi platform, such as for customer management, verification, or integration with other systems.

Use Case Examples

  1. Retrieve customer details by providing the customer's Correlation ID or Tax ID to integrate customer data into a CRM system.
  2. Fetch customer information to verify identity or transaction history before processing payments.

Properties

Name Meaning
Id: Correlation ID or Tax ID The unique identifier used to fetch the specific customer from Woovi, either a Correlation ID or Tax ID.

Output

JSON

  • id - The unique identifier of the customer.
  • name - The name of the customer.
  • email - The email address of the customer.
  • phone - The phone number of the customer.
  • address - The address details of the customer.

Dependencies

  • Woovi API with an API key credential

Troubleshooting

  • Ensure the provided Correlation ID or Tax ID is correct and exists in the Woovi system to avoid 'Unsupported resource/operation' errors or empty responses.
  • Check API credentials and network connectivity if the node fails to connect to the Woovi API.
  • Handle errors thrown by the Woovi API gracefully, as the node throws NodeApiError with detailed messages.

Discussion