brevo · Schema

SendEmailResponse

Properties

Name Type Description
messageId string Unique identifier assigned to the sent email message.
View JSON Schema on GitHub

JSON Schema

brevo-sendemailresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SendEmailResponse",
  "title": "SendEmailResponse",
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "description": "Unique identifier assigned to the sent email message."
    }
  }
}