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 various operations related to WhatsApp contact and messaging management. Specifically, the operation "Contato - Remover Etiqueta" (Remove Tag From Contact) allows users to remove all tags from a specified contact by providing the contact's ID.

Common scenarios for this node include managing customer relationships via WhatsApp, automating contact tagging workflows, cleaning up contact metadata, and maintaining organized contact lists in the Clientes Online platform.

For example, after a marketing campaign ends, you might want to remove certain tags from contacts to reset their status or segment them differently. This operation facilitates that by removing all tags from a given contact efficiently.

Properties

Name Meaning
ID Do Contato The unique identifier of the contact from which all tags will be removed. This is required.

Output

The node outputs JSON data representing the result of the tag removal operation on the specified contact. The exact structure depends on the API response from the Clientes Online platform but typically includes confirmation of success or details about the updated contact state.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Clientes Online platform via an API key credential.
  • The node depends on the Clientes Online API to perform contact and tag management actions.
  • Proper configuration of the API authentication within n8n is necessary for successful execution.

Troubleshooting

  • Common Issues:

    • Invalid or missing contact ID: Ensure the "ID Do Contato" property is correctly set with a valid contact identifier.
    • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
    • Network or API downtime: Check connectivity and Clientes Online service status if requests fail.
  • Error Messages:

    • Errors indicating unauthorized access usually mean the API key is invalid or expired.
    • Errors about contact not found suggest the provided contact ID does not exist.
    • General API errors may require reviewing request payloads or contacting Clientes Online support.

Resolving these issues typically involves verifying input parameters, credentials, and network conditions.

Links and References

  • Clientes Online Platform Documentation (example placeholder, replace with actual URL if available)
  • WhatsApp Business API concepts for contact and tag management
  • n8n documentation on creating and using custom nodes and credentials

Discussion