Integración · Zoho Invoice

Automatización de Zoho Invoice vía Rube MCP

Automatiza la gestión completa de Zoho Invoice: creación de facturas, presupuestos, seguimiento de pagos y administración de clientes.
EJEMPLO ILUSTRATIVO · requiere conexión a Zoho Invoice vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Zoho Invoice) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "Zoho Invoice",
  "tool_slug": "ZOHO_INVOICE_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "Zoho Invoice",
  "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"
    }
  ]
}
Descubre herramientas disponibles via RUBE_SEARCH_TOOLS, gestiona la conexión OAuth con Zoho Invoice y ejecuta operaciones mediante RUBE_MULTI_EXECUTE_TOOL con soporte para flujos batch paralelos.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.