Appearance
Sign in with OTP (Supabase)
Send a one-time code (OTP) to a user’s email address so they can sign in without a password.
Add the action
- Create (or open) an
Interfaceworkflow. - Click
Add an action. - Select
From Authentication→Sign in with OTP. - Select the Supabase
Connectionyou want to use.
Configure the action
- Email: The email address that should receive the code.
Advanced
- Create user if not exists: If enabled, Supabase creates the user automatically if they don’t exist yet.
- Email redirect URL: Where Supabase should send the user after they click the email link (if your OTP flow uses links).
What to do next
After the user receives the code, use Verify OTP to confirm the token and complete the sign in.

