v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Email Campaigns

Send an email campaign to your test list

post/emailCampaigns/{campaignId}/sendTest

Path parameters

campaignIdinteger required

Id of the campaign

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