Transactional and marketing email at scale. Trusted by 80,000+ companies.
https://api.sendgrid.com
SendGrid (by Twilio) provides a REST API for sending transactional email (order confirmations, password resets, notifications) and marketing email (newsletters, campaigns). It handles deliverability, tracking, and bounce management.
The v3 API uses JSON bodies and Bearer token auth. The Mail Send endpoint supports templates, personalization, attachments, and scheduling. Stats endpoints give you open rates, click rates, and bounce data.
SG.| Method | Path | Description |
|---|---|---|
| POST | /v3/mail/send |
Send an email (transactional or marketing) |
| GET | /v3/stats |
Get aggregate email statistics |
| GET | /v3/suppression/bounces |
List bounced email addresses |
| GET | /v3/suppression/unsubscribes |
List unsubscribed recipients |
| GET | /v3/templates |
List dynamic email templates |
| POST | /v3/marketing/contacts |
Add or update marketing contacts |
Password resets, order confirmations, welcome emails. Reliable delivery at any scale.
Send newsletters and campaigns with templates, A/B testing, and scheduling.
Track bounces, spam reports, and unsubscribes to maintain sender reputation.
Open rates, click rates, and engagement data across all your email programs.