> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrate Memberful with other email newsletter services

> Connect Memberful to other email newsletter services using Zapier. Sync members to mailing lists in Mailchimp, ConvertKit, and similar tools automatically.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

Memberful can connect to email newsletter services that do not have a direct integration by using Zapier. This lets you send member data to the tools you already use for email marketing and audience management.

In this help article, we'll explain how to connect Memberful to other email newsletter services like beehiv and Flodesk with Zapier.

## Integrate other email newsletter services with Zapier

If you use a service like Flodesk or another email provider that does not have a direct Memberful integration, you can connect it to Memberful with Zapier.

You can use our [Zapier guide](/api-reference/integrate-with-zapier/) to get started, then choose one of our pre-made Zap templates or create your own custom Zaps.

<Frame>
  <img src="https://mintcdn.com/memberful/WmjL9ljxkoaEB5Hq/images/integrations/email-newsletters/other-integrations/zapier-email-integrations.png?fit=max&auto=format&n=WmjL9ljxkoaEB5Hq&q=85&s=e283fd9c40982ab3c348243ab7e4e851" alt="Zapier templates for Memberful email newsletter integrations" width="1440" height="471" data-path="images/integrations/email-newsletters/other-integrations/zapier-email-integrations.png" />
</Frame>

## Use Memberful for newsletters instead

If you do not already have an email newsletter service, you may not need a separate provider. Memberful can send members-only newsletters at no extra cost.

<Callout icon="info" color="#22E273">
  [Send members-only newsletters via Memberful](/overview/setup-guides/member-newsletter/).
</Callout>

<RelatedDocs
  link1={{
url: "/newsletters/integrations/kit/",
label: "Integrate with Kit.",
}}
  link2={{
url: "/newsletters/integrations/active-campaign/",
label: "Integrate with ActiveCampaign.",
}}
/>
