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 relationship platform, providing various operations to interact with WhatsApp contacts, channels, groups, campaigns, protocols, and other related data. Specifically, the "Canais - Listar" (Channels - List) operation retrieves a list of all available WhatsApp channels on the platform.

Use cases for this node include automating customer support workflows, managing WhatsApp contact information, sending notifications or messages via WhatsApp, organizing contacts into groups, and retrieving campaign or protocol data. The "Canais - Listar" operation is useful when you need to obtain an overview of all WhatsApp channels configured in your account, for example, to select a channel for sending messages or monitoring activity.

Practical example: You want to build an automation that sends notifications through a specific WhatsApp channel. First, you use this node's "Canais - Listar" operation to fetch all available channels, then select the appropriate channel ID for subsequent message-sending operations.

Properties

Name Meaning
Aviso A notice informing that this operation lists all available WhatsApp channels ("Esta operação lista todos os canais de WhatsApp disponíveis").

Note: This operation does not require additional input parameters beyond selecting the operation itself.

Output

The output of the "Canais - Listar" operation is a JSON array containing objects representing each WhatsApp channel available in the Clientes Online platform. Each object typically includes details such as channel identifiers, names, statuses, or other metadata relevant to the channel.

The exact structure depends on the API response from the platform but generally provides enough information to identify and work with each channel programmatically.

This node does not output binary data.

Dependencies

  • Requires an API key credential for authentication with the Clientes Online platform.
  • The node depends on the Clientes Online API service being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API credential setup in n8n.

Troubleshooting

  • Common issues:

    • Authentication failures due to missing or invalid API credentials.
    • Network connectivity problems preventing access to the Clientes Online API.
    • API rate limits or permission restrictions on the provided API key.
  • Error messages:

    • Errors indicating unauthorized access usually mean the API key is incorrect or lacks necessary permissions.
    • Timeout or network errors suggest connectivity issues; verify internet access and API endpoint availability.
    • Unexpected response formats may indicate changes in the API or misconfiguration.
  • Resolutions:

    • Ensure the API key credential is correctly set up in n8n.
    • Verify the API key has permissions to list channels.
    • Check network connectivity and firewall settings.
    • Consult the Clientes Online API documentation for any updates or changes.

Links and References


Note: The above summary is based solely on static analysis of the provided source code and property definitions.

Discussion