View Source Mailchimp.Campaign.Content (mailchimp v0.2.0)

The HTML content for your Mailchimp landing pages.

struct-fields

Struct Fields

  • variate_contents - The Mailchimp account ID.

  • plain_text - The plain-text portion of the campaign. If left unspecified, we'll generate this automatically.

  • html - The raw HTML for the campaign.

  • archive_html - The Archive HTML for the campaign.

  • links - A list of Mailchimp.Link types and descriptions for the API schema documents.

Link to this section Summary

Functions

Generates an Mailchimp.Campaing.Content struct from the given attributes.

Same as update/2 but raises errors.

Updates a Content in Mailchimp

Link to this section Functions

Generates an Mailchimp.Campaing.Content struct from the given attributes.

Link to this function

update!(content, attrs \\ %{})

View Source

Same as update/2 but raises errors.

Link to this function

update(content, attrs \\ %{})

View Source

Updates a Content in Mailchimp