WS_MailUpSend.GetSMSQueues

 

Returns a list of current sending queues

Method parameters

  • string GetSMSQueues(string accessKey, intlistID)
    • accessKey: access key obtained using the LoginFromId method
    • listID: list identifier. Lists and corresponding IDs can be obtained calling the GetLists Method

SOAP Example

SOAP Response
<GetNewsletterQueuesResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<ImmediateSendingQueues>
<Queue>
<listID>1</listID>
<smsID>1144</smsID>
<subject>SMS // test nr.1 2009-10-28</subject>
<deliveryID>1610</deliveryID>
<jobScheduleID>1235</jobScheduleID>
<toBeSent>6</toBeSent>
<cost>9</cost>
<progress>0</progress>
</Queue>
</ImmediateSendingQueues>
<DeferredSendingQueues>
<Queue>
<listID>157</listID>
<smsID>1139</smsID>
<subject> SMS // test nr.2 2009-10-28</subject>
<deliveryID>1612</deliveryID>
<jobScheduleID>1236</jobScheduleID>
<toBeSent>4</toBeSent>
<cost>6</cost>
<startDate></startDate>
<startTime></startTime>
</Queue>
</DeferredSendingQueues>
<WaitingToSendQueues>
<Queue>
<listID>168</listID>
<smsID>1072</smsID>
<subject> SMS // test nr.3 2009-10-28</subject>
<deliveryID>1611</deliveryID>
<jobScheduleID>0</jobScheduleID>
<toBeSent>4</toBeSent>
<cost>6</cost>
</Queue>
</WaitingToSendQueues>
</GetSMSQueuesResult>