POST emails/sendTest

Send a test of an existing email to a single recipient.

* required

Parameters

Name Type Description
emailID * integer Unique ID of email
recipientEmail * email-address Email address that will receive the test. If the email is held or suppressed, an error will be thrown.

Response Data

Method returns no data

Permissions

Method requires the Send Mail permission

Example Calls

Send test email

POST
/emails/sendTest
cURL
Copy
Response Data

API Console

The console uses production data, so BE CAREFUL!
POST
emails/sendTest
Request Body
{"recipientEmail":"","emailID":0}
Access token: *