ProMailDispatch
PMD API · v3

Dispatch email the way
developers actually want to.

Create HTML templates, personalize every recipient, send single or bulk, and watch delivery, opens, and clicks land in real time. Sign up to request a token, then drive the whole API from your browser or your code.

POST https://promaildispatch.cloud/api/v3/mail/send
Request API access Read the docs
Send in one request
# A single, personalized message
curl -X POST https://promaildispatch.cloud/api/v3/mail/send \
  -d "api_key=YOUR_API_KEY" \
  -d "template_id=12" \
  -d "recipient=user@example.com__meetingName:Conference"
The response
{
  "error": false,
  "message": "Mail sent.",
  "data": { "batch_id": 42, "delivered": 1 }
}
What you get
Templates
Upload HTML once, reuse it with {{placeholders}} for every recipient.
Personalization
Pass per-recipient params inline — no separate merge step.
Bulk sending
Comma lists or an uploaded .txt file, up to thousands per call.
Verification
Check syntax, MX records, and disposable domains before you send.
Open & click tracking
v3 wires tracking automatically on every message.
Delivery insight
Funnel summaries, recipient status, and full event history.

Endpoints
8
REST, all POST
Send modes
3
single · no-template · bulk
Tracked events
9
queued → delivered → clicked
Access
Reviewed
tokens issued by hand
How access works
1 · Sign up
Create your account on this console.
2 · Request
Describe what you intend to send.
3 · Receive
A token is issued after review — not automatically.
4 · Dispatch
Add the token and use the API from here or your code.

Ready to dispatch?

Create an account and tell us what you plan to send. API keys are issued manually after a quick review — once yours arrives, add it here and start dispatching.

Create account