Integración · RealPhoneValidation

Validacion automatizada de numeros de telefono reales

Valida numeros de telefono en tiempo real contra la API de RealPhoneValidation para garantizar la calidad de los datos de contacto.
EJEMPLO ILUSTRATIVO · requiere conexión a RealPhoneValidation vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (RealPhoneValidation) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "RealPhoneValidation",
  "tool_slug": "REALPHONEVALIDATION_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "RealPhoneValidation",
  "count": 3,
  "items": [
    {
      "id": "itm_001",
      "name": "Ejemplo A",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_002",
      "name": "Ejemplo B",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_003",
      "name": "Ejemplo C",
      "updated": "2026-06-12"
    }
  ]
}
Usa el protocolo Rube MCP de Composio para descubrir herramientas dinamicamente y ejecutar operaciones de validacion sin necesidad de configurar API keys directamente.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.