Integrations
Supabase Auth Integration
Import and sync users from Supabase Auth to your contact lists. Connect with your service role key.
Connect your Supabase project to sync GoTrue user data into Transmit.
Setup
Step 1: Get API Settings
Log in to your Supabase Dashboard, select your project, and go to Settings → API.
Step 2: Copy Service Role Key
Under "Project API keys", copy the service_role key.
Warning: The
service_rolekey grants administrative access. Never expose it in client-side code.
Step 3: Connect in Transmit
Go to Contacts → Auth Import, select Supabase, and enter your Project URL and Service Role Key.
Data Mapping
| Supabase Field | Transmit Property |
|---|---|
email | Primary Email |
user_metadata | Metadata (JSON) |
last_sign_in_at | Last Activity |
created_at | Signup Date |
What's Imported
Imported:
- Identity email addresses
- JSON user metadata
- Email verification status
- Account timestamps
Not Imported:
- Encrypted password hashes
- User session tokens
- Row-level private data