Mailchimp · JSON Structure

Mailchimp Transactional Template Info Structure

Type: object Properties: 17
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

TemplateInfo is a JSON Structure definition published by Mailchimp, describing 17 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

slug name labels code subject from_email from_name text publish_name publish_code publish_subject publish_from_email publish_from_name publish_text published_at created_at updated_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TemplateInfo",
  "type": "object",
  "properties": {
    "slug": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "labels": {
      "type": "array"
    },
    "code": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "from_email": {
      "type": "string"
    },
    "from_name": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "publish_name": {
      "type": "string"
    },
    "publish_code": {
      "type": "string"
    },
    "publish_subject": {
      "type": "string"
    },
    "publish_from_email": {
      "type": "string"
    },
    "publish_from_name": {
      "type": "string"
    },
    "publish_text": {
      "type": "string"
    },
    "published_at": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}