Klaviyo · Schema

SMSContentCreate

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
body string The message body
View JSON Schema on GitHub

JSON Schema

klaviyo-smscontentcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMSContentCreate",
  "title": "SMSContentCreate",
  "type": "object",
  "properties": {
    "body": {
      "description": "The message body",
      "type": "string",
      "example": "My preview sms",
      "nullable": true
    }
  }
}