message body

API Docs by APIMATIC

Message Body

Fields

NameDescription
text Required
String

Message text.

media Required
array<String>

An array of URLs to a media attachments. If the parameters contains any value other that null, the message is considered to be an MMS, SMS otherwise.
Constraints: Minimum Items: 0, Maximum Items: 5

{
  "text": "SMS message",
  "media": [
    "media URL"
  ]
}