Relacio - WhatsApp icon

Relacio - WhatsApp

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

Actions58

Overview

This node integrates with a WhatsApp relationship platform called Relacio, enabling various operations related to contacts, groups, messages, campaigns, and protocols. Specifically, the "Grupos - Remover Contato" operation allows users to remove a contact from a specified group within the platform.

Common scenarios for this operation include managing group memberships dynamically based on user interactions or business logic, such as removing customers who no longer wish to be part of a marketing group or cleaning up inactive members from support groups.

Practical example: Automatically removing a contact from a promotional WhatsApp group when they unsubscribe or opt out, ensuring compliance with communication preferences.

Properties

Name Meaning
ID Do Grupo The unique identifier of the group from which the contact will be removed.
ID Do Contato The unique identifier of the contact to be removed from the specified group.

Output

The node outputs JSON data representing the result of the removal operation. This typically includes confirmation of success or failure and may contain metadata about the updated group or contact status after removal.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Relacio WhatsApp platform.
  • The node depends on the external Relacio API service to perform group and contact management actions.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing group or contact IDs can cause the removal operation to fail.
    • Authentication errors if the API key credential is not set or expired.
    • Network connectivity problems affecting access to the Relacio platform.
  • Error messages and resolutions:

    • "Unauthorized" or "Authentication failed": Verify that the API key credential is correctly configured and valid.
    • "Group not found" or "Contact not found": Check that the provided IDs correspond to existing entities in the platform.
    • "Failed to remove contact from group": Ensure the contact is currently a member of the group and that the API service is operational.

Links and References

Discussion