Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.05 KB

CampaignSettings5.md

File metadata and controls

21 lines (18 loc) · 2.05 KB

CampaignSettings5

Properties

Name Type Description Notes
SubjectLine string The subject line for the campaign. [optional] [default to null]
PreviewText string The preview text for the campaign. [optional] [default to null]
Title string The title of the campaign. [optional] [default to null]
FromName string The 'from' name on the campaign (not an email address). [optional] [default to null]
ReplyTo string The reply-to email address for the campaign. [optional] [default to null]
Authenticate bool Whether Mailchimp authenticated the campaign. Defaults to `true`. [optional] [default to null]
AutoFooter bool Automatically append Mailchimp's default footer to the campaign. [optional] [default to null]
InlineCss bool Automatically inline the CSS included with the campaign content. [optional] [default to null]
AutoTweet bool Automatically tweet a link to the campaign archive page when the campaign is sent. [optional] [default to null]
AutoFbPost []string An array of Facebook page ids to auto-post to. [optional] [default to null]
FbComments bool Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to `true`. [optional] [default to null]
TemplateId int32 The id for the template used in this campaign. [optional] [default to null]
DragAndDrop bool Whether the campaign uses the drag-and-drop editor. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]