Skip to main content

Parameters

to
string
required
Recipient email address
subject
string
required
Email subject
body
string
required
Email body

Example

{
  "to": "[email protected]",
  "subject": "Hello",
  "body": "Hi there!"
}
{ "status": "sent", "id": "msg_123" }