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 — all through one clean API.

POST https://pmd.kingslist.pro/api/v3/mail/send
Get your API key Read the docs
Send in one request
# A single, personalized message
curl -X POST https://pmd.kingslist.pro/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
Setup
5 min
import SQL, edit config

Ready to dispatch?

Create an account, grab your API key, and send your first tracked email in minutes.

Create free account