bodyhtml / text properties.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Recipient email address(es). Can be a string or array of up to 10 addresses
"john.doe@example.com"
Accepts: "Example <email@domain.com>" or "Contiguity" or "email@domain.com"
"Contiguity <no-reply@contiguity.com>"
Subject of the email
"Hello, world!"
Text content of the email (preferred over body.text)
"Hello, world!"
HTML content of the email (preferred over body.html)
"<p>Hello, world!</p>"
Deprecated: use top-level text/html instead.
Reply-to email address
"john.doe@example.com"
Carbon copy email address(es). Can be a string or array of up to 10 addresses
[
"john.doe@example.com",
"jane.doe@example.com"
]Blind carbon copy email address(es). Can be a string or array of up to 10 addresses
["secret@example.com"]Custom email headers as key-value object
{ "X-Priority": "1" }