CampaignTest
Sends a test email version of a campaign to verify design and content before sending.
Input
| Name | Type | Required | Description |
| CampaignID | String | True | The unique identifier of the Mailchimp campaign to send as a test. |
| TestEmails | String | True | A comma-separated list of recipient email addresses to which the test campaign will be sent. |
| SendType | String | True | Specifies the format of the test email to send. Accepted values are 'html' or 'plaintext'.
The allowed values are html, plaintext. The default value is html. |
Result Set Columns
| Name | Type | Description |
| Success | String | If the value is 'true', the test email was sent successfully. If the value is 'false', the operation failed. |