Is it possible to replace the standard emails with webhooks, so i can use my own email service?
g
garyaustin
01/30/2022, 10:01 PM
If you are talking about system emails under auth settings.
n
n0a
01/30/2022, 10:03 PM
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
garyaustin
01/30/2022, 10:04 PM
You can certainly have a trigger function on insert to auth.users and call a service with the http extension or function hooks
garyaustin
01/30/2022, 10:05 PM
But Supabase will still do all its normal Auth stuff before that insert...