NAiOS IconNAiOS Logo
Volver al catálogo

Veriphone

veriphone

Veriphone 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
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.

Get Example Phone NumberVERIPHONE_GET_EXAMPLE_PHONE_NUMBERAcción

Tool 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

  • typestringenum

    Optional phone number type; one of 'mobile', 'landline', 'voip', 'tollfree'

    mobilelandlinevoiptollfree
  • purposestring

    Optional usage purpose (e.g., 'test', 'demo')

  • country_codeanyObligatorio

    2-letter uppercase ISO country code (e.g., 'US', 'GB')

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

Verify Phone NumberVERIPHONE_VERIFY_PHONE_NUMBERAcción

Tool to verify if a phone number is valid. use when you need to confirm formatting, region, and carrier details.

Parámetros de entrada

  • phonestringObligatorio

    Phone number to verify (E.164 or any common format).

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