Mailchimp · JSON Structure

Mailchimp Transactional Send Result Structure

Type: object Properties: 5
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Properties

email status reject_reason queued_reason _id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SendResult",
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "reject_reason": {
      "type": "string"
    },
    "queued_reason": {
      "type": "string"
    },
    "_id": {
      "type": "string"
    }
  }
}