Is it possible to replace the standard emails with...
# off-topic
n
Is it possible to replace the standard emails with webhooks, so i can use my own email service?
g
If you are talking about system emails under auth settings.
n
I know about this, but i want to use my own service on my server utilizing Postmark templates. But i want Supabase to send my server a webhook request whenever a user signs up etc
g
You can certainly have a trigger function on insert to auth.users and call a service with the http extension or function hooks
But Supabase will still do all its normal Auth stuff before that insert...