Mailchimp · Schema

Mailchimp Template

A Mailchimp email template. Templates are reusable email layouts that can be used across campaigns. They can be user-created, base templates provided by Mailchimp, or gallery templates. Templates support drag-and-drop editing, responsive design, and custom HTML.

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Properties

Name Type Description
id integer The individual ID for the template.
type string The type of template (user, base, or gallery).
name string The name of the template.
drag_and_drop boolean Whether the template uses the drag and drop editor.
responsive boolean Whether the template contains media queries to make it responsive.
category string If available, the category the template is listed in.
date_created string The date and time the template was created in ISO 8601 format.
date_edited string The date and time the template was edited in ISO 8601 format.
created_by string The login name of the template's creator.
edited_by string The login name of who last edited the template.
active boolean User templates are not deleted but rather marked as inactive. Returns whether the template is still active.
folder_id string The ID of the folder the template is currently in.
thumbnail string If available, the URL for a thumbnail of the template.
share_url string The URL used for template sharing.
content_type string How the template's content is put together. 'template' for legacy editor, 'multichannel' for new editor, 'html' for code-your-own.
html string The raw HTML source of the template. Available when fetching individual template content.
sections object A dictionary of content sections within the template. Keys are section names, values are the HTML content. Only available for templates with editable content areas.
View JSON Schema on GitHub