WS_MailUpSend.GetNewsletterQueues

Returns a list of current sending queues

Method parameters

  • string GetNewsletterQueues(string accessKey, intlistID)
    • accessKey: access key obtained using the Login method
    • listID: list identifier

If error code=0, the message will contain details about the queues

 

SOAP Examples

SOAP Response
<GetNewsletterQueuesResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<ImmediateSendingQueues>
<Queue>
<listID>1</listID>
<newsletterID>1144</newsletterID>
<subject>Test senza permesso allegati</subject>
<deliveryID>1610</deliveryID>
<jobScheduleID>1235</jobScheduleID>
<toBeSent>6</toBeSent>
<progress>0</progress>
<estimatedTime>0d 00h 28m 27s</estimatedTime>
</Queue>
</ImmediateSendingQueues>
<DeferredSendingQueues>
<Queue>
<listID>157</listID>
<newsletterID>1139</newsletterID>
<subject>Newsletter // 2009-09-10 with attachments</subject>
<deliveryID>1612</deliveryID>
<jobScheduleID>1236</jobScheduleID>
<toBeSent>4</toBeSent>
<progress>0</progress>
<estimatedTime>0d 00h 01m 15s</estimatedTime>
<startDate></startDate>
<startTime></startTime>
</Queue>
</DeferredSendingQueues>
<WaitingToSendQueues>
<Queue>
<listID>168</listID>
<newsletterID>1072</newsletterID>
<subject>E-Mail con ancore e link tracking</subject>
<deliveryID>1611</deliveryID>
<jobScheduleID>0</jobScheduleID>
<toBeSent>4</toBeSent>
<progress>0</progress>
<estimatedTime>0d 00h 00m 21s</estimatedTime>
</Queue>
</WaitingToSendQueues>
</GetNewsletterQueuesResult>