Clientes Online - WhatsApp icon

Clientes Online - WhatsApp

Interação com a Plataforma de Relacionamento via WhatsApp - Clientes.Online

Actions59

Overview

This node integrates with the "Clientes Online - WhatsApp" platform, enabling interaction with its various services related to customer relationship management via WhatsApp. Specifically, the Produto - Listar operation ("getCategoryItems") allows users to list products/items within a specified product category.

Common scenarios for this node include:

  • Retrieving a paginated list of products from a specific category in an e-commerce or catalog system integrated with Clientes Online.
  • Automating workflows that require fetching product data dynamically based on category selection.
  • Building dashboards or reports that display product information filtered by category.

For example, you might use this node to fetch all items under the "Electronics" category (by providing its category ID) and process or display them in your application or workflow.

Properties

Name Meaning
Categoria ID The unique identifier of the product category whose items you want to retrieve. Required.
Página The page number for paginating through the list of items. Defaults to 1. Minimum value is 1.

Output

The node outputs JSON data representing the list of products/items retrieved from the specified category and page. The structure typically includes details about each product such as IDs, names, descriptions, prices, or other relevant attributes as provided by the Clientes Online API.

If the node supports binary data output (not indicated explicitly here), it would represent media or files associated with products, but for this operation, the output is primarily JSON data listing product items.

Dependencies

  • Requires an API key credential for authentication with the Clientes Online platform.
  • The node depends on the Clientes Online API endpoints to fetch product categories and their items.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Invalid Category ID: If the provided category ID does not exist or is incorrect, the node may return an empty list or an error. Verify the category ID before running the node.
  • Pagination Issues: Providing a page number less than 1 may cause errors or unexpected results. Ensure the page number is 1 or higher.
  • Authentication Errors: Missing or invalid API credentials will prevent the node from accessing the Clientes Online API. Confirm that the API key credential is correctly set up.
  • API Rate Limits or Downtime: If the Clientes Online service is temporarily unavailable or rate limits are exceeded, the node may fail. Retry after some time or check service status.

Links and References

Discussion