Make a request »

NewsletterService.CreateNewsletter

Create a new newsletter. If no subject is included, the name of the newsletter will become also its subject (Direct). See code examples


URL Parameters

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

Body parameters

Body parameters
source
The newsletter object to create

Name String The name of the newsletter (required)
Subject String The newsletter Subject (optional)
Tracking String The Tracking option, must be either "", "all" or "roi", "no". ("" becomes "all")
BodyHTML String The HTML newsletter body (optional)
BodyText String The text newsletter body (optional)
FolderId Int32 The FolderID (optional)
Body Example

Response

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


Help

Code examples