MailDoot
⚙️ SDK & Code Examples

Integrate MailDoot in minutes

Copy-paste ready code for your language. No major development needed — just add your API key and start sending.

🟢 Node.js
🐍 Python
☕ Java
🐘 PHP
⚙️ C
Base URL https://api.maildoot.com/v1
Authentication Authorization: Bearer YOUR_API_KEY
Get API Key →

Quick reference

📤

Send single email

POST /v1/emails/send

to, from, subject, html, text

📦

Bulk send

POST /v1/emails/bulk

recipients[], template_id, variables

📊

Analytics

GET /v1/analytics

opens, clicks, bounces, delivered

🔗

Webhooks

POST /v1/webhooks

delivered, opened, clicked, bounced