CampaignSchedule
					< Return to Method List
				
				
					string
					CampaignSchedule(integer
					$id,
					string $when,
					array $lists [,
					boolean $smart [,
					boolean $confirmed]])
				
				
					Schedule a campaign for delivery.
				
				Parameters
					| integer id | The id for the campaign to schedule. | 
|---|---|
| string when | An English date/time string for delivery scheduling. | 
| array lists | An array of list ids to send the delivery to. | 
| boolean smart | OPTIONAL. Should we use "Smart Send" for this delivery? Default = FALSE. | 
| boolean confirmed | OPTIONAL. Send this delivery only to confirmed (opted-in) subscribers. Default = FALSE. | 
Return Value
					| string | Returns a string describing the final delivery time as scheduled. | 
|---|