pub struct AutomationCampaignSettingsType {
Show 17 fields pub subject_line: Option<String>, pub preview_text: Option<String>, pub title: Option<String>, pub from_name: Option<String>, pub reply_to: Option<String>, pub authenticate: Option<bool>, pub use_conversation: Option<bool>, pub to_name: Option<String>, pub folder_id: Option<String>, pub auto_footer: Option<bool>, pub inline_css: Option<bool>, pub auto_tweet: Option<bool>, pub auto_fb_post: Option<Vec<u64>>, pub fb_comments: Option<bool>, pub timewarp: Option<bool>, pub template_id: Option<u64>, pub drag_and_drop: Option<bool>,
}

Fields

subject_line: Option<String>

The subject line for the campaign.

preview_text: Option<String>

The preview text for the campaign.

title: Option<String>

The title of the Automation.

from_name: Option<String>

Desc: The ‘from’ name for the Automation (not an email address).

reply_to: Option<String>

Desc: The reply-to email address for the Automation.

authenticate: Option<bool>

Desc: Whether Mailchimp authenticated the Automation. Defaults to true.

use_conversation: Option<bool>

Desc: Whether to use Mailchimp’s Conversations feature to manage out-of-office replies.

to_name: Option<String>

Desc: The Automation’s custom ‘To’ name, typically the first name merge field.

folder_id: Option<String>

Desc: If the campaign is listed in a folder, the id for that folder.

auto_footer: Option<bool>

Desc: Whether to automatically append Mailchimp’s default footer to the Automation.

inline_css: Option<bool>

Desc: Whether to automatically inline the CSS included with the Automation content.

auto_tweet: Option<bool>

Automatically tweet a link to the campaign archive page when the campaign is sent.

auto_fb_post: Option<Vec<u64>>

An array of Facebook page ids to auto-post to.

fb_comments: Option<bool>

Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true.

timewarp: Option<bool>

Send this campaign using Timewarp.

template_id: Option<u64>

Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true.

drag_and_drop: Option<bool>

Whether the campaign uses the drag-and-drop editor.

Implementations

Shortcut para el proceso de creación de una automatización

Argumentos: from_name: El ‘from’ para la automatización. reply_to: La dirección de corrreo para la automatización, reply-to.

Shortcut para el proceso de creación de una automatización

Argumentos: title: Titulo de la automatizacion from_name: El ‘from’ para la automatización. reply_to: La dirección de corrreo para la automatización, reply-to.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.