Actions58
- Acesso - Credenciais
- Canais - Listar
- Contato - Adicionar Etiqueta
- Contato - Adicionar Informações
- Contato - Consultar
- Contato - Editar Perfil
- Contato - Encaminhar
- Contato - Importar
- Contato - Listar Protocolos
- Contato - Listar Todos
- Contato - Mensagem - Enviar
- Contato - Mensagem - Enviar Imagem + Legenda
- Contato - Pesquisar
- Contato - Remover Etiqueta
- Contato - Status De WhatsApp
- Etiquetas - Listar Todos
- Extra - Cep - Pesquisar
- Extra - Cnpj - Pesquisar
- Extra - Coordenadas - Pesquisar
- Extra - Cpf - Pesquisar
- Extra - CSV - Formatar
- Extra - Nome - Pesquisar
- Extra - Titularidade - Pesquisar
- Extra - Transcrição - Documentos
- Extra - Transcrição - Imagem EN
- Extra - Transcrição - Imagem PT
- Grupos - Adicionar Contato
- Grupos - Listar Contatos
- Grupos - Listar Todos
- Grupos - Remover Contato
- Grupos - WhatsApp - Histórico
- Grupos - WhatsApp - Listar
- Grupos - WhatsApp - Membros
- Marketing - Campanha - Listar
- Marketing - Campanha - Resumo
- Marketing - Mensagem - Enviar
- Marketing - Mensagem - Listar
- Marketing - Mensagem - Status
- Produto - Categoria - Listar
- Produto - Listar
- Protocolo - Consultar
- Protocolo - Encaminhar - Recado
- Protocolo - Finalizar
- Protocolo - Listar - Todos
- Protocolo - Mensagem - Enviar
- Protocolo - Mensagem - Listar
- Protocolo - Observações - Adicionar
- Protocolo - Observações - Listar
- Protocolo - Pesquisar
- Recados - Listar - Todos
- Recados - Pesquisar
- Setor - Listar - Todos
- Templates - Listar - Todos
- Usuário - Agenda - Listar
- Usuário - Carteira - Adicionar
- Usuário - Carteira - Listar
- Usuário - Carteira - Remover
- Usuário - Listar - Todos
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.