NAiOS IconNAiOS Logo
Volver al catálogo

Google Address Validation

google_address_validation

The Address Validation API allows developers to verify the accuracy of addresses by validating and standardizing them, and determining their geocode.

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.

Provide Validation FeedbackGOOGLE_ADDRESS_VALIDATION_PROVIDE_VALIDATION_FEEDBACKAcción

Tool to provide feedback on an address validation attempt. Use after completing an address validation sequence.

Parámetros de entrada

  • conclusionstringObligatorioenum

    Outcome of the sequence of validation attempts. Must not be VALIDATION_CONCLUSION_UNSPECIFIED

    VALIDATION_CONCLUSION_UNSPECIFIEDVALIDATED_VERSION_USEDUSER_VERSION_USEDUNVALIDATED_VERSION_USEDUNUSED
  • responseIdstringObligatorio

    ID of the response this feedback is for; the responseId from the first validateAddress response

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

Validate AddressGOOGLE_ADDRESS_VALIDATION_VALIDATE_ADDRESSAcción

Tool to validate and standardize addresses. Use when you need detailed parsing, geocode, and deliverability verdict of an address.

Parámetros de entrada

  • addressobjectObligatorio

    Address to validate; use addressLines for unformatted addresses.

  • sessionTokenstring

    Autocomplete session token (URL-safe base64, ≤36 chars).

  • enableUspsCassboolean

    Enable USPS CASS mode (US/PR only).

  • languageOptionsobject

    Preview language options.

  • previousResponseIdstring

    For follow-up requests; omit on first request.

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