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

By connecting MailChimp, your agent can sync contacts from your conversations with your MailChimp account's audiences and, if you also connect your Mandrill key, 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 MailChimp, your agent can sync contacts from your conversations with your MailChimp account's audiences and, if you also connect your Mandrill key, trig…"
    href="/en/integrations/mailchimp/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Note — No external authorization process MailChimp doesn't require any review or approval process to generate a Marketing API key: you generate it yourself, in your …"
    href="/en/integrations/mailchimp/02-antes-de-empezar/"
  />
  <LinkCard
    title="In MailChimp: generating the API key"
    description="Requirements: a MailChimp account (section 2)."
    href="/en/integrations/mailchimp/03-en-mailchimp-generar-la-clave-api/"
  />
  <LinkCard
    title="In Platform: connecting MailChimp"
    description="Requirements: Admin role; the Marketing API key from section 3 (and, if you want transactional emails, the Mandrill key)."
    href="/en/integrations/mailchimp/04-en-platform-conectar-mailchimp/"
  />
  <LinkCard
    title="Which actions to activate, and for whom"
    description="Connecting MailChimp 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…"
    href="/en/integrations/mailchimp/05-que-acciones-activar-y-para-quien/"
  />
  <LinkCard
    title="Testing the connection"
    description="With MailChimp 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 MailC…"
    href="/en/integrations/mailchimp/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 MailChimp while chatting."
    href="/en/integrations/mailchimp/07-usarla-desde-el-agente-y-desde-los-flujos/"
  />
  <LinkCard
    title="Common problems"
    description="Can I connect more than one MailChimp account?"
    href="/en/integrations/mailchimp/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting MailChimp and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/mailchimp/09-desconectar-mailchimp-y-que-pasa-con-tus-datos/"
  />
</CardGrid>