# Send, save, or send a saved MMS This request is used to send, save, or send a saved MMS message. Endpoint: POST / Version: 2.0 Security: ApiKey ## Response 200 fields (application/json): - `status` (string) Indicates the status of the action. Either success or failure. Enum: "success", "failure" - `status-details` (string) More details about the status of the action. Returned with success status for any action. - `tracking-id` (string) Transaction ID for the request. Used for identifying postbacks received for this API request. Returned with success status for any action. - `to` (string) Destination phone number with country code. Returned when sendmms or sendsavedmms have a success status. - `mms-id` (string) The ID of the sent MMS template. Returned when sendsavedmms has a success status. - `from` (string) 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-code` (string) Code that identifies the specific error that was encountered. Returned with failure status for any action. - `error-info` (string) Message that explains the error code. Returned with failure status for any action.