latestOpenAPI 3.1.0MIT2026-08-1011228.2 KB

2b7c81dfeed6

MMS

Send, save, or send a saved MMS

This request is used to send, save, or send a saved MMS message.

post/

Request body

OR
OR

Example request

{
  "slide": [
    {
      "image": {
        "url": "https://my.link.to/image/"
      },
      "message-text": "This is an example of message text."
    }
  ]
}

Response

Response

status'success' | 'failure'

Indicates the status of the action. Either success or failure.

status-detailsstring

More details about the status of the action. Returned with success status for any action.

tracking-idstring

Transaction ID for the request. Used for identifying postbacks received for this API request. Returned with success status for any action.

tostring

Destination phone number with country code. Returned when sendmms or sendsavedmms have a success status.

mms-idstring

The ID of the sent MMS template. Returned when sendsavedmms has a success status.

fromstring

Shortcode or Toll Free/10DLC number with country code that will be used to send a saved MMS. Returned when sendsavedmms has a success status.

error-codestring

Code that identifies the specific error that was encountered. Returned with failure status for any action.

error-infostring

Message that explains the error code. Returned with failure status for any action.