Campaigns

Send campaign test

Queues a test send for a campaign and returns the target address, campaign ID, and job 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
recipientEmailstring email
jobIdstring

Example response

{
  "success": true,
  "message": "Test email queued for you@example.com"
}

Changes