Skip to Content
API ReferenceEdge Functions Reference

Edge Functions Reference

Edge Functions are server-side functions that run on Supabase’s edge infrastructure. GoConverso uses them for operations that require server-side logic, such as processing Stripe webhooks, sending transactional emails, handling public form submissions, and managing wallet payouts.

Detailed documentation for this section is being written. Check back soon for comprehensive guides, function references, deployment instructions, and integration examples.

Overview

GoConverso deploys multiple Edge Functions to handle server-side operations that cannot be performed safely in client-side code. These functions run in Deno and have access to environment variables including the Supabase service role key for bypassing Row Level Security when necessary. Key functions include stripe-webhook for payment processing, send-portal-otp for client authentication, process-reminders for automated notifications, and submit-form for public form handling. Some functions require the --no-verify-jwt flag during deployment to accept unauthenticated requests.