PostcodeApiConnector
Content Type: Module
Categories: Data
Overview
Easily get a Dutch address via postcodeapi.nu.
Documentation
Demo urlhttps://www.gdksoftware.nl
Description
Easily get a Dutch address via postcodeapi.nu. It is just a simple module without user interface. Everything could be done by using the two microflows:
- ACT_SearchAddress_Create: Create a SearchAddress entity and use this to fill with the postal code, housenumber and the API Key (now you can choose yourself where and how you want to store your secret keys)
- GET_SearchAddress_FromService: Call this microflow with a SearchAddress entity and get a SearchAddress entity back. The boolean field AddressFound indicates whether the call was succesful or not.
Typical usage scenario
Verify if a given postal code and housenumber exists. And get the street and the city so that the user doesn't have to provide it manually.
Features and limitations
Registration at postcodeapi.nu is necessary. It's free and you get the required API key immediately.
Dependencies
Needs the StrUtils package.
Configuration
Provide the API Key when calling the REST service via the microflow.
Releases
Version: 1.2.0
Framework Version: 7.23.3
Release Notes: Added a snippet to get a address
Added validations for API key and postal code
* StrUtils package is now required
Version: 1.0.1
Framework Version: 7.23.3
Release Notes: Easily get a Dutch address via postcodeapi.nu.