Mailchimp · Schema
MessageInfo
Summary information about a sent message.
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailAudience ManagementSMSE-CommerceWebhookMarketing Analytics
Properties
| Name | Type | Description |
|---|---|---|
| ts | integer | The Unix timestamp when the message was sent. |
| _id | string | The unique message ID. |
| sender | string | The sender email address. |
| template | string | The template slug used, if any. |
| subject | string | The subject line of the message. |
| string | The recipient email address. | |
| tags | array | Tags applied to the message. |
| opens | integer | The number of times the message was opened. |
| opens_detail | array | Detailed open tracking events. |
| clicks | integer | The number of link clicks in the message. |
| clicks_detail | array | Detailed click tracking events. |
| state | string | The current state of the message. |
| metadata | object | Custom metadata attached to the message. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MessageInfo",
"title": "MessageInfo",
"type": "object",
"description": "Summary information about a sent message.",
"properties": {
"ts": {
"type": "integer",
"description": "The Unix timestamp when the message was sent.",
"example": 10
},
"_id": {
"type": "string",
"description": "The unique message ID.",
"example": "500123"
},
"sender": {
"type": "string",
"format": "email",
"description": "The sender email address.",
"example": "example_value"
},
"template": {
"type": "string",
"description": "The template slug used, if any.",
"example": "example_value"
},
"subject": {
"type": "string",
"description": "The subject line of the message.",
"example": "example_value"
},
"email": {
"type": "string",
"format": "email",
"description": "The recipient email address.",
"example": "user@example.com"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tags applied to the message.",
"example": []
},
"opens": {
"type": "integer",
"description": "The number of times the message was opened.",
"example": 10
},
"opens_detail": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ts": {
"type": "integer",
"description": "Unix timestamp of the open event."
},
"ip": {
"type": "string",
"description": "IP address from which the message was opened."
},
"location": {
"type": "string",
"description": "Approximate geographic location of the open."
},
"ua": {
"type": "string",
"description": "User agent string of the client."
}
}
},
"description": "Detailed open tracking events.",
"example": []
},
"clicks": {
"type": "integer",
"description": "The number of link clicks in the message.",
"example": 10
},
"clicks_detail": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ts": {
"type": "integer",
"description": "Unix timestamp of the click event."
},
"url": {
"type": "string",
"description": "The URL that was clicked."
},
"ip": {
"type": "string",
"description": "IP address of the clicker."
},
"location": {
"type": "string",
"description": "Approximate geographic location of the click."
},
"ua": {
"type": "string",
"description": "User agent string of the client."
}
}
},
"description": "Detailed click tracking events.",
"example": []
},
"state": {
"type": "string",
"enum": [
"sent",
"bounced",
"rejected",
"soft-bounced",
"spam",
"unsub"
],
"description": "The current state of the message.",
"example": "sent"
},
"metadata": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Custom metadata attached to the message.",
"example": "example_value"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mailchimp-messageinfo"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.