Actions12
Overview
This node integrates with the Dataplace CEP API to consult postal codes (CEPs) based on Brazilian state (UF), city, and address. It is useful for workflows that require address validation, geolocation services, or postal code lookups in Brazil. For example, it can be used to automatically fetch postal codes for shipping addresses or to verify address data in customer databases.
Use Case Examples
- Lookup postal code by providing state, city, and address to the API.
- Validate and enrich address data in a CRM system by fetching postal codes.
Output
JSON
json- The JSON response from the Dataplace CEP API containing postal code information or error details.
Dependencies
- Requires an API key credential named 'dataplaceCEPApi' with a base URL for the Dataplace CEP API.
Troubleshooting
- Common issues include authentication failures if the API key or base URL is incorrect or missing.
- Errors from the API such as invalid parameters or network issues will be returned in the JSON output under an 'error' property if 'Continue On Fail' is enabled.
- Ensure the input parameters (state, city, address) are correctly provided to avoid empty or null requests.
Links
- Dataplace CEP API Documentation - Official documentation for the Dataplace CEP API, detailing endpoints and usage.