Campaigns

Test campaign

Allow to send a test campaign to an email. If the email is in the subscribers, custom fields will be filled

post/1/newsletters/{domain}/campaigns/{campaign}/test

Path parameters

domaininteger required

Unique identifier of the Domain

campaigninteger required

Unique identifier of the Campaign

Request body

emailstring required

Valid email address as per RFC 2821

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.