Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Sets/edits the scheduling of a message

Method parameters

  • string ScheduleNewsletterQueue (string accessKey, int listID, int newsletterID, int scheduleID, string deliverydt, inttimezone)
    • accessKey: access key obtained using the LoginFromId method
    • listID: list identifier. Lists and corresponding IDs can be obtained calling the GetLists Method
    • newsletterID: ID of the message
    • scheduleID: ID of the schedule
    • deliverydt: a string containing date and time of scheduled delivery, in the format yyyyMMddHHmmss. If not specified, the sending starts immediately, and in case another sending is in progress the message is queued
    • timezone: an integer indicating the time zone

SOAP Examples

SOAP Response
<ScheduleNewsletterQueueResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<schedule>Delivery scheduled at 30/09/2009 9:30:00 GMT 1</schedule> 
</ScheduleNewsletterQueueResult>



  • No labels