← Back to integrations

Email

Resend

Resend integration for sending emails. Typed client and React email support.

free

Install

npx integrateapi add resend

What 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 /> })