View Source Mailchimp.Template (mailchimp v0.2.0)

Manage the Templates in your account.

Manage members of a specific Mailchimp list, including currently subscribed, unsubscribed, and bounced members.

struct-fields

Struct Fields

  • id - The individual id for the template.

  • type - The type of template (user, base, or gallery).

  • name - The name of the template.

  • drag_and_drop - Whether the template uses the drag and drop editor.

  • responsive - Whether the template contains media queries to make it responsive.

  • category - If available, the category the template is listed in.

  • date_created - The date and time the template was created in ISO 8601 format.

  • created_by - The login name for template's creator.

  • active - User templates are not 'deleted,' but rather marked as 'inactive.' Returns whether the template is still active.

  • folder_id - The id of the folder the template is currently in.

  • thumbnail - If available, the URL for a thumbnail of the template.

  • share_url - The URL used for template sharing.

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

Link to this section Summary

Functions

Creates Mailchimp.Template and sends it to Mailchimp.

Fetch a Mailchimp.Template with the given id with optional query params.

Fetch a list of Mailchimp.Template for the given account with optional query params.

Generates an Mailchimp.Template struct from the given attributes.

Link to this section Functions

Creates Mailchimp.Template and sends it to Mailchimp.

Fetch a Mailchimp.Template with the given id with optional query params.

Fetch a list of Mailchimp.Template for the given account with optional query params.

Generates an Mailchimp.Template struct from the given attributes.