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.
# 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"
{
"error": false,
"message": "Mail sent.",
"data": { "batch_id": 42, "delivered": 1 }
}
Create an account, grab your API key, and send your first tracked email in minutes.
Create free account