Mailchimp · Schema

SendResult

The result of sending a message to a single recipient.

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailAudience ManagementSMSE-CommerceWebhookMarketing Analytics

Properties

Name Type Description
email string The recipient email address.
status string The sending status for this recipient.
reject_reason string The reason the message was rejected, if applicable.
queued_reason string The reason the message was queued instead of sent immediately.
_id string The unique message ID for this recipient's message.
View JSON Schema on GitHub

JSON Schema

mailchimp-sendresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SendResult",
  "title": "SendResult",
  "type": "object",
  "description": "The result of sending a message to a single recipient.",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "description": "The recipient email address.",
      "example": "user@example.com"
    },
    "status": {
      "type": "string",
      "enum": [
        "sent",
        "queued",
        "scheduled",
        "rejected",
        "invalid"
      ],
      "description": "The sending status for this recipient.",
      "example": "sent"
    },
    "reject_reason": {
      "type": "string",
      "enum": [
        "hard-bounce",
        "soft-bounce",
        "spam",
        "unsub",
        "custom",
        "invalid-sender",
        "invalid",
        "test-mode-limit",
        "unsigned",
        "rule"
      ],
      "description": "The reason the message was rejected, if applicable.",
      "example": "hard-bounce"
    },
    "queued_reason": {
      "type": "string",
      "description": "The reason the message was queued instead of sent immediately.",
      "example": "example_value"
    },
    "_id": {
      "type": "string",
      "description": "The unique message ID for this recipient's message.",
      "example": "500123"
    }
  }
}

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-sendresult"
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.