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

By connecting Brevo, your agent can sync contacts from your conversations with your Brevo account and trigger automatic transactional emails when something relevant happens — for example, when a lead is captured or an appointment is confirmed —, as well as gaining tools to look up and update contacts while chatting.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting Brevo, your agent can sync contacts from your conversations with your Brevo account and trigger automatic transactional emails when something relevant …"
    href="/en/integrations/brevo/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Note — No external authorization process Brevo doesn't require any review or approval process to generate an API key: you generate it yourself, in your own accoun…"
    href="/en/integrations/brevo/02-antes-de-empezar/"
  />
  <LinkCard
    title="In Brevo: generating the API key"
    description="Requirements: a Brevo account with access to SMTP & API (section 2)."
    href="/en/integrations/brevo/03-en-brevo-generar-la-clave-api/"
  />
  <LinkCard
    title="In Platform: connecting Brevo"
    description="Requirements: Admin role; the API key from section 3."
    href="/en/integrations/brevo/04-en-platform-conectar-brevo/"
  />
  <LinkCard
    title="Which actions to activate, and for whom"
    description="Connecting Brevo doesn't activate anything on its own: both panel actions and agent tools are born off — the same &quot;nothing on by default&quot; principle that go…"
    href="/en/integrations/brevo/05-que-acciones-activar-y-para-quien/"
  />
  <LinkCard
    title="Testing the connection"
    description="With Brevo already connected, the detail's Status tab includes a Test connection button that checks, on the spot, that the saved key is still valid against Brevo's…"
    href="/en/integrations/brevo/06-probar-la-conexion/"
  />
  <LinkCard
    title="Using it from the agent and from flows"
    description="With the tools activated (section 5), your agent can look up and update contacts in Brevo while chatting."
    href="/en/integrations/brevo/07-usarla-desde-el-agente-y-desde-los-flujos/"
  />
  <LinkCard
    title="Common problems"
    description="Can I connect more than one Brevo account?"
    href="/en/integrations/brevo/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting Brevo and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/brevo/09-desconectar-brevo-y-que-pasa-con-tus-datos/"
  />
</CardGrid>