Skip to main content
POST
Send an email

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer rb_live_...

Headers

Idempotency-Key
string

Body

application/json
from
string
required
Example:

"Team <hello@mail.shuttlers.ng>"

to
string[]
required
subject
string
required
cc
string[]
bcc
string[]
reply_to
string[]
html
string
text
string
headers
object
tags
string[]
track_opens
boolean
track_clicks
boolean
send_at
string<date-time>

Response

Queued.

id
string<uuid>
status
enum<string>
Available options:
queued,
scheduled,
sent,
delivered,
bounced,
complained,
cancelled,
failed