<- Back to Directory
R
Sales Intelligence

Resend

Modern email API built for developers.

About Resend
Resend is a developer-first email API that makes sending transactional and marketing emails simple and reliable. The REST API supports sending emails with React components as templates, domain verification, audience management, and detailed delivery analytics. With SDKs for Python, Node.js, Go, and Ruby, Resend is ideal for SaaS teams that want to own their email infrastructure with minimal setup.
Use Resend for
Technical Details
API Type
REST
Authentication
API Key
Pricing Tier
Paid Only
SDK Languages
N/A
Webhooks
No
MCP Setup
{
  "mcpServers": {
    "resend": {
      "command": "npx",
      "args": ["-y", "@resend/mcp-server"],
      "env": {
        "RESEND_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}