🟢 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
- Get an API key
Free account on the dashboard → copydawa_live_…. - Create a webhook in Pipedrive
Settings → Webhooks:person.addedandorganization.added. - Cleanse the address
Your endpoint (or Zapier/Make) calls/datavask/adresserwith the address field. - 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
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 →