message content

API Docs by APIMATIC

Message Content

Fields

NameDescription
text Required
String

Text of the message

media Required
array<String>

An array of URLs to publicly available media files. In case the parameter is specified and its value different from null, the message will be sent as MMS. The URLs must point to a publicly available resources.

{
  "text": "text0",
  "media": [
    "media6",
    "media7"
  ]
}