🧩 No-code · All integrations
Address validation in Make (Integromat)
Autocomplete, cleansing, geocoding and bulk clean-up in Make scenarios — with the built-in HTTP module, visual and code-free.
Make's HTTP module calls our REST API directly, and with “Parse response” enabled the JSON becomes mappable fields. The key can be sent as a query parameter, so no header setup is needed.
How to set it up
- Get an API key
Free account on the dashboard → copydawa_live_…. - Add the HTTP module
“Make a request” after the module that delivers the address — webhook, Google Sheets, CRM… - Configure the call
GET against/datavask/adresserwithbetegnelse+api_keyin the query — and enable “Parse response”. - Map the fields onward
Category, cleansed address, postcode, city and DAR UUID can be mapped into every following module.
# The HTTP module in Make
Modul: HTTP → Make a request
Metode: GET
URL: https://api.danadresse.dk/datavask/adresser
Query: betegnelse = {{1.address}}
api_key = dawa_live_…
Parse response: Yes
Good to know
Bulk clean-up
Iterate over an entire Google Sheet of dirty addresses and write the cleansed ones back — the classic one-off migration.
Router on category
Use a Router: A/B addresses continue automatically, C addresses go to Slack/email for manual handling.
Every endpoint
Autocomplete, reverse geocoding and DAGI enrichment work in the same HTTP module — just change the URL.
A dedicated Make module is on the roadmap — write to partners@lynbro.dk to become a beta tester.
Ready to try it with Make (Integromat)?
Free Hobby key, no credit card — the API answers in under 100 ms.
Get an API key →