AddressValid

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

The AddressValid action validates and standardizes address data on a record using an external address verification service. When executed, it sends the address fields to a validation service (such as USPS, Melissa Data, or similar) and updates the record with the standardized, verified address.

How It Works

  1. Reads address fields from the record specified by domainName and domainKey
  2. Submits the address data to an external address validation service
  3. Receives standardized address components (street, city, state, ZIP, etc.)
  4. Updates the record with the validated/corrected address data
  • If valid/corrected: Updates address fields with standardized values (proper casing, ZIP+4, county, etc.)
  • Sets validation flag: Marks the address as validated (likely a field like AddressValidated, AddressVerifiedDate, or similar)
  • If invalid: May flag the address as invalid or undeliverable

Fields Potentially Updated

FieldDescription
Street AddressStandardized street format
CityCorrected spelling/format
StateTwo-letter abbreviation
ZIP CodeExtended to ZIP+4 if available
CountyPopulated based on validated address
CountryStandardized country code
Address Validated FlagBoolean or timestamp indicating validation occurred
Validation StatusResult code (valid, invalid, corrected, etc.)

Common Use Cases

  • Data Quality: Ensure accurate addresses for mail delivery and correspondence
  • Geocoding Preparation: Standardize addresses before geocoding for mapping
  • Duplicate Detection: Normalize addresses to identify duplicate records
  • Regulatory Compliance: Verify addresses meet postal standards
  • Claims Processing: Validate loss locations for accurate reporting
Path Params
string
required

The AddressValid action can operate on any domain that has address validation configured. The domain must have:

  • Address fields mapped to the validation service (street, city, state, ZIP, etc.)
  • Address validation enabled in domain configuration
DomainUse Case
ContactValidate mailing addresses for claimants, vendors, insureds
LocationVerify property or site addresses
ClaimValidate loss location or mailing addresses on claims
PolicyVerify insured or property addresses
AssetValidate asset location addresses

The action requires the domain to have mapped address fields (street, city, state, ZIP, country) that the validation service can read and update.

integer
required

This is the ID of the record that contains the address you want to validate.

Body Params
parameters
object
required
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json