Navigation
Mobile DocsNavigation
Mobile DocsPowerful email API service for sending, receiving, and tracking emails.
Integrate with Mailgun to send transactional emails, manage mailing lists, track email performance, and handle inbound email routing. Mailgun is a developer-focused email service used by thousands of companies to send billions of emails with powerful APIs, flexible webhooks, and detailed analytics.
Placeholder: Enter your Mailgun private API key
Layout: full
Placeholder: mg.yourdomain.com
Layout: full
Layout: full
Options: US, EU
Layout: full
Options: Send Email, Send Batch Emails, Validate Email, Get Stats
Placeholder: sender@yourdomain.com
Layout: half
Condition: operation = ["send_email","send_batch"]
Placeholder: recipient@example.com
Layout: half
Condition: operation = ["send_email","validate_email"]
Placeholder: Email subject
Layout: full
Condition: operation = ["send_email","send_batch"]
Placeholder: Plain text email body
Layout: full
Condition: operation = ["send_email","send_batch"]
Placeholder: <html><body>HTML email content</body></html>
Layout: full
Condition: operation = ["send_email","send_batch"]
Placeholder: {"user@example.com": {"name": "John", "id": "123"}}
Layout: full
Condition: operation = "send_batch"
Required
Required
Optional
Required
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"data": "json"
}