⚡ No-code · All integrations

Address validation in Zapier — no code

Cleanse and validate Danish addresses in any Zap with the built-in Webhooks step — and pass the result on to 6,000+ apps.

You don't need a dedicated app: Zapier's built-in Webhooks by Zapier action calls our REST API directly. We support the key as a query parameter (api_key=…) precisely so no-code tools can skip custom headers.

How to set it up

  1. Get an API key
    Free account on the dashboard → copy dawa_live_….
  2. Add a Webhooks step
    Action: Webhooks by Zapier → GET — right after the step that delivers the address (form, CRM, email parser…).
  3. Fill in URL + query
    URL: api.danadresse.dk/datavask/adresser; query: betegnelse = the address field, api_key = your key.
  4. Use the response
    Category A/B/C, the cleansed address, postcode and city are now available as fields in every following step.
# Webhooks by Zapier configuration
Action: Webhooks by Zapier → GET
URL:    https://api.danadresse.dk/datavask/adresser
Query:  betegnelse = {{address}}
        api_key    = dawa_live_…

# Svaret (kategori + vasket adresse) kan bruges i alle efterfølgende steps

Good to know

Every endpoint works

/autocomplete, /adresser, /adgangsadresser, reverse geocoding — all callable from the Webhooks step.

Filter on category

Add a Filter step after: only categories A/B continue automatically; C goes to a manual queue.

Typical pattern

Typeform/Gravity Forms → datavask → HubSpot/Sheets/e-conomic.

A dedicated app in the Zapier catalogue is on the roadmap — write to partners@lynbro.dk to become a beta tester.

Ready to try it with Zapier?

Free Hobby key, no credit card — the API answers in under 100 ms.

Get an API key →

API docs · Code examples · JS widget