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

# Supabase

> Send Supabase authentication emails and sync Supabase users with Loops.

export const SupabaseIcon = () => {
  return <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 109 113">
      <path fill="url(#a)" d="M63.708 110.284c-2.86 3.601-8.658 1.628-8.727-2.97l-1.007-67.251h45.22c8.19 0 12.758 9.46 7.665 15.874l-43.151 54.347Z" />
      <path fill="url(#b)" fillOpacity=".2" d="M63.708 110.284c-2.86 3.601-8.658 1.628-8.727-2.97l-1.007-67.251h45.22c8.19 0 12.758 9.46 7.665 15.874l-43.151 54.347Z" />
      <path fill="#ffbca6" d="M45.317 2.071c2.86-3.601 8.657-1.628 8.726 2.97l.442 67.251H9.83c-8.19 0-12.759-9.46-7.665-15.875L45.317 2.072Z" />
      <defs>
        <linearGradient id="a" x1="53.974" x2="94.163" y1="54.974" y2="71.829" gradientUnits="userSpaceOnUse">
          <stop stopColor="#FF4A00" />
          <stop offset="1" stopColor="#ffbca6" />
        </linearGradient>
        <linearGradient id="b" x1="36.156" x2="54.484" y1="30.578" y2="65.081" gradientUnits="userSpaceOnUse">
          <stop />
          <stop offset="1" stopOpacity="0" />
        </linearGradient>
      </defs>
    </svg>;
};

Loops integrates with Supabase in two ways:

* sending Supabase Auth emails
* syncing Supabase users into your Loops audience.

Pick the guide that matches what you're setting up.

<CardGroup cols={2}>
  <Card title="Auth Hook" icon={SupabaseIcon()} href="/docs/integrations/supabase/send-email">
    Send every Supabase Auth email through Loops.
  </Card>

  <Card title="Contact sync" icon={SupabaseIcon()} href="/docs/integrations/supabase/contact-sync">
    Sync Supabase users to your Loops audience and trigger workflows.
  </Card>
</CardGroup>

<Info>
  Loops also supports sending Supabase auth emails with [SMTP](/docs/smtp/supabase).
</Info>


## Related topics

- [Supabase SMTP](/docs/smtp/supabase.md)
- [Supabase - Send emails](/docs/integrations/supabase/send-email.md)
- [Supabase - Sync contacts](/docs/integrations/supabase/contact-sync.md)
- [Incoming webhooks](/docs/integrations/incoming-webhooks.md)
- [Integrations](/docs/integrations.md)
