Actions108
- AI Actions
- Transcribe
- Detect Brand
- Extract Contact Information
- Mood Detection
- Detect Adult Content
- Enitity Detection
- Language Detection
- Too Long To Read
- Check Content Policy
- Detect Faces
- Generate Python Code
- Picture Text Recognition
- Detect Color
- Generate Image
- PDF OCR
- Translation
- Detect Email Type
- Generate Javascript Code
- Picture Object Recognition
- Business Actions
- Calculate Actions
- Code Actions
- Convert Actions
- Crypto Actions
- Date & Time Actions
- Generate Actions
- Image Actions
- Operator Actions
- PDF Actions
- Storage Actions
- Text Actions
- User Actions
Overview
The node "0CodeKit" provides a versatile toolbox of no-code utilities across multiple domains, including AI, business validation, calculations, code execution, conversions, cryptography, date/time operations, image processing, PDF manipulation, storage, text processing, and user data generation.
Specifically, for the Business resource with the Verify Geo Location operation, the node verifies the validity or correctness of a given physical address. This can be useful in scenarios such as validating customer addresses before shipping, verifying location data in forms, or ensuring geographic data integrity in business workflows.
Example use cases:
- Validating an entered address in an e-commerce checkout process.
- Confirming the location details of a business partner or client.
- Cleaning up address data in CRM systems by verifying geo-location accuracy.
Properties
| Name | Meaning |
|---|---|
| Address | The physical address string to verify for geo-location validity. |
| Code Variables | A collection of code variables (name/ID and value pairs) that can be used within custom code. |
The Code Variables property allows users to define multiple variables by selecting from a list or specifying IDs, which can then be passed as key-value pairs to the underlying function or script.
Output
The node outputs JSON data representing the result of the geo-location verification. The exact structure depends on the external service response but typically includes fields indicating whether the address is valid, normalized address components, coordinates, or error messages if verification fails.
No binary output is produced for this operation.
Dependencies
- Requires an API key credential for the "0CodeKit" service to authenticate requests.
- The node sends a POST request to the endpoint path
business/validate/geolocationwith the provided address and optional code variables. - No additional environment variables are required beyond the API key credential configuration.
Troubleshooting
Common issues:
- Invalid or malformed address input may cause verification failure or errors.
- Missing or incorrect API authentication will result in authorization errors.
- Network connectivity problems can prevent the node from reaching the verification service.
Error messages:
- Authorization errors indicate missing or invalid API credentials; ensure the API key is correctly configured.
- Validation errors usually mean the address format is incorrect or incomplete; verify the input address string.
- Timeout or network errors suggest connectivity issues; check internet access and service availability.
Links and References
- n8n Expressions Documentation — for using expressions in code variables.
- Official 0CodeKit API documentation (not publicly linked here) for detailed information on the geo-location verification endpoint.