Mailchimp · Schema
TemplateInfo
Information about a Mandrill template.
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailAudience ManagementSMSE-CommerceWebhookMarketing Analytics
Properties
| Name | Type | Description |
|---|---|---|
| slug | string | The URL-safe slug for the template. |
| name | string | The display name of the template. |
| labels | array | Labels applied to the template for organization. |
| code | string | The HTML code of the template. |
| subject | string | The default subject line. |
| from_email | string | The default from address. |
| from_name | string | The default from name. |
| text | string | The default text content. |
| publish_name | string | The name of the published version. |
| publish_code | string | The HTML code of the published version. |
| publish_subject | string | The subject of the published version. |
| publish_from_email | string | The from address of the published version. |
| publish_from_name | string | The from name of the published version. |
| publish_text | string | The text content of the published version. |
| published_at | string | When the template was last published. |
| created_at | string | When the template was created. |
| updated_at | string | When the template was last updated. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TemplateInfo",
"title": "TemplateInfo",
"type": "object",
"description": "Information about a Mandrill template.",
"properties": {
"slug": {
"type": "string",
"description": "The URL-safe slug for the template.",
"example": "example_value"
},
"name": {
"type": "string",
"description": "The display name of the template.",
"example": "Example Title"
},
"labels": {
"type": "array",
"items": {
"type": "string"
},
"description": "Labels applied to the template for organization.",
"example": []
},
"code": {
"type": "string",
"description": "The HTML code of the template.",
"example": "example_value"
},
"subject": {
"type": "string",
"description": "The default subject line.",
"example": "example_value"
},
"from_email": {
"type": "string",
"format": "email",
"description": "The default from address.",
"example": "user@example.com"
},
"from_name": {
"type": "string",
"description": "The default from name.",
"example": "example_value"
},
"text": {
"type": "string",
"description": "The default text content.",
"example": "example_value"
},
"publish_name": {
"type": "string",
"description": "The name of the published version.",
"example": "example_value"
},
"publish_code": {
"type": "string",
"description": "The HTML code of the published version.",
"example": "example_value"
},
"publish_subject": {
"type": "string",
"description": "The subject of the published version.",
"example": "example_value"
},
"publish_from_email": {
"type": "string",
"format": "email",
"description": "The from address of the published version.",
"example": "user@example.com"
},
"publish_from_name": {
"type": "string",
"description": "The from name of the published version.",
"example": "example_value"
},
"publish_text": {
"type": "string",
"description": "The text content of the published version.",
"example": "example_value"
},
"published_at": {
"type": "string",
"format": "date-time",
"description": "When the template was last published.",
"example": "2026-01-15T10:30:00Z"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "When the template was created.",
"example": "2026-01-15T10:30:00Z"
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "When the template was last updated.",
"example": "2026-01-15T10:30:00Z"
}
}
}
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-templateinfo"
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.