SacNews - Relacionamento icon

SacNews - Relacionamento

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

Actions59

Overview

This node integrates with a customer relationship platform via WhatsApp, providing various operations to manage contacts, groups, marketing campaigns, protocols, products, and more. Specifically, the "Produto - Categoria - Listar" operation lists product categories available in the system.

Common scenarios for this node include:

  • Retrieving product category data to display or process in workflows.
  • Managing contact information and tags.
  • Sending notifications or messages through WhatsApp.
  • Accessing marketing campaign details.
  • Handling protocol (ticket) management and observations.

For the "Produto - Categoria - Listar" operation, it is useful when you want to fetch paginated lists of product categories from the platform, for example, to synchronize product data or build catalogs.

Properties

Name Meaning
Página Page number of the categories to be listed. Must be 1 or greater.

Output

The node outputs JSON data representing the response from the platform's API for the selected operation. For the "Produto - Categoria - Listar" operation, the output JSON contains a list of product categories corresponding to the requested page.

The exact structure depends on the API response but typically includes fields such as category IDs, names, descriptions, and possibly pagination metadata.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the external customer relationship platform.
  • The node depends on internal action modules that implement each operation's API calls.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Requesting a page number less than 1 may result in errors or empty responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid or expired API keys; reconfigure credentials accordingly.
    • API rate limits or quota exceeded errors require checking usage limits on the external platform.
    • Unexpected response formats may indicate changes in the external API; verify compatibility.

Links and References

  • Refer to the external platform's official API documentation for detailed information about product categories and other supported operations.
  • n8n documentation on creating and using custom nodes: https://docs.n8n.io/integrations/creating-nodes/

Discussion