Database API-Webhook help
Hello, i need a little help-guidance, i was able to setup a signup using supabase and create a table called profiles with the data of those sign ups, the profiles table has an email column, that gets the email the user used for signing up, i would like to make an api call with that email each time a user signs up, i would like make it as simple as possible, im trying with database webhooks because it seems like the simplest solution but i cannot make it work, can anyone just tell me if this is doable with webhooks, what else should I do? thanks in advance.