Brevo · Schema

EmailCampaign

MarketingMarketing AutomationEmail MarketingTransactional EmailSMS MarketingWhatsAppCampaignsCRMSalesE-CommerceLoyaltyEventLive ChatEmailSMSAutomationMessagingContacts

Properties

Name Type Description
id integer Unique identifier of the campaign.
name string Name of the campaign.
subject string Subject line of the campaign email.
type string Type of the campaign.
status string Current status of the campaign.
scheduledAt string UTC date-time when the campaign is scheduled to send.
sender object Sender identity used for the campaign.
recipients object Target audience configuration for the campaign.
statistics object Campaign performance statistics when requested.
createdAt string UTC date-time when the campaign was created.
modifiedAt string UTC date-time when the campaign was last modified.
View JSON Schema on GitHub

JSON Schema

brevo-emailcampaign-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailCampaign",
  "title": "EmailCampaign",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier of the campaign."
    },
    "name": {
      "type": "string",
      "description": "Name of the campaign."
    },
    "subject": {
      "type": "string",
      "description": "Subject line of the campaign email."
    },
    "type": {
      "type": "string",
      "description": "Type of the campaign.",
      "enum": [
        "classic",
        "trigger"
      ]
    },
    "status": {
      "type": "string",
      "description": "Current status of the campaign.",
      "enum": [
        "draft",
        "sent",
        "archive",
        "queued",
        "suspended",
        "in_process"
      ]
    },
    "scheduledAt": {
      "type": "string",
      "format": "date-time",
      "description": "UTC date-time when the campaign is scheduled to send."
    },
    "sender": {
      "type": "object",
      "description": "Sender identity used for the campaign.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Sender display name."
        },
        "email": {
          "type": "string",
          "format": "email",
          "description": "Sender email address."
        }
      }
    },
    "recipients": {
      "type": "object",
      "description": "Target audience configuration for the campaign.",
      "properties": {
        "lists": {
          "type": "array",
          "description": "List IDs to target with the campaign.",
          "items": {
            "type": "integer",
            "format": "int64"
          }
        },
        "exclusionLists": {
          "type": "array",
          "description": "List IDs to exclude from the campaign.",
          "items": {
            "type": "integer",
            "format": "int64"
          }
        }
      }
    },
    "statistics": {
      "type": "object",
      "description": "Campaign performance statistics when requested.",
      "properties": {
        "globalStats": {
          "type": "object",
          "description": "Aggregated performance metrics.",
          "properties": {
            "uniqueClicks": {
              "type": "integer",
              "format": "int64",
              "description": "Number of unique link clicks."
            },
            "clickers": {
              "type": "integer",
              "format": "int64",
              "description": "Number of unique recipients who clicked."
            },
            "complaints": {
              "type": "integer",
              "format": "int64",
              "description": "Number of spam complaints."
            },
            "delivered": {
              "type": "integer",
              "format": "int64",
              "description": "Number of successfully delivered emails."
            },
            "sent": {
              "type": "integer",
              "format": "int64",
              "description": "Number of emails sent."
            },
            "softBounces": {
              "type": "integer",
              "format": "int64",
              "description": "Number of soft bounces."
            },
            "hardBounces": {
              "type": "integer",
              "format": "int64",
              "description": "Number of hard bounces."
            },
            "uniqueViews": {
              "type": "integer",
              "format": "int64",
              "description": "Number of unique email opens."
            },
            "unsubscriptions": {
              "type": "integer",
              "format": "int64",
              "description": "Number of unsubscribes."
            }
          }
        }
      }
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "UTC date-time when the campaign was created."
    },
    "modifiedAt": {
      "type": "string",
      "format": "date-time",
      "description": "UTC date-time when the campaign was last modified."
    }
  }
}

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/brevo-emailcampaign"
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.