NAiOS IconNAiOS Logo
Volver al catálogo

Abstract

abstract

Abstract API provides a suite of APIs for developers to automate various tasks, including data validation, enrichment, and more.

Acciones
3
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 (3)

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.

Validate IBANABSTRACT_ABSTRACT_IBAN_VALIDATION_APIAcción

Tool to validate the format and country code of an iban number. use after collecting an iban to ensure it is correctly formatted.

Parámetros de entrada

  • ibanstringObligatorio

    International Bank Account Number to validate, accepts with or without spaces. Example: 'BE71096123456769'.

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

Email reputationABSTRACT_EMAIL_REPUTATION_APIAcción

Tool to enrich an email address with reputation and risk scoring data. use when you need to assess an address's deliverability and risk before outreach. use after confirming your api key is valid.

Parámetros de entrada

  • emailanyObligatorioemail

    The email address to analyze.

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

Email ValidationABSTRACT_VALIDATE_EMAILAcción

Tool to validate whether an email address is real and deliverable. use after collecting an email address to confirm deliverability.

Parámetros de entrada

  • emailanyObligatorioemail

    The email address to validate.

  • auto_correctboolean

    Whether to auto-correct typos in the submitted email (default: True).

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