Skip to main content
Version: 6.1.0

MailChimpMessage

This page supports schema for Mailchimp Datatype MailChimpMessage.

{
"properties": {
"_id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"event": {
"type": "string",
"x-label": {
"en": "event",
"ko": "event"
}
},
"msg": {
"properties": {
"_id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"clicks": {
"items": {
"type": "string"
},
"type": "array"
},
"email": {
"type": "string",
"x-label": {
"en": "email",
"ko": "email"
}
},
"opens": {
"items": {
"type": "string",
"x-label": {
"en": "opens",
"ko": "opens"
}
},
"type": "array",
"x-label": {
"en": "opens",
"ko": "opens"
}
},
"reject": {
"type": "string",
"x-label": {
"en": "reject",
"ko": "reject"
}
},
"resends": {
"items": {
"type": "string",
"x-label": {
"en": "resend",
"ko": "resend"
}
},
"type": "array",
"x-label": {
"en": "resends",
"ko": "resends"
}
},
"sender": {
"type": "string",
"x-label": {
"en": "sender",
"ko": "sender"
}
},
"smtp_events": {
"items": {
"type": "string",
"x-label": {
"en": "smtp_event",
"ko": "smtp_event"
}
},
"type": "array",
"x-label": {
"en": "smtp_events",
"ko": "smtp_events"
}
},
"state": {
"type": "string",
"x-label": {
"en": "state",
"ko": "state"
}
},
"subaccount": {
"type": "string",
"x-label": {
"en": "subaccount",
"ko": "subaccount"
}
},
"subject": {
"type": "string",
"x-label": {
"en": "subject",
"ko": "subject"
}
},
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"template": {
"type": "string",
"x-label": {
"en": "template",
"ko": "template"
}
},
"ts": {
"type": "string",
"x-label": {
"en": "ts",
"ko": "ts"
}
}
},
"type": "object",
"x-label": {
"en": "msg",
"ko": "msg"
}
},
"ts": {
"type": "string",
"x-label": {
"en": "ts",
"ko": "ts"
}
}
},
"required": [],
"type": "object"
}