Relacio - WhatsApp icon

Relacio - WhatsApp

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

Actions58

Overview

This node integrates with a WhatsApp-based customer relationship platform, enabling various operations related to contacts, tags, messages, groups, protocols, and more. Specifically, the "Contato - Adicionar Etiqueta" (Contact - Add Tag) operation allows users to link a tag to a specific contact within the platform. This is useful for categorizing or labeling contacts for segmentation, filtering, or targeted communication.

Practical examples include:

  • Adding a "VIP" tag to high-priority customers.
  • Tagging contacts based on their interests or purchase history.
  • Organizing contacts by campaign or region using tags.

Properties

Name Meaning
ID Do Contato The unique identifier of the contact to which the tag will be linked.
ID Da Etiqueta The unique identifier of the tag that you want to associate with the contact.

Output

The node outputs JSON data representing the result of the tag addition operation. This typically includes confirmation details such as success status, updated contact information, or error messages if the operation failed. The output does not explicitly mention binary data, so it is assumed to be purely JSON structured.

Dependencies

  • Requires an API key credential to authenticate with the external WhatsApp relationship platform.
  • The node depends on the platform's API endpoints to perform actions like adding tags to contacts.
  • Proper configuration of the API authentication in n8n credentials is necessary.

Troubleshooting

  • Common Issues:

    • Invalid or missing contact ID or tag ID can cause the operation to fail.
    • Authentication errors due to incorrect or expired API credentials.
    • Network connectivity issues preventing access to the external platform.
  • Error Messages:

    • Errors indicating "contact not found" or "tag not found" suggest invalid IDs.
    • Authentication failures usually require checking the API key or token validity.
    • Timeout or connection errors may need network troubleshooting or retry logic.

Links and References

  • No direct links are provided in the source code. For further details, consult the documentation of the WhatsApp relationship platform integrated by this node.

Discussion