{/*
  AUTO-GENERATED by scripts/import-corpus.mjs from manuales/corpus/ — DO NOT EDIT BY HAND.
  Landing page for the "integrations/conexiones-facturas" group (site "tenant") — see scripts/nav-map.json.
*/}

import { CardGrid, LinkCard } from '@astrojs/starlight/components';

Until now, every integration (Google Sheets, HubSpot, Email…) only had ONE connection: the main one, shared by the whole tenant. Now an integration can also have several named connections — for example, two different spreadsheets for two departments, or two different mailboxes — each with its own credentials, its own list of allowed actions (none by default: you enable only the ones that connection needs), and its own scope:

<CardGrid>
  <LinkCard
    title="What a named connection is"
    description="Until now, every integration (Google Sheets, HubSpot, Email…) only had ONE connection: the main one, shared by the whole tenant."
    href="/integrations/conexiones-facturas/01-que-es-una-conexion-con-nombre/"
  />
  <LinkCard
    title="The screen: Integrations → Connections"
    description="Requirements: Admin or Editor role; sharing an already-created connection also requires the integration-management permission."
    href="/integrations/conexiones-facturas/02-la-pantalla-integraciones-conexiones/"
  />
  <LinkCard
    title="Resources with write permission"
    description="Requirements: Admin or Editor role."
    href="/integrations/conexiones-facturas/03-recursos-con-permiso-de-escritura/"
  />
  <LinkCard
    title="The 'Email (read)' piece"
    description="Requirements: Admin or Editor role."
    href="/integrations/conexiones-facturas/04-la-pieza-correo-lectura/"
  />
  <LinkCard
    title="Full procedure: the 'Invoices by email' template"
    description="Requirements: Admin or Editor role; an 'Email (read)' connection to the billing mailbox (section 4), an invoice-extraction connection (an identifier support gives y…"
    href="/integrations/conexiones-facturas/05-procedimiento-completo-la-plantilla-facturas-por-correo/"
  />
  <LinkCard
    title="FAQ"
    description="Can I have two named connections of the same integration at once?"
    href="/integrations/conexiones-facturas/06-preguntas-frecuentes/"
  />
</CardGrid>