Mailchimp · Schema
TemplateInfo
Information about a Mandrill template.
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email
Properties
| Name | Type | Description |
|---|---|---|
| slug | string | The URL-safe slug for the template. |
| name | string | The display name of the template. |
| labels | array | Labels applied to the template for organization. |
| code | string | The HTML code of the template. |
| subject | string | The default subject line. |
| from_email | string | The default from address. |
| from_name | string | The default from name. |
| text | string | The default text content. |
| publish_name | string | The name of the published version. |
| publish_code | string | The HTML code of the published version. |
| publish_subject | string | The subject of the published version. |
| publish_from_email | string | The from address of the published version. |
| publish_from_name | string | The from name of the published version. |
| publish_text | string | The text content of the published version. |
| published_at | string | When the template was last published. |
| created_at | string | When the template was created. |
| updated_at | string | When the template was last updated. |