Send an Email
- If you haven’t verified a domain: You can only use Contiguity’s email infrastructure. Simply provide your sender name (e.g. ‘Contiguity’).
-
If you have verified a domain: You can either:
- Use your verified domain (e.g. ‘Contiguity <custom@your-domain.com>’)
- Or still use Contiguity’s email address (e.g. ‘Contiguity <random-hash@contiguity.email>’)
bodyhtml / text properties.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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" }