Mailchimp · JSON Structure

Mailchimp Transactional Allowlist Entry Structure

Type: object Properties: 3
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Properties

email detail created_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AllowlistEntry",
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "detail": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  }
}