izapp - WhatsApp icon

izapp - WhatsApp

Interação com a Plataforma de Relacionamento via WhatsApp - IZapp

Actions58

Overview

This node integrates with the IZapp platform, which provides WhatsApp-based customer relationship management and related services. Specifically, the "Produto - Listar" operation (named getCategoryItems internally) retrieves a list of products/items belonging to a specified product category.

Common scenarios for this node include:

  • Fetching all products under a certain category in an e-commerce or inventory system integrated with IZapp.
  • Paginating through product lists to display or process them in batches.
  • Automating workflows that require product data retrieval based on category filters.

For example, a user might use this node to get all items in the "Electronics" category by providing the category ID and optionally paginate through the results if there are many items.

Properties

Name Meaning
Categoria ID The ID of the product category to retrieve items from. This is required to specify which category's products to list.
Página The page number for paginating the list of items. Defaults to 1. Must be at least 1.

Output

The node outputs JSON data representing the list of products retrieved from the specified category. Each item in the output typically contains details about a product such as its name, description, price, and other relevant attributes as provided by the IZapp platform API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the IZapp platform.
  • The node depends on the IZapp API service being accessible and properly configured.
  • No additional environment variables or external dependencies are explicitly required beyond the API credential.

Troubleshooting

  • Invalid Category ID: If the category ID is incorrect or does not exist, 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 behavior. Ensure the page number is 1 or greater.
  • Authentication Errors: Missing or invalid API credentials will prevent the node from connecting to the IZapp platform. Confirm that the API key credential is correctly set up.
  • Network or API Downtime: Temporary connectivity issues or API outages can cause failures. Retry after some time or check the IZapp service status.

Links and References

Discussion