Make a request »

SendingService.GetFutureSendings

Get all sendings on account scheduled for future send-out (direct). See code examples


URL Parameters

Http verb: GET
URI: Full url: http://se.api.anpdm.com/v1/sendqueues/future
URL parameters:
Not used

Body parameters

Body parameters
Not used

Response

Body parameters
returns
A response object with a list of SendQueueItems

Code Int32 The response Code.
Message String The response Message.
Result
The response Result.

SendQueueItem
The Send queue item

SendQueueId Int32 The SendqueueId
NewsletterId Int32 The newsletterId
NewsletterName String The newslettername
MailinglistId List
<Int32>
The mailinglistId
MailinglistName List
<String>
The name of the mailinglist that was used
SendDate DateTime The date the sending was made
StatusCode Int32 The status code, 0 1 2 3
StatusMessage String The statusmessage
NewsletterSubject String Newsletter Subject
FilterId Int32 The Id of the filter
FilterName String The name of the Filter
FromName String From who the sending was made
FromEmail String From which email the sending was made
Body Example


Help

Code examples