MailingList methods
Provides operations for creating and making requests on Mailinglists.
- CreateMailinglist
Create a new mailinglist.
- CreateSingleSubscription
Create a subscription for a given MailingList and Subscriber
- CreateSubscriptions
Create a batch of subscriptions (max. 1000) for a given mailing list and a list of recipients (Queued)
2016-04-25 v2: Reject with validation error if duplicate recipient IDs are found
- DeleteAllMailinglistSubscriptions
Remove All Subscriptions for a given mailinglist. (Queued)
- DeleteAllSubcriptionsForSubscriber
Remove all the subscriptions for a given subscriber. (Queued)
- DeleteMultipleMailingLists
Delete a batch of Mailinglists, with list in body. (max 1000 per request) (Queued)
- DeleteSingleSubscription
Remove a subscriber from a given mailinglist.
- GetAllMailingLists
Create a request to get all mailinglists in the system for this account.
2016-01-08 v2: Return reponse directly, not queued method anymore.
- GetMailingListDetails
Return a given Mailinglist and its details
- GetMailinglistsPaginated
Return a paginated list of all the Mailinglists for this account
- GetMailinglistSubscribers
Generate a report of all the subscribers for a given mailinglistID. (Queued) With custom choice of demdata-fields. Notice, if the demographic fields are set as hidden inside the account through the Apsis Pro User Interface, the API won't send those demographic fields and the data in with each subscriber set of data.
- GetMailinglistSubscribersPaginated
Return a paginated list of all the subscribers for this Mailinglist
- GetMailinglistSubscribersWithFilter
Get all subscribers on a mailing list that match a filter, with option to retrieve all, some or no demographic data fields (Queued).
- GetMailinglistSubscriptionCount
Returns the number of subscribers for a given Mailinglist
- UpdateMailingList
Update an existing mailinglist