SmartyStreets
This is a connector for address verification with the service SmartyStreets. It works in your integration flow with SmartyStreets. The connector only supports trigger functionality, i.e. You can use it to run a specific event. Use secret key pairs on server-side code that connects directly to the SmartyStreets API servers. A secret key pair is not limited to a specific host name, such as website keys.Functions and use cases
As a developer of an integration workflow, I want to make sure that a specified address actually exists in order to avoid complaints.
As the operator of an online shop, I would like to carry out a check of the specified delivery address during the new customer registration in order to avoid incorrect deliveries.
As a developer of an application (e.g. in the area of route optimization), I need the geoloaktions data of the addresses to be approached in order to optimize the route calculation based on the current traffic situation.
Technical Specifications
No data available for triggers
internationalStreetAddress
Verifies single International address
- OnInit
- io.elastic.smartystreets.actions.InternationalStreetsAddress
- OnStartup
- -
- OnClose
- -
Attributes
-
usAutocomplete
Calls the SmartyStreets US Autocomplete API
- OnInit
- io.elastic.smartystreets.actions.USAutocomplete
- OnStartup
- -
- OnClose
- -
Attributes
-
usExtract
Calls the extraction endpoint to find and validate addresses in arbitrary text input
- OnInit
- io.elastic.smartystreets.actions.USExtract
- OnStartup
- -
- OnClose
- -
Attributes
-
usStreetAddress
Verifies single USPS address
- OnInit
- io.elastic.smartystreets.actions.USStreetsAddress
- OnStartup
- -
- OnClose
- -
Attributes
-
usZipCode
Looks up and verifies city, state, and ZIP Code combinations using the SmartyStreets APIs
- OnInit
- io.elastic.smartystreets.actions.USZipCodeSingle
- OnStartup
- -
- OnClose
- -
Attributes
-
No data available for terms
No data available for environment