Benchmark Email · Schema

EmailCampaign

An email campaign in Benchmark Email.

Email MarketingCampaignsContactsAutomationTransactional EmailMarketingListSegmentationReportingDeliverabilitySending DomainsEmail TemplatesWebhookAgent Ready

Properties

Name Type Description
ID integer Unique identifier for the email campaign.
Name string Internal name of the campaign.
Subject string Email subject line.
FromName string Sender display name.
FromEmail string Sender email address.
ReplyTo string Reply-to email address.
Status string Current status of the campaign.
ScheduledDate string Date and time the campaign is scheduled to send.
SentDate string Date and time the campaign was sent.
HTMLContent string HTML body of the email.
TextContent string Plain-text body of the email.
ListIDs array IDs of the contact lists this campaign is sent to.
View JSON Schema on GitHub

JSON Schema

email-campaign.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/benchmark-email/main/json-schema/email-campaign.json",
  "title": "EmailCampaign",
  "description": "An email campaign in Benchmark Email.",
  "type": "object",
  "properties": {
    "ID": {
      "type": "integer",
      "description": "Unique identifier for the email campaign."
    },
    "Name": {
      "type": "string",
      "description": "Internal name of the campaign."
    },
    "Subject": {
      "type": "string",
      "description": "Email subject line."
    },
    "FromName": {
      "type": "string",
      "description": "Sender display name."
    },
    "FromEmail": {
      "type": "string",
      "format": "email",
      "description": "Sender email address."
    },
    "ReplyTo": {
      "type": "string",
      "format": "email",
      "description": "Reply-to email address."
    },
    "Status": {
      "type": "string",
      "enum": ["Draft", "Scheduled", "Sent", "Sending", "Cancelled"],
      "description": "Current status of the campaign."
    },
    "ScheduledDate": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the campaign is scheduled to send."
    },
    "SentDate": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the campaign was sent."
    },
    "HTMLContent": {
      "type": "string",
      "description": "HTML body of the email."
    },
    "TextContent": {
      "type": "string",
      "description": "Plain-text body of the email."
    },
    "ListIDs": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "description": "IDs of the contact lists this campaign is sent to."
    }
  },
  "required": ["Name", "Subject", "FromName", "FromEmail"]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/email-campaign"
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.