Addresszen
addresszenAddressZen provides address autocomplete and verification services, offering real-time address suggestions and validation to ensure accurate and deliverable addresses.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Key AvailabilityADDRESSZEN_KEY_AVAILABILITYAcciónTool to get public information on an api key, including whether it is currently usable. use when you need to verify that a key is valid and available before making further api requests.
ADDRESSZEN_KEY_AVAILABILITYAcciónTool to get public information on an api key, including whether it is currently usable. use when you need to verify that a key is valid and available before making further api requests.
Parámetros de entrada
keystringObligatorioAPI key to check (starts with 'ak_' or 'sl_').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Resolve Address USAADDRESSZEN_RESOLVE_ADDRESS_USAAcciónTool to resolve an address autocompletion by its address id and return the full address in us format. use after obtaining an address suggestion id from the autocomplete endpoint.
ADDRESSZEN_RESOLVE_ADDRESS_USAAcciónTool to resolve an address autocompletion by its address id and return the full address in us format. use after obtaining an address suggestion id from the autocomplete endpoint.
Parámetros de entrada
addressstringObligatorioID of the address suggestion returned by the autocomplete endpoint
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not