Mailchimp · Schema

TagInfo

Information and statistics for a message tag.

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailAudience ManagementSMSE-CommerceWebhookMarketing Analytics

Properties

Name Type Description
tag string The tag name.
reputation integer The reputation score for the tag (0-100).
sent integer Total number of messages sent with this tag.
hard_bounces integer Total hard bounces for messages with this tag.
soft_bounces integer Total soft bounces for messages with this tag.
rejects integer Total rejects for messages with this tag.
complaints integer Total spam complaints for messages with this tag.
unsubs integer Total unsubscribes for messages with this tag.
opens integer Total opens for messages with this tag.
clicks integer Total clicks for messages with this tag.
unique_opens integer Unique opens for messages with this tag.
unique_clicks integer Unique clicks for messages with this tag.
View JSON Schema on GitHub

JSON Schema

mailchimp-transactional-tag-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagInfo",
  "type": "object",
  "description": "Information and statistics for a message tag.",
  "properties": {
    "tag": {
      "type": "string",
      "description": "The tag name."
    },
    "reputation": {
      "type": "integer",
      "description": "The reputation score for the tag (0-100)."
    },
    "sent": {
      "type": "integer",
      "description": "Total number of messages sent with this tag."
    },
    "hard_bounces": {
      "type": "integer",
      "description": "Total hard bounces for messages with this tag."
    },
    "soft_bounces": {
      "type": "integer",
      "description": "Total soft bounces for messages with this tag."
    },
    "rejects": {
      "type": "integer",
      "description": "Total rejects for messages with this tag."
    },
    "complaints": {
      "type": "integer",
      "description": "Total spam complaints for messages with this tag."
    },
    "unsubs": {
      "type": "integer",
      "description": "Total unsubscribes for messages with this tag."
    },
    "opens": {
      "type": "integer",
      "description": "Total opens for messages with this tag."
    },
    "clicks": {
      "type": "integer",
      "description": "Total clicks for messages with this tag."
    },
    "unique_opens": {
      "type": "integer",
      "description": "Unique opens for messages with this tag."
    },
    "unique_clicks": {
      "type": "integer",
      "description": "Unique clicks for messages with this tag."
    }
  }
}

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/mailchimp-transactional-tag-info"
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.