Physical Address Validation

Requirements

  • [ ] We are looking for address validation for U.S. properties connected to our custom object
  • [ ]we will have a custom field for address input.
    • [ ] would prefer full address input field
  • [ ] we would like this field will communicate with an API to validate the address
    • [ ] Postal address validation / Rooftop
    • [ ] physical / plots of land
  • [ ] API should return
    • [ ] validated full address
    • [ ] validated address split by lines / “ line one line two , city , state zip “
    • [ ] latitude and longitude
    • [ ] response for invalid address

Nice to have

  • [ ] suggested address if address is invalid

Hey @DevWcp,

This could be done but would require Operations Hub Professional, this allows you to trigger webhooks from workflows. The flow would be that when a custom object (or any object) property is updated a webhook is triggered from a workflow to a desired service. You configure the payload sent from HubSpot and the data returned can then be used as required.

I’ve done similar for email validation using a service called Kickbox and also for phone number validation using a service called NumVerify.

Do you have a particular service you are thinking of using for the validation?

do have a recommendation for validating individual home addresses?