MessageBodyInput

Input for a message body

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
messageSegments array
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-messagebodyinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessageBodyInput",
  "title": "MessageBodyInput",
  "type": "object",
  "description": "Input for a message body",
  "properties": {
    "messageSegments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MessageSegmentInput"
      }
    }
  }
}