© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
3 replies
Max52

How to call api when new user is created

I use magic link sign in with Supabase, so no sign up needed. I want to send a transactional email when new users are created but I'm not sure the best way to approach it. I can make an API endpoint that does it but I'll need to call it somewhere.

I have a stored procedure that runs when a user is added to the
auth.users
auth.users
. So maybe I could call my api from there?

Since supabase sends a confirmation email instead of a sign in email on a user creation (even when using
signIn()
signIn()
), could I do something with that?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to read user_metadata inside trigger function when new user is created?
SupabaseSSupabase / help-and-questions
4y ago
how to detect when user has been created ?
SupabaseSSupabase / help-and-questions
4y ago
How to create a new row in public.users_data when a new user is added to auth.User
SupabaseSSupabase / help-and-questions
4y ago
No api call is working
SupabaseSSupabase / help-and-questions
4y ago