Skip to main content
POST
Send a test email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
eaccount
string
required

The email account that will be used to send this email. It has to be an email account connected to your workspace.

Example:

"jondoe@example.com"

to_address_email_list
string
required

Comma-separated list of recipients that will receive the test email.

Example:

"recipient@example.com,recipient2@example.com"

subject
string
required

Subject line of the test email.

Example:

"Test email subject"

body
object
required

HTML body of the test email.

Response

Default Response

status
enum<string>
required
Available options:
success
Example:

"success"