Mailchimp · JSON Structure

Mailchimp Transactional Scheduled Message Structure

Type: object Properties: 6
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Properties

_id created_at send_at from_email to subject

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScheduledMessage",
  "type": "object",
  "properties": {
    "_id": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "send_at": {
      "type": "string"
    },
    "from_email": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    }
  }
}