Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to list customers. It is useful for workflows that need to retrieve a list of customers from the Woovi platform, such as for reporting, data synchronization, or customer management tasks. For example, a user might use this node to fetch customer data to display in a dashboard or to process customer information in another system.

Use Case Examples

  1. Fetch a list of customers with a limit of 20 and skip 0 to paginate through customer records.
  2. Retrieve customer data to synchronize with a CRM system.

Properties

Name Meaning
Limit Number of customer items to return in the list.
Skip Number of customer items to skip, useful for pagination.

Output

JSON

  • id - Unique identifier of the customer.
  • name - Name of the customer.
  • email - Email address of the customer.
  • phone - Phone number of the customer.
  • createdAt - Timestamp when the customer was created.

Dependencies

  • Woovi API with an API key credential

Troubleshooting

  • Unsupported resource/operation error indicates the selected resource or operation is not implemented or recognized by the node. Verify the resource and operation names.
  • API errors from Woovi may occur due to invalid credentials, network issues, or rate limits. Check API key validity and network connectivity.
  • Ensure the 'Limit' and 'Skip' parameters are numbers and within acceptable ranges to avoid request errors.

Discussion