Mailchimp · JSON Structure

Mailchimp Transactional Reject Entry Structure

Type: object Properties: 9
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Properties

email reason detail created_at last_event_at expires_at expired subaccount sender

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RejectEntry",
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "detail": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "last_event_at": {
      "type": "string"
    },
    "expires_at": {
      "type": "string"
    },
    "expired": {
      "type": "boolean"
    },
    "subaccount": {
      "type": "string"
    },
    "sender": {
      "type": "object"
    }
  }
}