T
transmit.
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_role key 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 FieldTransmit Property
emailPrimary Email
user_metadataMetadata (JSON)
last_sign_in_atLast Activity
created_atSignup 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