NAiOS IconNAiOS Logo
Volver al catálogo

Addresszen

addresszen

AddressZen provides address autocomplete and verification services, offering real-time address suggestions and validation to ensure accurate and deliverable addresses.

Acciones
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • keystringObligatorio

    API key to check (starts with 'ak_' or 'sl_').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Resolve Address USAADDRESSZEN_RESOLVE_ADDRESS_USAAcción

Tool 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

  • addressstringObligatorio

    ID of the address suggestion returned by the autocomplete endpoint

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not