Saltar al contenido principal

Conecta tus aplicaciones favoritas con Holded

Echa un vistazo a todo lo que puedes integrar para automatizar tareas y ganar tiempo para lo que verdaderamente importa.

Prueba Holded gratis durante 14 días. Sin tarjeta de crédito.

Hecho para developers

Adapta Holded a tu stack

Despliega flujos a medida sin fricciones. Una API REST limpia, webhooks en tiempo real, SDKs oficiales y un servidor MCP para que tu equipo integre, automatice y extienda Holded sin ceremonia.

  • API REST

    Endpoints orientados a recursos, JSON predecible, especificación OpenAPI.

  • Webhooks en tiempo real

    Suscríbete a eventos de facturas, oportunidades e inventario con reintentos.

  • SDKs oficiales

    TypeScript, Python, Go, PHP, clientes tipados, generados desde la spec.

  • Servidor MCP

    Conecta Holded con Claude, Cursor y cualquier agente LLM en minutos.

api.holded.com200 OK
POST/v1/invoicesGET/v1/contactsGET/v1/productsPATCH/v1/deals/:id
// Crea una factura desde cualquier backend.
const res = await fetch(
  "https://api.holded.com/api/invoicing/v1/documents/invoice",
  {
    method: "POST",
    headers: { "key": apiKey },
    body: JSON.stringify(payload),
  }
);
const invoice = await res.json();
// → { id: "inv_018ZK...", status: "created" }
Webhook disparadoinvoice.created142 ms

Prueba Holded gratis durante 14 días

Empieza gratis