Actions45
- Evento Actions
- Criar Evento De Acesso Concedido
- Criar Evento De Aguardando Pagamento
- Criar Evento De Boleto Impresso
- Criar Evento De Carrinho Abandonado
- Criar Evento De Nota Nps
- Criar Evento De Pacote Aguardando Retirada
- Criar Evento De Pacote Saiu Para Entrega
- Criar Evento De Pedido Cancelado
- Criar Evento De Pedido Despachado
- Criar Evento De Pedido Entregue
- Criar Evento De Pedido Estornado
- Criar Evento De Pedido Pago
- Criar Evento De Pedido Processando
- Criar Evento De Pesquisa Nps
- Criar Evento De Progresso De Envio
- Criar Evento De Redefinicao De Senha
- Gerenciamento Da Conta Actions
- Grupo De Variável Customizada Actions
- Integração Actions
- Lead Actions
- Lista De Lead Actions
- Variável Customizada Actions
Overview
The node implements an operation to search for an address based on a postal code. It is useful in scenarios where you need to retrieve detailed address information by providing a postal code, such as validating user input, auto-filling address forms, or integrating with external address databases.
Properties
| Name | Meaning |
|---|---|
| Código Postal | The postal code (CEP) to search for the corresponding address. This is a required string input. |
Output
The output will contain JSON data representing the address details found for the given postal code. The exact structure of the JSON is not provided in the source code, but typically it would include fields like street, neighborhood, city, state, and country corresponding to the postal code.
No binary data output is indicated.
Dependencies
The source code does not explicitly show any external dependencies or API calls. However, since the operation involves searching an address by postal code, it likely requires access to an external address database or API service configured via credentials or environment variables within n8n.
Troubleshooting
- If no address is returned, verify that the postal code is valid and correctly formatted.
- Ensure that any required API keys or authentication tokens for the external address service are properly configured.
- Common errors might include network issues, invalid credentials, or unsupported postal codes. Checking logs and error messages from the external service can help resolve these.
Links and References
- Brazilian Postal Code (CEP) Format
- General documentation on address lookup APIs (depending on the actual service used)