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 called "Relacio." It provides various operations to manage contacts, protocols, messages, groups, marketing campaigns, and extra data lookups. Specifically, the operation Extra - Nome - Pesquisar allows users to search for information by providing a full name.

Common scenarios where this node is beneficial include:

  • Enriching contact data by searching detailed information based on a person's full name.
  • Automating workflows that require validation or retrieval of personal data from an external service.
  • Integrating WhatsApp communication management with additional data lookup capabilities.

For example, a user can input a full name like "Jorge Luiz Souza dos Santos" to retrieve associated information from the platform, which can then be used in follow-up messaging or record updates.

Properties

Name Meaning
Nome Completo The full name string to perform the information lookup. Example: "Jorge Luiz Souza dos Santos". This property is required for the "Extra - Nome - Pesquisar" operation.

Output

The node outputs JSON data containing the results of the requested operation. For the "Extra - Nome - Pesquisar" operation, the output JSON will include the information retrieved by searching the provided full name in the external platform.

The exact structure of the JSON depends on the external API response but generally includes details related to the searched person.

The node does not explicitly handle binary data output.

Dependencies

  • Requires connection to the Relacio platform via an API key credential (referred generically as "an API key credential").
  • The node depends on internal action modules that implement the actual API calls.
  • Proper configuration of the API authentication within n8n credentials is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Providing an empty or improperly formatted full name may result in no data found or errors.
    • Network connectivity problems can prevent the node from reaching the external service.
  • Error messages and resolutions:

    • Authentication errors: Verify that the API key credential is correctly configured and has proper permissions.
    • Validation errors: Ensure the "Nome Completo" field is filled with a valid full name string.
    • Timeout or network errors: Check internet connectivity and the availability of the external platform.

Links and References

  • No direct external links are provided in the source code.
  • For more information, consult the documentation of the Relacio WhatsApp platform or the API provider integrated by this node.

Discussion