v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Transactional emails

Send a template to your test list

post/smtp/templates/{templateId}/sendTest

Path parameters

templateIdinteger required

Id of the template

Request body

emailTostring[]

List of the email addresses of the recipients whom you wish to send the test mail. If left empty, the test mail will be sent to your entire test list. You can not send more than 50 test emails per day.

Example request

{
  "emailTo": [
    "helen.jurger@example.com"
  ]
}

Response

Test email has been sent successfully to all recipients