Mailchimp · Schema

AllowlistEntry

An entry in the sending allowlist.

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailAudience ManagementSMSE-CommerceWebhookMarketing Analytics

Properties

Name Type Description
email string The allowlisted email address.
detail string Details or comment about why the address is allowlisted.
created_at string When the entry was added to the allowlist.
View JSON Schema on GitHub

JSON Schema

mailchimp-transactional-allowlist-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AllowlistEntry",
  "type": "object",
  "description": "An entry in the sending allowlist.",
  "properties": {
    "email": {
      "type": "string",
      "description": "The allowlisted email address."
    },
    "detail": {
      "type": "string",
      "description": "Details or comment about why the address is allowlisted."
    },
    "created_at": {
      "type": "string",
      "description": "When the entry was added to the allowlist."
    }
  }
}