Relacio - WhatsApp icon

Relacio - WhatsApp

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

Actions58

Overview

The node provides integration with a WhatsApp-based customer relationship platform, enabling various operations related to contacts, messaging, protocols, groups, marketing campaigns, and more. Specifically, the "Contato - Editar Perfil" (Contact - Edit Profile) operation allows users to update different aspects of a contact's profile such as name, email, gender, social media links, blocking status, and observations.

This node is beneficial in scenarios where automated workflows need to manage or update contact information dynamically within the WhatsApp CRM system. For example, it can be used to automatically update a contact’s email after receiving new data from a form submission or to block/unblock a contact based on certain business rules.

Properties

Name Meaning
ID Do Contato The unique identifier of the contact to be edited.
Tipo De Edição The type of edit to perform on the contact. Options: Block, E-Mail, Name, Observation, Social Medias, Gender.
Nome New name for the contact (used when editing the name).
E-Mail New primary email address for the contact (used when editing email).
Status De Bloqueio Boolean indicating whether to block (true) or unblock (false) the contact (used when editing block status).
Sexo New gender for the contact. Options: Feminino (F), Masculino (M), Indefinido (I).
Observação New observation or note about the contact (used when editing observation).
Tipo De Rede Social Type of social media to update. Options: Facebook, Google, Instagram, LinkedIn, Pinterest, Twitter, YouTube.
URL Da Rede Social URL of the social media profile to link to the contact (used when editing social medias).

Output

The node outputs JSON data representing the result of the performed operation. For the "Contato - Editar Perfil" operation, this typically includes confirmation of the updated contact details or status messages indicating success or failure of the update action.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the external WhatsApp CRM platform.
  • The node depends on the external platform's API endpoints to perform contact updates.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common Issues:

    • Invalid or missing contact ID will cause the update to fail.
    • Providing incorrect or incomplete data for the selected edit type may result in errors.
    • Network or authentication failures due to invalid API credentials.
  • Error Messages:

    • Errors related to authorization usually indicate misconfigured or expired API keys; reconfigure credentials.
    • Validation errors occur if required fields for the chosen edit type are missing or malformed; ensure all required inputs are provided correctly.
    • API rate limits or service unavailability may cause temporary failures; retry after some time.

Links and References

  • No direct external links were found in the source code.
  • Users should refer to the official documentation of the WhatsApp CRM platform integrated by this node for detailed API usage and contact management guidelines.

Discussion