Generate, configure, and deploy Supabase Edge Functions from Rocket chat.
“Create an Edge Function that sends a welcome email with Resend when a user signs up.”
Rocket asking for the Resend API key when creating a welcome email function
Rocket Edge Function popup with function preview, secrets field, and push button
Supabase dashboard showing deployed Edge Functions
Supabase dashboard showing stored Edge Function secrets
“Send a welcome email using Resend when a new user signs up.”Rocket does:
RESEND_API_KEY
secret.“When users sign up, they are not receiving the welcome email. Please fix this.”