If you are looking to send Supabase authentication emails with Loops, check out our Supabase SMTP docs.
Our Supabase integration lets you:
- Create and update contacts
- Send events to trigger loops
Supported events
We accept the following database events for theauth.users table:
INSERTUPDATEDELETE
Synced data
ForINSERT and UPDATE events, we sync the following Supabase data to your Loops contacts:
- User ID
- Email address
- First and last name (optional)
auth.users table. Key names should be first_name and last_name.
DELETE events can be used to delete or unsubscribe your Supabase users from your Loops audience.

