Maileroo · Capability
Maileroo Email API
The Maileroo REST API allows sending transactional and marketing emails via JSON requests with high deliverability. Supports HTML and plain text emails, attachments, tracking, templates, scheduled delivery, and bulk sending. All requests are authenticated via an API sending key passed in the X-Api-Key header or as a Bearer token in the Authorization header.
What You Can Do
POST
Sendbasicemail
— Send a basic email
/emails
POST
Sendtemplatedemail
— Send a templated email
/emails/template
POST
Sendbulkemails
— Send bulk emails
/emails/bulk
GET
Listscheduledemails
— List scheduled emails
/emails/scheduled
DELETE
Deletescheduledemail
— Delete a scheduled email
/emails/scheduled/{reference_id}
MCP Tools
sendbasicemail
Send a basic email
sendtemplatedemail
Send a templated email
sendbulkemails
Send bulk emails
listscheduledemails
List scheduled emails
read-only
idempotent
deletescheduledemail
Delete a scheduled email
idempotent