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

By connecting Zoho CRM, your agent can sync leads and deals from your conversations with your Zoho CRM account, and you gain tools so the agent can look up and write to Zoho while chatting with a customer — for example, checking whether a contact with that email already exists before creating a duplicate one.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting Zoho CRM, your agent can sync leads and deals from your conversations with your Zoho CRM account, and you gain tools so the agent can look up and write t…"
    href="/en/integrations/zoho/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Notice — The authorization code expires in 3 minutes Unlike HubSpot or Brevo, connecting Zoho has a step against the clock: the authorization code Zoho generates expi…"
    href="/en/integrations/zoho/02-antes-de-empezar/"
  />
  <LinkCard
    title="In Zoho: creating the Self Client and the authorization code"
    description="Requirements: a Zoho CRM account with access to api-console.zoho.com (section 2)."
    href="/en/integrations/zoho/03-en-zoho-crear-el-self-client-y-el-codigo-de-autorizacion/"
  />
  <LinkCard
    title="In Platform: connecting Zoho CRM"
    description="Requirements: Admin role; the four values from section 3, copied and ready BEFORE generating the authorization code (remember: it expires in about 3 minutes)."
    href="/en/integrations/zoho/04-en-platform-conectar-zoho-crm/"
  />
  <LinkCard
    title="Which actions to activate, and for whom"
    description="Connecting Zoho CRM 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/zoho/05-que-acciones-activar-y-para-quien/"
  />
  <LinkCard
    title="Testing the connection"
    description="With Zoho CRM already connected, the detail's Status tab includes a Test connection button that checks, on the spot, that the saved token is still valid against Zoho'…"
    href="/en/integrations/zoho/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 write to Zoho CRM while chatting."
    href="/en/integrations/zoho/07-usarla-desde-el-agente-y-desde-los-flujos/"
  />
  <LinkCard
    title="Common problems"
    description="Can I connect more than one Zoho account?"
    href="/en/integrations/zoho/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting Zoho CRM and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/zoho/09-desconectar-zoho-crm-y-que-pasa-con-tus-datos/"
  />
</CardGrid>