Resend
Resend is used for sending email alerts, primarily for health check failures (services going down or degraded). It also supports custom alert emails.What it powers
- Alert system — Sends formatted HTML emails when BetterStack reports services as DOWN or DEGRADED
- Custom alerts — Send arbitrary alert emails via the
/api/alerts/sendendpoint
Getting your API key
Sign in to Resend
Go to resend.com and sign in.
Create an API key
Go to API Keys in the sidebar (or visit resend.com/api-keys).Click Create API Key. Give it a name and select appropriate permissions.
Environment variables
.env.local
API details
| Property | Value |
|---|---|
| API base URL | https://api.resend.com |
| Rate limit | 2 req/s (free tier), 100/s (pro) |
| Cache TTL | N/A (send-only) |
| Authentication | Bearer token (Authorization: Bearer re_...) |
Resend is the only service that sends data out rather than fetching it in. If not configured, alerts simply won’t be sent — the dashboard still works normally.