Browse/Supabase/Invoke an Edge Function
Invoke an Edge Function
Supabase
$19 · Pro
Call a deployed Supabase Edge Function from client code.
invoke-edge-function.ts
const { data, error } = await supabase.functions.invoke<GenerateInvoiceResponse>('generate-invoice', { body: { orderId, sendEmail: true } })
Unlock the full snippet
This is a Pro snippet — get all-access for $19, or unlock just this one snippet for $1.