Get API
Back to Marketplace
📨
Freemiumv1.9.0⭐ Featured API

MessengerGrid Email API

Communication Infrastructure

MessengerGrid provides SMTP relay, REST API, and drag-and-drop template editor. Features include: real-time event webhooks (open, click, bounce), IP warming, suppression lists, DKIM/SPF auto-config, A/B testing, and detailed deliverability reports. 99.5% deliverability rate guaranteed.

RESTTypeScript SDKWebhooksOpenAPINode.js
https://api.messengergrid.com/v1
Trust Score

4.8 / 5

267 dev notes

Live Uptime

99.95%

Guaranteed SLA

Avg Latency

140ms

Global Edge

API Traffic

7.5M

monthly average

Available Endpoints

POST/mail/sendSend a single or batch email
POST/templatesCreate a reusable email template
GET/stats/email/:idGet delivery stats for a sent email
POST/webhooksRegister email event webhooks
Implementation Example
import { MessengerGrid } from '@getapi/messengergrid';

const mg = new MessengerGrid({ apiKey: process.env.MG_KEY });

await mg.mail.send({
  from: 'noreply@myapp.com',
  to: ['user@example.com'],
  subject: 'Welcome to Get API! 🎉',
  template_id: 'welcome-v2',
  variables: { name: 'Alex', plan: 'Team' },
});

API Access

✓ FREE TIER ACTIVE

First 300 calls are free every month.

Personal$19/mo
Team$59/mo
Enterprise$249/mo
Technical Docs

API Provider

Omar Hassan

Omar Hassan

Cloud infra engineer. Auth, storage, and infra APIs.