Make a request »

MailingListService.CreateMailinglist

Create a new mailinglist. See code examples


URL Parameters

Http verb: POST
URI: Full url: http://se.api.anpdm.com/v1/mailinglists/
URL parameters:
Not used

Body parameters

Body parameters
details
The details needed in order to create a mailinglist object

Name String The name of the mailinglist (required)
FromName String The name of the sender (required)
FromEmail String The email of the sender (required)
Description String A description of this mailinglist (optional)
CharacterSet String The character set, for example 'UTF-8', 'ISO-8859-1', 'ISO-8859-5'. Empty string defaults to 'UTF-8' (optional)
FolderID Int32 The FolderID (zero if not used)
ReplyToEmail String The reply-to email address (optional)
Body Example

Response

Body parameters
returnsResponseA response object which includes the mailinglist id, status code and a message.
Body Example


Help

Code examples