Skip to content

Getting Started

Resend Plus is a modern email API built for developers. It provides a simple interface to send transactional emails, manage audiences, and track delivery.

Features

  • Transactional Emails - Send emails via API with HTML or plain text
  • Templates - Create reusable email templates with dynamic variables
  • Broadcasts - Send bulk emails to audiences
  • Audiences & Contacts - Manage subscriber lists
  • Domains - Configure custom sending domains
  • Webhooks - Receive real-time event notifications
  • Analytics - Track opens, clicks, and delivery rates

Prerequisites

  • A Resend Plus account
  • A verified domain (for production use)
  • An API key

Installation

Install the TypeScript SDK:

bash
npm install @resend-plus/sdk

Or use the REST API directly.

Next Steps

Built with VitePress