Make a request »
MailingListService.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
See code examplesURL Parameters
Http verb: POST
URI: Full url: http://se.api.anpdm.com/mailinglists/v2/{mailingListId}/subscriptions/queued
URL parameters:
mailingListId | String | ID of the mailing list to which the subscriptions should be created |
Body parameters
Body parameters
recipientIds List <String> |
Unique IDs of the recipients that should be subscribed to that mailing list
|
Response
Body parameters
returns | A response object which includes the queued result, status code and a message
|
Help
Code examples