| Change type | Description |
|---|---|
| Updated in version 25.2 |
Integration of Precisely APIs with the Data Integrity Suite (DIS) has been enhanced to provide advanced address, email, and phone validation capabilities. These improvements are designed to streamline data entry, improve data quality, and support location-based use cases across global regions. |
| Updated in version 24.0 | Added support for Location Intelligence APIs that provide seamless access to geospatial data and analytics. |
Catalog of Evolve and Data Integrity Suite (DIS) Integration APIs
This section describes the APIs used to integrate Evolve and Data Integrity Suite (DIS) capabilities. These APIs facilitate identification and location of addresses. For example, knowing the latitude/longitude or geocode for the addresses.
- Authentication
- Token API: This endpoint will generate the access-token with respect to the provided access keys and expires-in parameter displays how long the returned token will remain valid in seconds.
- Address verification
- Verify Address: This validates and standardize global address data using customizable processing engines. This API simplifies and accelerates communication by enriching and maintaining accurate customer data. It eliminates redundant outreach efforts and enables seamless collaboration across functional teams, thereby enhancing overall customer relationship management.
- Address Geocode
This API service converts individual or bulk addresses into precise latitude and longitude coordinates for global locations (subject to data availability). Geocode results support location-based use cases such as delivery, assessments, underwriting, data management, analytics, and mapping.
- Forward Geocode: The Address Geocode API converts single or multiple addresses into standardized US or international formats along with geocoding details. It supports global coverage and returns accurate location data for integration and analysis.
- Reverse Geocode: The Reverse-Geocode API converts latitude and longitude coordinates into the best-matching address. It supports both single and batch inputs, returning standardized US or international address and geocoding data. Global coverage is supported, with variations based on regional data sources.
- ID Lookup: This API retrieves address details using a PreciselyID as input,
returning all standard address match results. Note: Custom preferences are not supported for the ID Lookup API at this time.
- Email Verification
The Email Verification API validates global email addresses to safeguard your database from invalid, harmful, or unwanted entries. It helps maintain sender reputation by identifying bounce risks, spam traps, honeypots, stale contacts, and do-not-contact entries before use.
- Verify single Email: This endpoint is for single email verification.
- Phone Verification
The Phone Verification API validates phone numbers to protect your database from invalid or undesirable entries. It helps maintain sender reputation by identifying invalid numbers and entries on do-not-contact lists before use.
- Verify single Phone: This endpoint is for single phone number verification.
- Address Autocomplete
Address Autocomplete V1 API Service enables real-time address search using free-form text and location context. It delivers fast, accurate suggestions with each keystroke, allowing users to complete forms efficiently by selecting validated address candidates.
- Autocomplete Search: The Address Autocomplete API provides type-ahead functionality for address fields. As users begin typing, it suggests matching address candidates, refining results with each additional character. It supports global coverage, making it ideal for international applications.
- Postal Search: The Autocomplete Postal-City API intelligently suggests postal codes and city names based on partial user input. It enhances user experience in applications involving location selection.
- Express Autocomplete: Address Autocomplete Express API provides fast,
intelligent address suggestions using advanced type-ahead. It refines results as
users type, ensuring efficient global coverage. The
SEARCH_TYPEparameter customizes results:ADDRESS: Full addressesPOI: Points of interestAUTO: Automatic detection
- Geo-Addressing
- Address Autocomplete API: This API is to autocomplete the address and it is available for the global countries.
- Address Geocode API: This API is to geocode the addresses and it is available for the global countries.
- Address Verify API: This API is to verify the addresses and it is available for the global countries.
The above mentioned authentication and geo addressing APIs empower Evolve with these capabilities:
- Address Verification on form
- Address Auto-complete with Address Element on form
- Address Geo-code to mark address in Map Element on form
Basic configuration from address verification on administration App
- Go to Connections in the left pane.
- Click Precisely APIs. A list of Connections will be populated in the table.
- Select the check box corresponding to Connection Name Precisely Address
Validator and click Trial.
A Trial link re-directs to get in touch with the Precisely customer support to obtain your client ID & Secret Key.
- Select the check box corresponding to Connection Name Precisely Address
Validator and click Edit. Update Connection window will be
displayed in the right pane.
- URL defaults to the production environment but remains editable and reconfigurable as needed.
- Token URL defaults to the production environment but remains editable and
reconfigurable as needed.Note: Token API now supports the V2 version. Existing customers of the previous version do not need to reconfigure.
- Update your client_id and
client_secret obtained from Precisely customer support. The
grant_type and scope fields are auto-populated.Note: URL, Token URL, grant_type, and scope fields are available from version 25.2.
- Click Test Connection. The connection will be
tested.
This link re-directs to trial account page to request a demo of Precisely Data Integrity Suite.
Note: This configuration is required for both, usage of APIs on form and Auto Complete
Set base country for address auto-complete functionality
- Go to Settings in the left pane.
- Click Options from the Workflow tab.
- Select the check box corresponding to
PreciselyAutocompleteCountry and click
Edit.The Update Option window is populated in the right pane. The default value is set to USA.Note:
- This API supports ISO Alpha-3 code for Country.
- Supports only one country at a time.
- This configuration is only required for auto-complete functionality.
- Hover over Actions and click Edit icon.
- Update Value with the ISO Alpha-3 code for Country to set the base country for AutoComplete and click Update Option.
- Click Save.
The base country is set for address auto-complete functionality.
Address auto complete with address element on forms
- In Form tab drag and drop or double click to include address element on form.
- In address element properties select Provider as Precisely.Note:
- The Provider will be selected as default to Precisely. For any existing solution or address element, the provider will be set as Google by default.
- Set Enable Autocomplete property to True to enable autocomplete.
- Select Autocomplete Type. There are three types of Autocomplete:
- Autocomplete
- Express Autocomplete
- PostalCity AutocompleteNote: Autocomplete Type field is available from version 25.2.
- After deploying form simply start typing address and suggestions will be auto filled.