Clientes Online - WhatsApp icon

Clientes Online - WhatsApp

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

Actions59

Overview

This node interacts with the "Clientes Online - WhatsApp" platform, providing various operations related to managing contacts, protocols, groups, marketing campaigns, and user wallets within the platform. Specifically, the operation Usuário - Carteira - Remover ("User - Wallet - Remove") allows removing a contact from an operator's wallet (a collection or list of contacts associated with a user/operator).

A common scenario for this operation is when an operator no longer needs access to or association with a particular contact in their managed list, so the contact is removed from their wallet to keep the data relevant and organized.

Practical example:

  • An operator finishes handling a customer and wants to remove that customer's contact from their personal wallet to avoid clutter or confusion in future interactions.

Properties

Name Meaning
ID Operador The unique identifier of the operator whose wallet will have a contact removed.
ID Contato The unique identifier of the contact to be removed from the operator's wallet.

Output

The output of this operation is an array containing the result of the removal action. Typically, it will include JSON data indicating success or failure of the removal request, possibly including confirmation details or error messages from the API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Clientes Online platform.
  • The node depends on the external Clientes Online API service to perform actions such as removing contacts from wallets.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing operator ID or contact ID parameters can cause the removal to fail.
    • Authentication errors if the API key credential is not set up correctly.
    • Network or API downtime may prevent the operation from completing.
  • Error messages and resolutions:

    • "Unauthorized" or "Authentication failed": Check that the API key credential is valid and properly configured.
    • "Contact not found" or "Operator not found": Verify that the provided IDs are correct and exist in the system.
    • "Failed to remove contact": Could indicate permission issues or internal API errors; retry or check API status.

Links and References

Discussion