Brevo · Schema

CreateEmailCampaign

MarketingMarketing AutomationEmail MarketingTransactional EmailSMS MarketingWhatsAppCampaignsCRMSalesE-CommerceLoyaltyEventLive ChatEmailSMSAutomationMessagingContacts

Properties

Name Type Description
name string Name for the campaign used for internal identification.
subject string Subject line for the campaign email.
sender object Sender identity for the campaign.
htmlContent string HTML content for the campaign body.
templateId integer ID of a template to use for the campaign content.
scheduledAt string UTC date-time to schedule the campaign send.
recipients object Target audience for the campaign.
replyTo string Reply-to email address for the campaign.
tag string Tag for categorizing the campaign.
View JSON Schema on GitHub

JSON Schema

brevo-createemailcampaign-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateEmailCampaign",
  "title": "CreateEmailCampaign",
  "type": "object",
  "required": [
    "name",
    "sender"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Name for the campaign used for internal identification."
    },
    "subject": {
      "type": "string",
      "description": "Subject line for the campaign email."
    },
    "sender": {
      "type": "object",
      "description": "Sender identity for the campaign.",
      "required": [
        "email"
      ],
      "properties": {
        "name": {
          "type": "string",
          "description": "Sender display name."
        },
        "email": {
          "type": "string",
          "format": "email",
          "description": "Sender email address."
        }
      }
    },
    "htmlContent": {
      "type": "string",
      "description": "HTML content for the campaign body."
    },
    "templateId": {
      "type": "integer",
      "format": "int64",
      "description": "ID of a template to use for the campaign content."
    },
    "scheduledAt": {
      "type": "string",
      "format": "date-time",
      "description": "UTC date-time to schedule the campaign send."
    },
    "recipients": {
      "type": "object",
      "description": "Target audience for the campaign.",
      "properties": {
        "listIds": {
          "type": "array",
          "description": "IDs of contact lists to target.",
          "items": {
            "type": "integer",
            "format": "int64"
          }
        },
        "exclusionListIds": {
          "type": "array",
          "description": "IDs of contact lists to exclude.",
          "items": {
            "type": "integer",
            "format": "int64"
          }
        }
      }
    },
    "replyTo": {
      "type": "string",
      "format": "email",
      "description": "Reply-to email address for the campaign."
    },
    "tag": {
      "type": "string",
      "description": "Tag for categorizing the campaign."
    }
  }
}

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