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
使用できる値は次のとおりです。html, plaintext デフォルト値はhtmlです。 |
Result Set Columns
Name | Type | Description |
Success | String | Whether the test was successful. |