Function API auto_email Setup 1. install Supabase (windows) - install deno - irm https://deno.land/install.ps1 | iex - https://supabase.com/docs/guides/functions/quickstart - https://www.youtube.com/watch?v=5OWH9c4u68M - npx supabase init - npx supabase functions new auto_email creates under supabase/functions/auto_email auto_email is function name and endpoint access 2. test locally - npx supabase start - npx supabase functions serve --no-verify-jwt http://127.0.0.1:54321/functions/v1/auto_email 3. Deploy live - Setup live DB connection npx supabase login - npx supabase functions deploy auto_email --no-verify-jwt https://zbocxsdglolhcijqyyuy.supabase.co/functions/v1/auto_email zbocxsdglolhcijqyyuy is project reference 99. Extra Deploy Secrets - npx supabase secrets set --env-file .env