Call Edge Functions from Database Functions
How do you call Edge Functions from Database Functions via Triggers. This seems like it should be a no-brainer but there's no obvious way to do it in the UI apart from writing complex
Use case
Sending a user a welcome email. When a user is created in the database I want to trigger an edge function that handles my email routing.
plpgsql and calling the REST API directly but this feels like a hacky way to do it so I'm assuming I'm missing something?Use case
Sending a user a welcome email. When a user is created in the database I want to trigger an edge function that handles my email routing.