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 relationship platform called "Relacio" to perform various operations related to contacts, messaging, protocols, groups, marketing campaigns, and extra data lookups. Specifically, the operation Extra - Coordenadas - Pesquisar ("consultarCoordenadas") allows users to search location information based on geographic coordinates (latitude and longitude).
Common scenarios for this node include:
- Retrieving detailed contact information or status from the WhatsApp platform.
- Managing tags, details, and groups associated with contacts.
- Sending messages, notifications, images, or protocol-related communications.
- Performing extra data lookups such as searching by postal code, CNPJ (Brazilian company ID), CPF (Brazilian personal ID), name, or geographic coordinates.
- Accessing marketing campaign data and WhatsApp group messages.
- Transcribing documents or images.
Practical example of the Extra - Coordenadas - Pesquisar operation:
- You have latitude and longitude coordinates from a GPS device or user input.
- Use this node operation to query the Relacio platform for location-related data tied to those coordinates.
- The output can be used to enrich contact profiles, trigger location-based workflows, or validate addresses.
Properties
Name | Meaning |
---|---|
Latitude | The latitude coordinate (string) used to perform the location search. Example: "40.712776" |
Longitude | The longitude coordinate (string) used to perform the location search. Example: "-74.005974" |
These properties are required when using the Extra - Coordenadas - Pesquisar operation.
Output
The node outputs JSON data representing the results returned by the Relacio platform for the selected operation. For the Extra - Coordenadas - Pesquisar operation, the JSON output will contain location-related information corresponding to the provided latitude and longitude.
The exact structure depends on the API response but typically includes fields such as address components, place names, or other geographic metadata.
The node does not explicitly handle binary data output.
Dependencies
- Requires an API key credential for authenticating with the Relacio WhatsApp platform.
- The node calls various internal action methods that interact with the platform's REST API.
- No additional external dependencies beyond the configured API credentials and network access to the Relacio service.
Troubleshooting
- Missing or invalid API credentials: Ensure the API key credential is correctly configured in n8n; otherwise, authentication errors will occur.
- Invalid latitude or longitude values: Provide valid string representations of coordinates; malformed inputs may cause the API to reject the request or return empty results.
- Network or API errors: Check connectivity to the Relacio platform and verify the API service status if requests fail.
- Operation not supported or misspelled: Confirm the operation parameter is set exactly to "consultarCoordenadas" for this functionality.
- Empty or unexpected output: Verify that the coordinates correspond to a valid location recognized by the platform.
Links and References
- Relacio Platform Documentation (general reference, actual API docs may require login)
- n8n Documentation on Creating Custom Nodes
- Geographic coordinate standards: Latitude and Longitude