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, providing various operations to manage contacts, groups, messages, campaigns, and other related entities. Specifically, the "Grupos - Adicionar Contato" operation allows you to link (add) a contact to a group by specifying their respective IDs.

Common scenarios for this operation include organizing contacts into groups for targeted messaging or management within the WhatsApp platform. For example, a user might add a customer contact to a VIP group to receive special campaign messages or notifications.

Properties

Name Meaning
ID Do Grupo The unique identifier of the group to which the contact will be linked.
ID Do Contato The unique identifier of the contact that will be added to the specified group.

Output

The node outputs JSON data representing the result of the operation. For the "Grupos - Adicionar Contato" operation, this typically includes confirmation details about the linking action, such as success status or any relevant metadata returned by the platform API.

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 internal action modules that handle the actual API calls to perform operations like linking contacts to groups.
  • 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 operation to fail.
    • Authentication errors if the API key credential is not set up correctly.
    • Network or API service downtime may prevent successful linking.
  • Error Messages:

    • Errors indicating invalid IDs usually mean the provided group or contact does not exist or is incorrectly formatted.
    • Authentication errors suggest checking the API key credential setup.
    • Timeout or connection errors require verifying network connectivity and API service status.

Resolving these issues generally involves verifying input parameters, ensuring valid credentials, and confirming the external service availability.

Links and References

Discussion