Supabase email verification
Validate emails before Supabase inserts
Add Verifly to Supabase-backed apps when signups, leads, or imports need an email quality check before records are stored or acted on.
Edge Function checkAPI
const res = await fetch(`https://verifly.email/api/v1/verify?email=${email}`, {
headers: { Authorization: `Bearer ${Deno.env.get("VERIFLY_API_KEY")}` }
})
const verification = await res.json()Real-time SMTP mailbox checks
Single, batch, and async bulk verification
Disposable, role account, and catch-all detection
Pay-as-you-go credits with no subscription lock-in
Search fit
Built for Supabase email verification workflows
Use Verifly when you need a simple API, predictable pricing, and clean JSON results before emails hit your product, CRM, or campaign tool.
Check signup emails in an Edge Function
Reject disposable addresses before creating lead records
Store verification status alongside user metadata
Use batch checks before importing CSV data into Supabase
Related guides
Cheap email verification APIBulk email verification APIEmail API for developersEmail list cleaning APICold email list verificationValidate signup emailsApollo email verificationClay email verificationInstantly email verificationSmartlead email verificationn8n email verificationMake email verificationZapier email verificationCSV email verificationGitHub Action email verificationPipedream email verificationGoogle Sheets email verificationHubSpot email verificationSupabase email verificationNext.js email verificationEmail verification templatesClean HubSpot exportClean Apollo exportClean Instantly exportClean Smartlead exportClean Google Sheets email listEmail list deduplicatorEmail typo fixerDisposable email checkerAPI playground