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 customer relationship platform focused on WhatsApp interactions and additional data lookups. Specifically, the "Extra - Cep - Pesquisar" operation allows users to query location information based on a Brazilian postal code (CEP). This is useful for workflows that require address validation, geolocation enrichment, or regional segmentation based on postal codes.
Practical examples include:
- Automatically retrieving address details when a user inputs a CEP in a form.
- Enriching contact records with location data derived from CEPs.
- Validating shipping addresses before processing orders.
Properties
Name | Meaning |
---|---|
CEP | The Brazilian postal code (CEP) to be used for the location lookup. It must be provided as a string of digits (e.g., "12345678"). This property is required for the "Extra - Cep - Pesquisar" operation. |
Output
The node outputs JSON data containing the location information corresponding to the provided CEP. The exact structure depends on the external service's response but typically includes fields such as street, neighborhood, city, state, and possibly other geographic details.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for the external customer relationship platform's API.
- The node calls an internal action method responsible for fetching location data by CEP, which likely makes an HTTP request to the platform's API.
- Proper configuration of the API authentication within n8n is necessary for successful execution.
Troubleshooting
- Invalid or missing CEP: Ensure the CEP input is correctly formatted as a string of digits without special characters or spaces.
- API authentication errors: Verify that the API key credential is correctly set up and has the necessary permissions.
- Network or service unavailability: Check internet connectivity and the status of the external platform's API.
- Unexpected response format: If the output JSON does not contain expected location fields, confirm that the CEP exists and is valid in the external service's database.
Links and References
- Brazilian Postal Code (CEP) Information
- Documentation for the external customer relationship platform (not publicly linked here due to source constraints)