Scrub US Address
USA Address Scrub bot performs the specific task of scrubbing/validating a given USA address using the United State Postal Service (USPS) API.
Top Benefits
- Supports maintaining high data quality of CRM, Shipping, or Contact records by taking contacts record USA address data and scrubbing/validating it against US Postal service database. The result is an accurate, property abbreviated and standardized address including missing data if missing from address. Simply pass the required parameters and MetaBot returns the result. No need to parse JSON, XML streams, or interpret error response.

MetaBot component that can be integrated into a task bot requiring address scrubbing/validation using FREE USPS service. Fully documented with debugging and parametrized architecture for ease of use and portability.
This MetaBot is fully documented in the included PDF file. This MetaBot requires a USPS Web Tools user account. The account is free and can be obtained from the following site https://www.usps.com/business/web-tools-apis/welcome.htm
Key Use Case: - Validate a new lead address information: Leads received via web or third-party resources do not always guarantee accurate address info. Use this MetaBot to validate and properly format a new lead address before adding it to your CRM. - Validate an Address prior to submitting a shipping transaction. - Validate an address prior to calling a Google Maps API to ensure accurate results. - Validate an address prior to adding a contact record to Outlook contacts etc.'- Validate a new lead address information: Leads received via web or third-party resources do not always guarantee accurate address info. Use this MetaBot to validate and properly format a new lead address before adding it to your CRM.
- Validate an Address prior to submitting a shipping transaction.
- Validate an address prior to calling a Google Maps API to ensure accurate results.
- Validate an address prior to adding a contact record to Outlook contacts etc.
Free
- Bot Security Program
-
Level 1
- Applications
-
- Business Process
- Sales
- Category
- Utility
- Downloads
- 100
- Vendor
- Automation Type
- Bot
- Last Updated
- July 24, 2020
- First Published
- September 24, 2018
- Support
-
- Binary Technologies, Inc.
- +1855 433 6628
- [email protected]
- Bot Store FAQs
See the Bot in Action
Setup Process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)
Run
That's it - now the Bot is ready to get going!
Requirements and Inputs
- AAE v 11.1 and above
- Inputs: vApiUserName: Required- USPS registered user name. Assigned by USPS vSecureProtocol: Optional- HTTPS secure protocol API transaction with USPS. Default is off (0) vAddress1: Optional- Address line 1 value to be validated. Default Null vAddress2: Optional- Address Line 2 value to be validated. Default Null vCity: Optional- Address City name value to be validated. Default Null vState: Optional- Address State value to be validated. Default Null vZip4: Optional- Address Zip +4 value to be validated. Default Null vZipCode: Optional- Address zip code value to be validated. Default Null vDebugMode: Optional- Set the MetaBot to run in debug mode for troubleshooting. Default is off (0)