Mailchimp · JSON Structure

Mailchimp Transactional Message Info Structure

Type: object Properties: 13
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Properties

ts _id sender template subject email tags opens opens_detail clicks clicks_detail state metadata

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MessageInfo",
  "type": "object",
  "properties": {
    "ts": {
      "type": "integer"
    },
    "_id": {
      "type": "string"
    },
    "sender": {
      "type": "string"
    },
    "template": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    },
    "opens": {
      "type": "integer"
    },
    "opens_detail": {
      "type": "array"
    },
    "clicks": {
      "type": "integer"
    },
    "clicks_detail": {
      "type": "array"
    },
    "state": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    }
  }
}