Mailchimp · JSON Structure

Mailchimp Transactional Export Job Structure

Type: object Properties: 6
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

ExportJob 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 type finished_at state result_url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExportJob",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "finished_at": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "result_url": {
      "type": "string"
    }
  }
}