CampaignTest
Sends a test email for a MailChimp campaign.
Input
| Name | Type | Required | Description |
| CampaignID | String | True | The ID of the campaign to test. |
| TestEmails | String | True | A comma-separated list of emails to send. |
| SendType | String | True | The type of test email to send. Either html or plaintext
The allowed values are html, plaintext. The default value is html. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the test was successful. |