from
behavior is highly dependent on your account’s setup!The sender email configuration depends on your account setup:
- 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>’)
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Recipient email address(es). Can be a string or array of up to 10 addresses
Example:
"john.doe@example.com"
Accepts: "Example email@domain.com" or "Contiguity" or "email@domain.com"
Example:
"Contiguity <no-reply@contiguity.com>"
Subject of the email
Example:
"Hello, world!"
Reply-to email address
Example:
"john.doe@example.com"
Carbon copy email address(es). Can be a string or array of up to 10 addresses
Example:
[
"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
Example:
["secret@example.com"]
Custom email headers
Example:
[{ "name": "X-Priority", "value": "1" }]