Abstract
abstractAbstract API provides a suite of APIs for developers to automate various tasks, including data validation, enrichment, and more.
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ónTool to validate the format and country code of an iban number. use after collecting an iban to ensure it is correctly formatted.
ABSTRACT_ABSTRACT_IBAN_VALIDATION_APIAcciónTool 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
ibanstringObligatorioInternational Bank Account Number to validate, accepts with or without spaces. Example: 'BE71096123456769'.
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
Email reputationABSTRACT_EMAIL_REPUTATION_APIAcciónTool 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.
ABSTRACT_EMAIL_REPUTATION_APIAcciónTool 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
emailanyObligatorioemailThe email address to analyze.
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
Email ValidationABSTRACT_VALIDATE_EMAILAcciónTool to validate whether an email address is real and deliverable. use after collecting an email address to confirm deliverability.
ABSTRACT_VALIDATE_EMAILAcciónTool to validate whether an email address is real and deliverable. use after collecting an email address to confirm deliverability.
Parámetros de entrada
emailanyObligatorioemailThe email address to validate.
auto_correctbooleanWhether to auto-correct typos in the submitted email (default: True).
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