Mailchimp · JSON Structure

Mailchimp Transactional Subaccount Info Structure

Type: object Properties: 11
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Properties

id name notes custom_quota status reputation created_at first_sent_at sent_weekly sent_monthly sent_total

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SubaccountInfo",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "custom_quota": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "reputation": {
      "type": "integer"
    },
    "created_at": {
      "type": "string"
    },
    "first_sent_at": {
      "type": "string"
    },
    "sent_weekly": {
      "type": "integer"
    },
    "sent_monthly": {
      "type": "integer"
    },
    "sent_total": {
      "type": "integer"
    }
  }
}