Send email
Send one or many emails with HTML, text, templates, attachments, and tracking.
{
"to": "recipient@example.com",
"subject": "Welcome to DropAphi",
"html": "<h1>Hello there</h1>",
"text": "Hello there",
"template": "welcome",
"templateData": {
"name": "Ada"
},
"fromName": "DropAphi",
"tracking": {
"opens": true,
"clicks": true
}
}{
"success": true,
"data": {
"id": "eml_123",
"status": "PENDING",
"message": "Email queued successfully"
}
}- Each recipient counts as one email unit.
- You can pass cc, bcc, attachments, and custom headers.