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