MerchantryTidbits

communication-automation / library

Resend Node SDK

Capability: Resend Node SDK

Use it when

  • send transactional email from a Node or TypeScript application
  • need a small typed API for password resets, receipts, and product notifications

What it solves

Not the fit when

  • hosted delivery still depends on the Resend service

Install

npm install resend

Invoke

import { Resend } from 'resend'; const resend = new Resend(process.env.RESEND_API_KEY); await resend.emails.send({...});

Alternatives

No reviewed alternatives recorded yet.