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
Response
Test send accepted
Example response
{
"success": true,
"message": "Test email queued for you@example.com"
}