izapp - WhatsApp icon

izapp - WhatsApp

Interação com a Plataforma de Relacionamento via WhatsApp - IZapp

Actions58

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 during order processing by confirming CEP accuracy.

Properties

Name Meaning
CEP The Brazilian postal code (CEP) to be queried for location information. It must be provided as a string of digits, e.g., "12345678".

Output

The node outputs JSON data containing the location details corresponding to the provided CEP. This typically includes fields such as street, neighborhood, city, state, and possibly other geographic metadata returned by the external service.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for the integrated customer relationship platform's API.
  • The node calls an external service endpoint to fetch location data based on the CEP.
  • Proper configuration of the API authentication within n8n credentials is necessary for successful requests.

Troubleshooting

  • Invalid or missing CEP: Ensure the CEP input is correctly formatted as a string of 8 digits without special characters or spaces.
  • API authentication errors: Verify that the API key credential is correctly set up and has the required permissions.
  • Network or service unavailability: If the external CEP lookup service is down or unreachable, the node will fail; check network connectivity and service status.
  • Unexpected response format: If the external service changes its response structure, the node might not parse the data correctly; updating the node or contacting support may be needed.

Links and References

Discussion