Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 2.42 KB

CampaignSettings2.md

File metadata and controls

29 lines (23 loc) · 2.42 KB

# CampaignSettings2

The settings for your campaign, including subject, from name, reply-to address, and more.

Properties

Name Type Description Notes
SubjectLine string The subject line for the campaign. [optional]
PreviewText string The preview text for the campaign. [optional]
Title string The title of the campaign. [optional]
FromName string The 'from' name on the campaign (not an email address). [optional]
ReplyTo string The reply-to email address for the campaign. [optional]
UseConversation bool Use Mailchimp Conversation feature to manage out-of-office replies. [optional]
ToName string The campaign's custom 'To' name. Typically the first name audience field. [optional]
FolderId string If the campaign is listed in a folder, the id for that folder. [optional]
Authenticate bool Whether Mailchimp authenticated the campaign. Defaults to `true`. [optional]
AutoFooter bool Automatically append Mailchimp's default footer to the campaign. [optional]
InlineCss bool Automatically inline the CSS included with the campaign content. [optional]
AutoTweet bool Automatically tweet a link to the campaign archive page when the campaign is sent. [optional]
AutoFbPost []string An array of Facebook page ids to auto-post to. [optional]
FbComments bool Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to `true`. [optional]
Timewarp bool Send this campaign using Timewarp. [optional] [readonly]
TemplateId int32 The id for the template used in this campaign. [optional]
DragAndDrop bool Whether the campaign uses the drag-and-drop editor. [optional] [readonly]

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