brevo · Schema

SendWhatsAppResponse

Properties

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

JSON Schema

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