CampaignSchedule
Schedules a campaign for delivery using either Timewarp or batch scheduling options (not both).
Input
| Name | Type | Required | Description |
| CampaignID | String | True | The unique identifier of the Mailchimp campaign to be scheduled for delivery. |
| ScheduleTime | String | True | The local date and time when the campaign is scheduled to send. Campaigns can only be scheduled on the quarter-hour (:00, :15, :30, or :45). |
| Timewarp | String | False | If the value is 'true', the campaign uses Mailchimp's Timewarp feature to send emails based on recipients' local time zones.
The default value is false. |
| BatchCount | String | False | Specifies the number of batches in which the campaign should be sent to manage delivery volume. |
| BatchDelay | String | False | The delay between each batch in minutes when using batch sending. |
Result Set Columns
| Name | Type | Description |
| Success | String | If the value is 'true', the campaign was successfully scheduled. If the value is 'false', the operation failed. |