Properties
| Name | Type | Description |
|---|---|---|
| subject | string | The subject of the message |
| preview_text | string | Preview text associated with the message |
| from_email | string | The email the message should be sent from |
| from_label | string | The label associated with the from_email |
| reply_to_email | string | Optional Reply-To email address |
| cc_email | string | Optional CC email address |
| bcc_email | string | Optional BCC email address |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EmailContent",
"title": "EmailContent",
"type": "object",
"properties": {
"subject": {
"description": "The subject of the message",
"type": "string",
"example": "Buy our product!",
"nullable": true
},
"preview_text": {
"description": "Preview text associated with the message",
"type": "string",
"example": "My preview text",
"nullable": true
},
"from_email": {
"description": "The email the message should be sent from",
"type": "string",
"example": "store@my-company.com",
"nullable": true
},
"from_label": {
"description": "The label associated with the from_email",
"type": "string",
"example": "My Company",
"nullable": true
},
"reply_to_email": {
"description": "Optional Reply-To email address",
"type": "string",
"example": "reply-to@my-company.com",
"nullable": true
},
"cc_email": {
"description": "Optional CC email address",
"type": "string",
"example": "cc@my-company.com",
"nullable": true
},
"bcc_email": {
"description": "Optional BCC email address",
"type": "string",
"example": "bcc@my-company.com",
"nullable": true
}
}
}
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/klaviyo-emailcontent"
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.