← Back to integrationsEmail
Resend
Resend integration for sending emails. Typed client and React email support.
free
Install
npx integrateapi add resendWhat you get
- Transactional email
- React Email
- Domains
Example
resend usage
import { resend } from "@/lib/integrations/resend"
await resend.emails.send({ from: "...", to: "...", subject: "...", react: <Template /> })