Skip to main content
POST
Send Email
Dispatches a single transactional email to one or more recipients.

Headers

string
required
Bearer token formatted as Bearer mfly_live_...

Body

string
required
Sender address, e.g. Acme <hello@acme.com>. Must match a verified domain.
string[]
required
List of recipient email addresses (up to 50).
string
required
Email subject line.
string
HTML message body.
string
Plaintext fallback message.
string
Optional ID or slug of a pre-configured template.
object
Key-value dictionary of dynamic merge variables.

Response

string
Unique message identifier (msg_...).
string
Sender address used.
string[]
Recipient addresses.
string
ISO-8601 timestamp.