Veriphone
veriphoneVeriphone is a REST-based JSON API that provides phone number validation services, allowing developers to verify the validity, type, carrier, and region of phone numbers.
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.
Get Example Phone NumberVERIPHONE_GET_EXAMPLE_PHONE_NUMBERAcciónTool to retrieve an example phone number for a specified country and type. use after confirming the country code. example: 'get an example mobile number for us'.
VERIPHONE_GET_EXAMPLE_PHONE_NUMBERAcciónTool to retrieve an example phone number for a specified country and type. use after confirming the country code. example: 'get an example mobile number for us'.
Parámetros de entrada
typestringenumOptional phone number type; one of 'mobile', 'landline', 'voip', 'tollfree'
mobilelandlinevoiptollfreepurposestringOptional usage purpose (e.g., 'test', 'demo')
country_codeanyObligatorio2-letter uppercase ISO country code (e.g., 'US', 'GB')
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
Verify Phone NumberVERIPHONE_VERIFY_PHONE_NUMBERAcciónTool to verify if a phone number is valid. use when you need to confirm formatting, region, and carrier details.
VERIPHONE_VERIFY_PHONE_NUMBERAcciónTool to verify if a phone number is valid. use when you need to confirm formatting, region, and carrier details.
Parámetros de entrada
phonestringObligatorioPhone number to verify (E.164 or any common format).
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