Campaigns

Send campaign test

Requests a test send for a campaign and returns the target address and campaign ID.

post/campaigns/{campaignId}/test

Path parameters

campaignIdstring required

Campaign ID

Request body

tostring email required

Test recipient email address.

Response

Test send accepted

successboolean
messagestring
campaignIdstring

Example response

{
  "success": true,
  "message": "Test email would be sent to you@example.com"
}

Changes