🟢 CRM · All integrations

Address validation in Pipedrive

Cleanse addresses on persons and organizations in Pipedrive — via webhook + one API call, or entirely no-code through Zapier/Make.

Pipedrive fires webhooks on create and update. A small endpoint (or a Zapier/Make scenario) calls /datavask/adresser and writes the cleansed address back through Pipedrive's API.

How to set it up

  1. Get an API key
    Free account on the dashboard → copy dawa_live_….
  2. Create a webhook in Pipedrive
    Settings → Webhooks: person.added and organization.added.
  3. Cleanse the address
    Your endpoint (or Zapier/Make) calls /datavask/adresser with the address field.
  4. Write back
    PUT the cleansed address + category to Pipedrive — use custom fields for the DAR UUID and category.
# The webhook flow in practice
# Pipedrive webhook (person.added) → jeres endpoint → Danadresse
curl 'https://api.danadresse.dk/datavask/adresser?betegnelse=R%C3%A5dhuspladsen+1,+1550+K%C3%B8benhavn' \
     -H 'X-Api-Key: dawa_live_…'
# → kategori A/B/C + vasket adresse → PUT tilbage til Pipedrive API

Good to know

No server needed

The whole flow can be built in Zapier or Make without code.

Route planning

Validated addresses + coordinates from the API make field sales and visit planning precise.

Duplicate control

Match organizations on DAR UUID instead of address text — fewer duplicates.

An embedded Pipedrive Marketplace app is on the roadmap — write to partners@lynbro.dk for early access.

Ready to try it with Pipedrive?

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

Get an API key →

API docs · Code examples · JS widget